diff --git a/.travis.yml b/.travis.yml index d3faf3b..2e99d76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,50 +47,7 @@ jobs: - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_AMD64 script: bash -e travis-build-scripts/run.sh - # CD Build - - - stage: global-tag - if: branch = v9.2.0.x-eus AND type != pull_request OR tag =~ ^release-candidate* - name: "Generate Global Tag" - os: linux - script: bash -e travis-build-scripts/global-tag.sh - - stage: build - if: branch = v9.2.0.x-eus OR tag =~ ^release-candidate* - name: "Multi-Arch AMD64 build" - os: linux - env: - - BUILD_ALL=true - - MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_AMD64 - - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_AMD64 - script: bash -e travis-build-scripts/run.sh - # - if: branch = v9.2.0.x-eus OR tag =~ ^release-candidate* - # name: "Multi-Arch PPC64LE build" - # os: linux-ppc64le - # env: - # - BUILD_ALL=true - # - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics" - # # - MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_PPC64LE - # - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_PPC64LE - # script: bash -e travis-build-scripts/run.sh - - stage: build - if: branch = v9.2.0.x-eus OR tag =~ ^release-candidate* - name: "Multi-Arch S390X build" - os: linux-s390 - env: - - BUILD_ALL=true - - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics" - - MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_S390X - - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_S390X - script: bash -e travis-build-scripts/run.sh - - stage: push-manifest - if: branch = v9.2.0.x-eus AND type != pull_request OR tag =~ ^release-candidate* - name: "Push Manifest-list to registry" - env: - - PUSH_MANIFEST_ONLY=true - script: bash -e travis-build-scripts/run.sh - # LTS Build - - stage: global-tag if: branch = v9.2.0.x-eus AND type != pull_request OR tag =~ ^release-candidate* name: "Generate Global Tag"