@@ -25,7 +25,7 @@ services:
25
25
26
26
env :
27
27
global :
28
- - MAIN_BRANCH=v9.3.3
28
+ - MAIN_BRANCH=v9.3.4
29
29
- TAGCACHE_FILE=tagcache
30
30
- RELEASE=r1
31
31
@@ -38,61 +38,61 @@ go_import_path: "github.com/ibm-messaging/mq-container"
38
38
jobs :
39
39
include :
40
40
- stage : basic-build
41
- if : branch != v9.3.3 AND tag IS blank
41
+ if : branch != v9.3.4 AND tag IS blank
42
42
name : " Basic AMD64 build"
43
43
os : linux
44
44
env :
45
- - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
45
+ - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_934_ARCHIVE_REPOSITORY_DEV_AMD64
46
46
script : bash -e travis-build-scripts/run.sh
47
47
48
48
# CD Build
49
49
50
50
- 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*
52
52
name : " Generate Global Tag"
53
53
os : linux
54
54
script : bash -e travis-build-scripts/global-tag.sh
55
55
- stage : build
56
- if : branch = v9.3.3 OR tag =~ ^release-candidate*
56
+ if : branch = v9.3.4 OR tag =~ ^release-candidate*
57
57
name : " Multi-Arch AMD64 build"
58
58
os : linux
59
59
env :
60
60
- 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
63
63
script :
64
64
- bash travis-build-scripts/travis-log-keepalive.sh &
65
65
- bash -e travis-build-scripts/run.sh
66
66
- stage : build
67
- if : branch = v9.3.3 OR tag =~ ^release-candidate*
67
+ if : branch = v9.3.4 OR tag =~ ^release-candidate*
68
68
name : " Multi-Arch S390X build"
69
69
os : linux
70
70
arch : s390x
71
71
group : vms390
72
72
env :
73
73
- BUILD_ALL=true
74
74
- 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 :
78
78
- bash travis-build-scripts/travis-log-keepalive.sh &
79
79
- bash -e travis-build-scripts/run.sh
80
80
- stage : build
81
- if : branch = v9.3.3 OR tag =~ ^release-candidate*
81
+ if : branch = v9.3.4 OR tag =~ ^release-candidate*
82
82
name : " Multi-Arch PPC64LE build"
83
83
os : linux
84
84
arch : ppc64le
85
85
group : power-focal
86
86
env :
87
87
- BUILD_ALL=true
88
88
- 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
91
91
script :
92
92
- bash travis-build-scripts/travis-log-keepalive.sh &
93
93
- bash -e travis-build-scripts/run.sh
94
94
- 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*
96
96
name : " Push Manifest-list to registry"
97
97
env :
98
98
- PUSH_MANIFEST_ONLY=true
0 commit comments