addressing review comments

This commit is contained in:
KIRAN DARBHA
2020-08-18 19:03:54 +05:30
parent 461529dd98
commit 490055e74c
2 changed files with 1 additions and 9 deletions

View File

@@ -43,14 +43,6 @@ jobs:
env:
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_AMD64
script: bash -e travis-build-scripts/run.sh
- stage: build-s390x
if: branch != private-master AND tag IS blank
name: "Basic S390X build"
os: linux-s390
env:
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_S390X
script: travis_wait 60 bash -e travis-build-scripts/run.sh
- if: branch = private-master OR tag =~ ^release-candidate*
name: "Multi-Arch AMD64 build"
os: linux