Skip to content

Commit b9396bd

Browse files
committed
Bump versions for e2e tests
1 parent 6a7f282 commit b9396bd

File tree

3 files changed

+17
-55
lines changed

3 files changed

+17
-55
lines changed

ci/pipeline.yaml

+13-51
Original file line numberDiff line numberDiff line change
@@ -752,44 +752,6 @@ task_cli: &task_cli
752752
params:
753753

754754

755-
task_cli2: &task_cli2
756-
platform: 'linux'
757-
758-
image_resource:
759-
type: registry-image
760-
source:
761-
repository: keppel.eu-de-1.cloud.sap/ccloud-dockerhub-mirror/library/golang
762-
tag: 1.17-alpine
763-
inputs:
764-
- name: kubernikus.builds
765-
path: build
766-
outputs:
767-
- name: binaries
768-
769-
run:
770-
path: /bin/sh
771-
args:
772-
- -exc
773-
- |
774-
apk add --no-cache upx git curl gpg gpg-agent
775-
echo "$SIGNING_KEY" > gpg.key
776-
gpg --import gpg.key
777-
778-
curl -fLO https://github.com/goreleaser/goreleaser/releases/download/v1.10.3/goreleaser_1.10.3_x86_64.apk
779-
apk add --allow-untrusted goreleaser_1.10.3_x86_64.apk
780-
781-
cd build
782-
git config --global --add safe.directory $PWD #not sure this is ony neede for fly execute but YOLO
783-
git status
784-
git clean -f
785-
git tag v1.0.0+$(git rev-parse HEAD)
786-
goreleaser release
787-
788-
params:
789-
SIGNING_KEY:
790-
GITHUB_TOKEN:
791-
792-
793755
task_e2e_tests: &task_e2e_tests
794756
platform: 'linux'
795757

@@ -1606,7 +1568,7 @@ jobs:
16061568
- put: all-versions.trigger
16071569

16081570

1609-
- name: e2e-1.24.5
1571+
- name: e2e-1.24.6
16101572
serial: true
16111573
plan:
16121574
- in_parallel:
@@ -1623,14 +1585,14 @@ jobs:
16231585
<<: *task_e2e_tests
16241586
timeout: 2h
16251587
params:
1626-
KLUSTER_VERSION: "1.24.5"
1588+
KLUSTER_VERSION: "1.24.6"
16271589
KLUSTER_CIDR: "100.100.0.0/16"
16281590
ISOLATE_TEST: "true"
16291591
KLUSTER_OS_IMAGES: flatcar-stable-amd64,flatcar-beta-amd64
16301592
<<: *auth_e2e_master
16311593
<<: *slack
16321594

1633-
- name: e2e-1.23.11
1595+
- name: e2e-1.23.12
16341596
serial: true
16351597
plan:
16361598
- in_parallel:
@@ -1647,14 +1609,14 @@ jobs:
16471609
<<: *task_e2e_tests
16481610
timeout: 2h
16491611
params:
1650-
KLUSTER_VERSION: "1.23.11"
1612+
KLUSTER_VERSION: "1.23.12"
16511613
KLUSTER_CIDR: "100.101.0.0/16"
16521614
ISOLATE_TEST: "true"
16531615
KLUSTER_OS_IMAGES: flatcar-stable-amd64,flatcar-beta-amd64
16541616
<<: *auth_e2e_master
16551617
<<: *slack
16561618

1657-
- name: e2e-1.22.14
1619+
- name: e2e-1.22.15
16581620
serial: true
16591621
plan:
16601622
- in_parallel:
@@ -1671,7 +1633,7 @@ jobs:
16711633
<<: *task_e2e_tests
16721634
timeout: 2h
16731635
params:
1674-
KLUSTER_VERSION: "1.22.14"
1636+
KLUSTER_VERSION: "1.22.15"
16751637
KLUSTER_CIDR: "100.102.0.0/16"
16761638
ISOLATE_TEST: "true"
16771639
KLUSTER_OS_IMAGES: flatcar-stable-amd64,flatcar-beta-amd64
@@ -1900,7 +1862,7 @@ jobs:
19001862
plan:
19011863
- get: kubernikus.builds
19021864
resource: kubernikus.git
1903-
passed: [e2e-1.24.5]
1865+
passed: [e2e-1.24.6]
19041866
- task: changes
19051867
config:
19061868
<<: *task_github_compare_url
@@ -3470,11 +3432,11 @@ groups:
34703432
- whitesource
34713433
- all-versions
34723434

3473-
- e2e-1.24.5
3435+
- e2e-1.24.6
34743436

3475-
- e2e-1.23.11
3437+
- e2e-1.23.12
34763438

3477-
- e2e-1.22.14
3439+
- e2e-1.22.15
34783440

34793441
- e2e-1.21.5
34803442

@@ -3626,11 +3588,11 @@ groups:
36263588
- whitesource
36273589
- all-versions
36283590

3629-
- e2e-1.24.5
3591+
- e2e-1.24.6
36303592

3631-
- e2e-1.23.11
3593+
- e2e-1.23.12
36323594

3633-
- e2e-1.22.14
3595+
- e2e-1.22.15
36343596

36353597
- e2e-1.21.5
36363598

ci/pipeline.yaml.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<%
22
VERSIONS = [
3-
'1.24.5',
4-
'1.23.11',
5-
'1.22.14',
3+
'1.24.6',
4+
'1.23.12',
5+
'1.22.15',
66
'1.21.5',
77
'1.20.8',
88
'1.19.11',

test/e2e/setup_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (s *SetupTests) Run(t *testing.T) {
4040
}
4141

4242
func (s *SetupTests) CreateCluster(t *testing.T) {
43-
version := "1.23.11"
43+
version := "1.23.12"
4444
if v := os.Getenv("KLUSTER_VERSION"); v != "" {
4545
version = v
4646
}

0 commit comments

Comments
 (0)