Skip to content

Commit b6de498

Browse files
committed
distro bump
1 parent 09e364d commit b6de498

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
key: aws-up-fedora
5757
concurrency_group: aws-fd
5858
concurrency: 1
59-
command: DEPLOYMENT_ID=ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 task ci:aws:rp
59+
command: DEPLOYMENT_ID=ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 task ci:aws:rp
6060
plugins:
6161
- seek-oss/aws-sm#v2.3.2:
6262
json-to-env:
@@ -72,7 +72,7 @@ steps:
7272
key: aws-up-fed-con
7373
concurrency_group: aws-fd-cn
7474
concurrency: 1
75-
command: DEPLOYMENT_ID=ci-cn-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 task ci:aws:rp:connect
75+
command: DEPLOYMENT_ID=ci-cn-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 task ci:aws:rp:connect
7676
plugins:
7777
- seek-oss/aws-sm#v2.3.2:
7878
json-to-env:
@@ -89,7 +89,7 @@ steps:
8989
key: aws-up-fedora-tiered
9090
concurrency_group: aws-fd
9191
concurrency: 1
92-
command: DEPLOYMENT_ID=ci-ts-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 task ci:aws:rp:tiered
92+
command: DEPLOYMENT_ID=ci-ts-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 task ci:aws:rp:tiered
9393
plugins:
9494
- seek-oss/aws-sm#v2.3.2:
9595
json-to-env:
@@ -106,7 +106,7 @@ steps:
106106
key: aws-up-fed-cts
107107
concurrency_group: aws-fd-cn
108108
concurrency: 1
109-
command: DEPLOYMENT_ID=ci-ct-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 task ci:aws:rp:ts-connect
109+
command: DEPLOYMENT_ID=ci-ct-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 task ci:aws:rp:ts-connect
110110
plugins:
111111
- seek-oss/aws-sm#v2.3.2:
112112
json-to-env:
@@ -124,7 +124,7 @@ steps:
124124
key: aws-up-fedora-ts-large
125125
concurrency_group: aws-fd
126126
concurrency: 1
127-
command: DEPLOYMENT_ID=ci-ts-fd-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 INSTANCE_TYPE_AWS=is4gen.4xlarge MACHINE_ARCH=arm64 task ci:aws:rp:tiered
127+
command: DEPLOYMENT_ID=ci-ts-fd-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 INSTANCE_TYPE_AWS=is4gen.4xlarge MACHINE_ARCH=arm64 task ci:aws:rp:tiered
128128
plugins:
129129
- seek-oss/aws-sm#v2.3.2:
130130
json-to-env:
@@ -171,7 +171,7 @@ steps:
171171
key: gcp-up-fedora
172172
concurrency_group: gcp-fd
173173
concurrency: 1
174-
command: GCP_IMAGE="fedora-cloud/fedora-cloud-39" DEPLOYMENT_ID="ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp
174+
command: GCP_IMAGE="fedora-cloud/fedora-cloud-43" DEPLOYMENT_ID="ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp
175175
plugins:
176176
- seek-oss/aws-sm#v2.3.2:
177177
json-to-env:
@@ -185,7 +185,7 @@ steps:
185185
key: gcp-up-fedora-tiered
186186
concurrency_group: gcp-fd
187187
concurrency: 1
188-
command: GCP_IMAGE="fedora-cloud/fedora-cloud-39" DEPLOYMENT_ID="ci-ud-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp:tiered
188+
command: GCP_IMAGE="fedora-cloud/fedora-cloud-43" DEPLOYMENT_ID="ci-ud-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" task ci:gcp:rp:tiered
189189
plugins:
190190
- seek-oss/aws-sm#v2.3.2:
191191
json-to-env:
@@ -200,7 +200,7 @@ steps:
200200
key: aws-us-fedora-tiered
201201
concurrency_group: unstable
202202
concurrency: 1
203-
command: DEPLOYMENT_ID=ci-ts-fd-us-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 IS_USING_UNSTABLE=true task ci:aws:rp:tiered
203+
command: DEPLOYMENT_ID=ci-ts-fd-us-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 IS_USING_UNSTABLE=true task ci:aws:rp:tiered
204204
plugins:
205205
- seek-oss/aws-sm#v2.3.2:
206206
json-to-env:
@@ -217,7 +217,7 @@ steps:
217217
key: aws-us-fedora-ts-large
218218
concurrency_group: unstable
219219
concurrency: 1
220-
command: DEPLOYMENT_ID=ci-ts-fd-us-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=41 IS_USING_UNSTABLE=true INSTANCE_TYPE_AWS=is4gen.4xlarge MACHINE_ARCH=arm64 task ci:aws:rp:tiered
220+
command: DEPLOYMENT_ID=ci-ts-fd-us-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` DISTRO=43 IS_USING_UNSTABLE=true INSTANCE_TYPE_AWS=is4gen.4xlarge MACHINE_ARCH=arm64 task ci:aws:rp:tiered
221221
plugins:
222222
- seek-oss/aws-sm#v2.3.2:
223223
json-to-env:

.tasks/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ tasks:
2828
desc: CI workflow - AWS Redpanda with Connect
2929
vars:
3030
ENABLE_CONNECT: "true"
31-
DISTRO: "41"
31+
DISTRO: "43"
3232
cmds:
3333
- task: :tools:keygen
3434
- task: :infra:aws:build
35-
vars: {ENABLE_CONNECT: "true", DISTRO: "41"}
35+
vars: {ENABLE_CONNECT: "true", DISTRO: "43"}
3636
- task: :infra:extra:aws:copy
3737
- task: :infra:extra:aws:build
3838
- task: :cluster:provision
@@ -67,11 +67,11 @@ tasks:
6767
vars:
6868
ENABLE_CONNECT: "true"
6969
TIERED_STORAGE_ENABLED: "true"
70-
DISTRO: "41"
70+
DISTRO: "43"
7171
cmds:
7272
- task: :tools:keygen
7373
- task: :infra:aws:build
74-
vars: {ENABLE_CONNECT: "true", TIERED_STORAGE_ENABLED: "true", DISTRO: "41"}
74+
vars: {ENABLE_CONNECT: "true", TIERED_STORAGE_ENABLED: "true", DISTRO: "43"}
7575
- task: :cluster:tiered
7676
- task: :connect:deploy:tls
7777
- task: :monitor:deploy:tls

.tasks/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ tasks:
55
desc: Stand up full Connect environment (primary + secondary clusters for replication)
66
vars:
77
ENABLE_CONNECT: "true"
8-
DISTRO: "41"
8+
DISTRO: "43"
99
cmds:
1010
- task: :tools:keygen
1111
- task: :ansible:prereqs
1212
- task: :tools:rpk:install
1313
- task: :infra:aws:build
14-
vars: {ENABLE_CONNECT: "true", DISTRO: "41"}
14+
vars: {ENABLE_CONNECT: "true", DISTRO: "43"}
1515
- task: :infra:extra:aws:copy
1616
- task: :infra:extra:aws:build
1717
- task: :cluster:provision

0 commit comments

Comments
 (0)