@@ -25,7 +25,7 @@ services:
2525
2626env :
2727 global :
28- - MAIN_BRANCH=v9.3.3
28+ - MAIN_BRANCH=v9.3.4
2929 - TAGCACHE_FILE=tagcache
3030 - RELEASE=r1
3131
@@ -38,61 +38,61 @@ go_import_path: "github.com/ibm-messaging/mq-container"
3838jobs :
3939 include :
4040 - stage : basic-build
41- if : branch != v9.3.3 AND tag IS blank
41+ if : branch != v9.3.4 AND tag IS blank
4242 name : " Basic AMD64 build"
4343 os : linux
4444 env :
45- - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
45+ - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_AMD64
4646 script : bash -e travis-build-scripts/run.sh
4747
4848 # CD Build
4949
5050 - stage : global-tag
51- if : branch = v9.3.3 AND type != pull_request OR tag =~ ^release-candidate*
51+ if : branch = v9.3.4 AND type != pull_request OR tag =~ ^release-candidate*
5252 name : " Generate Global Tag"
5353 os : linux
5454 script : bash -e travis-build-scripts/global-tag.sh
5555 - stage : build
56- if : branch = v9.3.3 OR tag =~ ^release-candidate*
56+ if : branch = v9.3.4 OR tag =~ ^release-candidate*
5757 name : " Multi-Arch AMD64 build"
5858 os : linux
5959 env :
6060 - BUILD_ALL=true
61- - MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_AMD64
62- - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
61+ - MQ_ARCHIVE_REPOSITORY=$MQ_934_ARCHIVE_REPOSITORY_AMD64
62+ - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_AMD64
6363 script :
6464 - bash travis-build-scripts/travis-log-keepalive.sh &
6565 - bash -e travis-build-scripts/run.sh
6666 - stage : build
67- if : branch = v9.3.3 OR tag =~ ^release-candidate*
67+ if : branch = v9.3.4 OR tag =~ ^release-candidate*
6868 name : " Multi-Arch S390X build"
6969 os : linux
7070 arch : s390x
7171 group : vms390
7272 env :
7373 - BUILD_ALL=true
7474 - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
75- - MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_S390X
76- - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_S390X
77- script :
75+ - MQ_ARCHIVE_REPOSITORY=$MQ_934_ARCHIVE_REPOSITORY_S390X
76+ - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_S390X
77+ script :
7878 - bash travis-build-scripts/travis-log-keepalive.sh &
7979 - bash -e travis-build-scripts/run.sh
8080 - stage : build
81- if : branch = v9.3.3 OR tag =~ ^release-candidate*
81+ if : branch = v9.3.4 OR tag =~ ^release-candidate*
8282 name : " Multi-Arch PPC64LE build"
8383 os : linux
8484 arch : ppc64le
8585 group : power-focal
8686 env :
8787 - BUILD_ALL=true
8888 - TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
89- - MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_PPC64LE
90- - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_PPC64LE
89+ - MQ_ARCHIVE_REPOSITORY=$MQ_934_ARCHIVE_REPOSITORY_PPC64LE
90+ - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_PPC64LE
9191 script :
9292 - bash travis-build-scripts/travis-log-keepalive.sh &
9393 - bash -e travis-build-scripts/run.sh
9494 - stage : push-manifest
95- if : branch = v9.3.3 AND type != pull_request OR tag =~ ^release-candidate*
95+ if : branch = v9.3.4 AND type != pull_request OR tag =~ ^release-candidate*
9696 name : " Push Manifest-list to registry"
9797 env :
9898 - PUSH_MANIFEST_ONLY=true
0 commit comments