Skip to content

Commit d9691ed

Browse files
committed
[ci skip]: Setting up v9.4.1 branch
1 parent 85c31c4 commit d9691ed

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.travis.yml

+9-10
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.1
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 AND branch !~ /^ifix-/
43+
if: branch != v9.4.1 AND tag IS blank AND branch !~ /^ifix-/
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 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*
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.1 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.1 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.1 OR tag =~ ^release-candidate*
8484
name: "Multi-Arch PPC64LE build"
8585
os: linux
8686
arch: ppc64le
@@ -94,16 +94,16 @@ 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.1 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.1 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
106-
106+
107107
# ifix build started
108108
- stage: Check-upload-ifix-driver
109109
if: branch =~ ^ifix-
@@ -170,7 +170,6 @@ jobs:
170170
os: linux
171171
script:
172172
- bash -e travis-build-scripts/manifest-sync.sh
173-
174173

175174
before_install:
176175
- make install-build-deps

.whitesource

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"configMode": "LOCAL",
55
"baseBranches": [
66
"private-master",
7-
"v9.3.0.x",
8-
"v9.4.0"
7+
"v9.4.1"
98
]
109
},
1110
"issueSettings": {

source-branch.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# 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.1
66

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

0 commit comments

Comments
 (0)