@@ -25,7 +25,7 @@ services:
25
25
26
26
env :
27
27
global :
28
- - MAIN_BRANCH=private-master
28
+ - MAIN_BRANCH=v9.4.1
29
29
- TAGCACHE_FILE=tagcache
30
30
- RELEASE=r1
31
31
40
40
- script : bash -e travis-build-scripts/trigger-release-checks.sh
41
41
include :
42
42
- stage : basic-build
43
- if : branch != private-master AND tag IS blank AND branch !~ /^ifix-/
43
+ if : branch != v9.4.1 AND tag IS blank AND branch !~ /^ifix-/
44
44
name : " Basic AMD64 build"
45
45
os : linux
46
46
env :
@@ -50,12 +50,12 @@ jobs:
50
50
# CD Build
51
51
52
52
- stage : global-tag
53
- if : (branch = private-master OR branch =~ ^ifix-*) AND type != pull_request OR tag =~ ^release-candidate*
53
+ if : (branch = v9.4.1 OR branch =~ ^ifix-*) AND type != pull_request OR tag =~ ^release-candidate*
54
54
name : " Generate Global Tag"
55
55
os : linux
56
56
script : bash -e travis-build-scripts/global-tag.sh
57
57
- stage : build
58
- if : branch = private-master OR tag =~ ^release-candidate*
58
+ if : branch = v9.4.1 OR tag =~ ^release-candidate*
59
59
name : " Multi-Arch AMD64 build"
60
60
os : linux
61
61
env :
66
66
- bash travis-build-scripts/travis-log-keepalive.sh &
67
67
- bash -e travis-build-scripts/run.sh
68
68
- stage : build
69
- if : branch = private-master OR tag =~ ^release-candidate*
69
+ if : branch = v9.4.1 OR tag =~ ^release-candidate*
70
70
name : " Multi-Arch S390X build"
71
71
os : linux
72
72
arch : s390x
80
80
- bash travis-build-scripts/travis-log-keepalive.sh &
81
81
- bash -e travis-build-scripts/run.sh
82
82
- stage : build
83
- if : branch = private-master OR tag =~ ^release-candidate*
83
+ if : branch = v9.4.1 OR tag =~ ^release-candidate*
84
84
name : " Multi-Arch PPC64LE build"
85
85
os : linux
86
86
arch : ppc64le
@@ -94,16 +94,16 @@ jobs:
94
94
- bash travis-build-scripts/travis-log-keepalive.sh &
95
95
- bash -e travis-build-scripts/run.sh
96
96
- stage : push-manifest
97
- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
97
+ if : branch = v9.4.1 AND type != pull_request OR tag =~ ^release-candidate*
98
98
name : " Push Manifest-list to registry"
99
99
env :
100
100
- PUSH_MANIFEST_ONLY=true
101
101
script : bash -e travis-build-scripts/run.sh
102
102
- stage : trigger-release-checks
103
- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
103
+ if : branch = v9.4.1 AND type != pull_request OR tag =~ ^release-candidate*
104
104
name : " Trigger release-checks build"
105
105
script : bash -e travis-build-scripts/trigger-release-checks.sh
106
-
106
+
107
107
# ifix build started
108
108
- stage : Check-upload-ifix-driver
109
109
if : branch =~ ^ifix-
@@ -170,7 +170,6 @@ jobs:
170
170
os : linux
171
171
script :
172
172
- bash -e travis-build-scripts/manifest-sync.sh
173
-
174
173
175
174
before_install :
176
175
- make install-build-deps
0 commit comments