@@ -21,11 +21,11 @@ services:
2121
2222branches :
2323 except :
24- - private-master
24+ - v9.4.4
2525
2626env :
2727 global :
28- - MAIN_BRANCH=private-master
28+ - MAIN_BRANCH=v9.4.4
2929 - TAGCACHE_FILE=tagcache
3030 - RELEASE=r1
3131 - BASE_MQ_LOCKED=false
4343 - script : bash -e travis-build-scripts/trigger-release-checks.sh
4444 include :
4545 - stage : basic-build
46- if : (env(FEATURE_BUILD_OVERRIDE) != "true") AND branch != private-master AND tag IS blank AND branch !~ /^ifix-/
46+ if : (env(FEATURE_BUILD_OVERRIDE) != "true") AND branch != v9.4.4 AND tag IS blank AND branch !~ /^ifix-/
4747 name : " Basic AMD64 build"
4848 os : linux
4949 env :
@@ -55,12 +55,12 @@ jobs:
5555 # CD Build
5656
5757 - stage : global-tag
58- if : (env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = private-master OR branch =~ ^ifix-*) AND type != pull_request OR tag =~ ^release-candidate*
58+ if : (env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = v9.4.4 OR branch =~ ^ifix-*) AND type != pull_request OR tag =~ ^release-candidate*
5959 name : " Generate Global Tag"
6060 os : linux
6161 script : bash -e travis-build-scripts/global-tag.sh
6262 - stage : build
63- if : env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = private-master OR tag =~ ^release-candidate*
63+ if : env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = v9.4.4 OR tag =~ ^release-candidate*
6464 name : " Multi-Arch AMD64 build"
6565 os : linux
6666 env :
7171 - bash travis-build-scripts/travis-log-keepalive.sh &
7272 - bash -e travis-build-scripts/run.sh
7373 - stage : build
74- if : env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = private-master OR tag =~ ^release-candidate*
74+ if : env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = v9.4.4 OR tag =~ ^release-candidate*
7575 name : " Multi-Arch S390X build"
7676 os : linux
7777 arch : s390x
8585 - bash travis-build-scripts/travis-log-keepalive.sh &
8686 - bash -e travis-build-scripts/run.sh
8787 - stage : build
88- if : env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = private-master OR tag =~ ^release-candidate*
88+ if : env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = v9.4.4 OR tag =~ ^release-candidate*
8989 name : " Multi-Arch PPC64LE build"
9090 os : linux
9191 arch : ppc64le
@@ -99,13 +99,13 @@ jobs:
9999 - bash travis-build-scripts/travis-log-keepalive.sh &
100100 - bash -e travis-build-scripts/run.sh
101101 - stage : push-manifest
102- if : (env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = private-master ) AND type != pull_request OR tag =~ ^release-candidate*
102+ if : (env(FEATURE_BUILD_OVERRIDE) = "true" OR branch = v9.4.4 ) AND type != pull_request OR tag =~ ^release-candidate*
103103 name : " Push Manifest-list to registry"
104104 env :
105105 - PUSH_MANIFEST_ONLY=true
106106 script : bash -e travis-build-scripts/run.sh
107107 - stage : trigger-release-checks
108- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
108+ if : branch = v9.4.4 AND type != pull_request OR tag =~ ^release-candidate*
109109 name : " Trigger release-checks build"
110110 script : bash -e travis-build-scripts/trigger-release-checks.sh
111111
0 commit comments