1
0
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:
jianglai
2019-05-06 08:23:00 -07:00
parent 3483f348dc
commit 1dcbfae314
3 changed files with 19 additions and 2 deletions

View File

@@ -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'