Skip to content

Commit de9bb88

Browse files
committed
Hardcode branch names instead of regex
Signed-off-by: Yussuf Shaikh <[email protected]>
1 parent 12d9e3d commit de9bb88

10 files changed

+40
-40
lines changed

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.1.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.1
16+
- ^release-0\.1$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230321-36677f7c05-1.23
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.1
48+
- ^release-0\.1$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230321-36677f7c05-1.23
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.1
78+
- ^release-0\.1$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.17
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.1
105+
- ^release-0\.1$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.17

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.10.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.10
16+
- ^release-0\.10$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-1.33
@@ -44,7 +44,7 @@ presubmits:
4444
description: Build image test in ibm-powervs-block-csi-driver repo.
4545
branches:
4646
# The script this job runs is not in all branches.
47-
- ^release-0.10
47+
- ^release-0\.10$
4848
spec:
4949
containers:
5050
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-1.33
@@ -73,7 +73,7 @@ presubmits:
7373
description: Unit tests in ibm-powervs-block-csi-driver repo.
7474
branches:
7575
# The script this job runs is not in all branches.
76-
- ^release-0.10
76+
- ^release-0\.10$
7777
spec:
7878
containers:
7979
- image: 'public.ecr.aws/docker/library/golang:1.24'
@@ -99,7 +99,7 @@ presubmits:
9999
description: ibm-powervs-block-csi-driver basic code verification.
100100
branches:
101101
# The script this job runs is not in all branches.
102-
- ^release-0.10
102+
- ^release-0\.10$
103103
spec:
104104
containers:
105105
- image: 'public.ecr.aws/docker/library/golang:1.24'

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.2
16+
- ^release-0\.2$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230901-e9e5d470a5-1.24
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.2
48+
- ^release-0\.2$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230901-e9e5d470a5-1.24
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.2
78+
- ^release-0\.2$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.18
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.2
105+
- ^release-0\.2$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.18

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.3.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.3
16+
- ^release-0\.3$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231113-7213ea5323-1.25
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.3
48+
- ^release-0\.3$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20231113-7213ea5323-1.25
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.3
78+
- ^release-0\.3$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.19
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.3
105+
- ^release-0\.3$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.19

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.4.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.4
16+
- ^release-0\.4$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240405-68dde9badf-1.26
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.4
48+
- ^release-0\.4$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240405-68dde9badf-1.26
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.4
78+
- ^release-0\.4$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.19
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.4
105+
- ^release-0\.4$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.19

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.5.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.5
16+
- ^release-0\.5$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241125-b4ea3e27a6-1.28
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.5
48+
- ^release-0\.5$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241125-b4ea3e27a6-1.28
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.5
78+
- ^release-0\.5$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.20
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.5
105+
- ^release-0\.5$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.20

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.6.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.6
16+
- ^release-0\.6$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250409-f52ea67ed6-1.29
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.6
48+
- ^release-0\.6$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250409-f52ea67ed6-1.29
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.6
78+
- ^release-0\.6$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.21
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.6
105+
- ^release-0\.6$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.21

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.7.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.7
16+
- ^release-0\.7$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.7
48+
- ^release-0\.7$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250714-70266d743a-1.30
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.7
78+
- ^release-0\.7$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.22
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.7
105+
- ^release-0\.7$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.22

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.8.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.8
16+
- ^release-0\.8$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-1.31
@@ -45,7 +45,7 @@ presubmits:
4545
description: Build image test in ibm-powervs-block-csi-driver repo.
4646
branches:
4747
# The script this job runs is not in all branches.
48-
- ^release-0.8
48+
- ^release-0\.8$
4949
spec:
5050
containers:
5151
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-1.31
@@ -75,7 +75,7 @@ presubmits:
7575
description: Unit tests in ibm-powervs-block-csi-driver repo.
7676
branches:
7777
# The script this job runs is not in all branches.
78-
- ^release-0.8
78+
- ^release-0\.8$
7979
spec:
8080
containers:
8181
- image: public.ecr.aws/docker/library/golang:1.23
@@ -102,7 +102,7 @@ presubmits:
102102
description: ibm-powervs-block-csi-driver basic code verification.
103103
branches:
104104
# The script this job runs is not in all branches.
105-
- ^release-0.8
105+
- ^release-0\.8$
106106
spec:
107107
containers:
108108
- image: public.ecr.aws/docker/library/golang:1.23

config/jobs/kubernetes-sigs/ibm-powervs-block-csi-driver/ibm-powervs-block-csi-driver-release-0.9.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ presubmits:
1313
description: Build test in ibm-powervs-block-csi-driver repo.
1414
branches:
1515
# The script this job runs is not in all branches.
16-
- ^release-0.9
16+
- ^release-0\.9$
1717
spec:
1818
containers:
1919
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-1.32
@@ -44,7 +44,7 @@ presubmits:
4444
description: Build image test in ibm-powervs-block-csi-driver repo.
4545
branches:
4646
# The script this job runs is not in all branches.
47-
- ^release-0.9
47+
- ^release-0\.9$
4848
spec:
4949
containers:
5050
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250808-38ff9ff2bd-1.32
@@ -73,7 +73,7 @@ presubmits:
7373
description: Unit tests in ibm-powervs-block-csi-driver repo.
7474
branches:
7575
# The script this job runs is not in all branches.
76-
- ^release-0.9
76+
- ^release-0\.9$
7777
spec:
7878
containers:
7979
- image: 'public.ecr.aws/docker/library/golang:1.23'
@@ -99,7 +99,7 @@ presubmits:
9999
description: ibm-powervs-block-csi-driver basic code verification.
100100
branches:
101101
# The script this job runs is not in all branches.
102-
- ^release-0.9
102+
- ^release-0\.9$
103103
spec:
104104
containers:
105105
- image: 'public.ecr.aws/docker/library/golang:1.23'

0 commit comments

Comments
 (0)