Skip to content

Commit ba497c3

Browse files
committed
[ci skip]: Setting up v9.4.4 branch
1 parent 1d08382 commit ba497c3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ services:
2121

2222
branches:
2323
except:
24-
- private-master
24+
- v9.4.4
2525

2626
env:
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
@@ -43,7 +43,7 @@ jobs:
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:
@@ -71,7 +71,7 @@ jobs:
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
@@ -85,7 +85,7 @@ jobs:
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

.whitesource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"baseBranches": [
99
"private-master",
1010
"v9.4.0",
11-
"v9.4.3"
11+
"v9.4.4"
1212
]
1313
},
1414
"issueSettings": {

pipeline.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########################################################################################################################################################
22

3-
BASE_MQ_LOCKED=false
3+
BASE_MQ_LOCKED=true
44
MAIN_BRANCH=private-master
55
LTS=false
66
RELEASE=r1

source-branch.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###########################################################################################################################################################
22

3-
# SOURCE_BRANCH is the repository branch name for this release stream.
3+
# SOURCE_BRANCH is the repository branch name for this release stream.
44
# It should be updated when a new release fork is created but not for testing of personal builds or pre-fork updates.
5-
SOURCE_BRANCH ?= private-master
5+
SOURCE_BRANCH ?= v9.4.4
66

77
###########################################################################################################################################################

0 commit comments

Comments
 (0)