Skip to content

Commit 8ab214f

Browse files
committed
[ci skip]: Setting up v9.4.0 branch
1 parent 53e6ab1 commit 8ab214f

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525

2626
env:
2727
global:
28-
- MAIN_BRANCH=private-master
28+
- MAIN_BRANCH=v9.4.0
2929
- TAGCACHE_FILE=tagcache
3030
- RELEASE=r1
3131

@@ -40,7 +40,7 @@ jobs:
4040
- script: bash -e travis-build-scripts/trigger-release-checks.sh
4141
include:
4242
- stage: basic-build
43-
if: branch != private-master AND tag IS blank
43+
if: branch != v9.4.0 AND tag IS blank
4444
name: "Basic AMD64 build"
4545
os: linux
4646
env:
@@ -50,12 +50,12 @@ jobs:
5050
# CD Build
5151

5252
- stage: global-tag
53-
if: branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
53+
if: branch = v9.4.0 AND type != pull_request OR tag =~ ^release-candidate*
5454
name: "Generate Global Tag"
5555
os: linux
5656
script: bash -e travis-build-scripts/global-tag.sh
5757
- stage: build
58-
if: branch = private-master OR tag =~ ^release-candidate*
58+
if: branch = v9.4.0 OR tag =~ ^release-candidate*
5959
name: "Multi-Arch AMD64 build"
6060
os: linux
6161
env:
@@ -66,7 +66,7 @@ jobs:
6666
- bash travis-build-scripts/travis-log-keepalive.sh &
6767
- bash -e travis-build-scripts/run.sh
6868
- stage: build
69-
if: branch = private-master OR tag =~ ^release-candidate*
69+
if: branch = v9.4.0 OR tag =~ ^release-candidate*
7070
name: "Multi-Arch S390X build"
7171
os: linux
7272
arch: s390x
@@ -80,7 +80,7 @@ jobs:
8080
- bash travis-build-scripts/travis-log-keepalive.sh &
8181
- bash -e travis-build-scripts/run.sh
8282
- stage: build
83-
if: branch = private-master OR tag =~ ^release-candidate*
83+
if: branch = v9.4.0 OR tag =~ ^release-candidate*
8484
name: "Multi-Arch PPC64LE build"
8585
os: linux
8686
arch: ppc64le
@@ -94,13 +94,13 @@ jobs:
9494
- bash travis-build-scripts/travis-log-keepalive.sh &
9595
- bash -e travis-build-scripts/run.sh
9696
- stage: push-manifest
97-
if: branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
97+
if: branch = v9.4.0 AND type != pull_request OR tag =~ ^release-candidate*
9898
name: "Push Manifest-list to registry"
9999
env:
100100
- PUSH_MANIFEST_ONLY=true
101101
script: bash -e travis-build-scripts/run.sh
102102
- stage: trigger-release-checks
103-
if: branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
103+
if: branch = v9.4.0 AND type != pull_request OR tag =~ ^release-candidate*
104104
name: "Trigger release-checks build"
105105
script: bash -e travis-build-scripts/trigger-release-checks.sh
106106

.whitesource

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"configMode": "LOCAL",
55
"baseBranches": [
66
"private-master",
7-
"v9.3.0.x",
87
"v9.4.0"
98
]
109
},

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.0
66

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

0 commit comments

Comments
 (0)