mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Remove failing tests from Nomulus GCB pipeline
Also upgrade to Gradle 5.4.1. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246829399
This commit is contained in:
@@ -26,7 +26,7 @@ steps:
|
||||
args: ['mkdir', 'nomulus']
|
||||
# Run tests
|
||||
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
|
||||
args: ['./gradlew', 'test']
|
||||
args: ['./gradlew', 'test', '-PskipDockerIncompatibleTests=true']
|
||||
dir: 'gradle'
|
||||
# Build and package the deployment files for alpha.
|
||||
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
|
||||
|
||||
Reference in New Issue
Block a user