Skip to content

Commit

Permalink
bump to FCB 41
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda committed Nov 19, 2024
1 parent 4e055bb commit 139dd75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:
key: aws-up-fedora
concurrency_group: aws-fd
concurrency: 1
command: make ci-aws-rp -e DEPLOYMENT_ID=ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 --keep-going
command: make ci-aws-rp -e DEPLOYMENT_ID=ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -70,7 +70,7 @@ steps:
key: aws-up-fed-con
concurrency_group: aws-fd
concurrency: 1
command: make ci-aws-rp-connect -e DEPLOYMENT_ID=ci-cn-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 --keep-going
command: make ci-aws-rp-connect -e DEPLOYMENT_ID=ci-cn-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -87,7 +87,7 @@ steps:
key: aws-up-fedora-tiered
concurrency_group: aws-fd
concurrency: 1
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 --keep-going
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -103,7 +103,7 @@ steps:
key: aws-up-fed-cts
concurrency_group: aws-fd
concurrency: 1
command: make ci-aws-rp-ts-connect -e DEPLOYMENT_ID=ci-ct-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 --keep-going
command: make ci-aws-rp-ts-connect -e DEPLOYMENT_ID=ci-ct-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -122,7 +122,7 @@ steps:
key: aws-up-fedora-ts-large
concurrency_group: aws-fd
concurrency: 1
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 -e INSTANCE_TYPE_AWS=is4gen.4xlarge -e MACHINE_ARCH=arm64 --keep-going
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 -e INSTANCE_TYPE_AWS=is4gen.4xlarge -e MACHINE_ARCH=arm64 --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand Down Expand Up @@ -167,7 +167,7 @@ steps:
key: gcp-up-fedora
concurrency_group: gcp-fd
concurrency: 1
command: make ci-gcp-rp -e GCP_IMAGE="fedora-cloud/fedora-cloud-37" -e DEPLOYMENT_ID="ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" -e GCP_CREDS="$DEVEX_GCP_CREDS_BASE64" --keep-going
command: make ci-gcp-rp -e GCP_IMAGE="fedora-cloud/fedora-cloud-41" -e DEPLOYMENT_ID="ci-bs-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" -e GCP_CREDS="$DEVEX_GCP_CREDS_BASE64" --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -181,7 +181,7 @@ steps:
key: gcp-up-fedora-tiered
concurrency_group: gcp-fd
concurrency: 1
command: make ci-gcp-rp-tiered -e GCP_IMAGE="fedora-cloud/fedora-cloud-37" -e DEPLOYMENT_ID="ci-ud-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" -e GCP_CREDS="$DEVEX_GCP_CREDS_BASE64" --keep-going
command: make ci-gcp-rp-tiered -e GCP_IMAGE="fedora-cloud/fedora-cloud-41" -e DEPLOYMENT_ID="ci-ud-fd-`tr -dc a-z0-9 </dev/urandom | head -c 4`" -e GCP_CREDS="$DEVEX_GCP_CREDS_BASE64" --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -195,7 +195,7 @@ steps:
key: aws-us-fedora-tiered
concurrency_group: unstable
concurrency: 1
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-us-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 -e IS_USING_UNSTABLE=true --keep-going
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-us-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 -e IS_USING_UNSTABLE=true --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand All @@ -211,7 +211,7 @@ steps:
key: aws-us-fedora-ts-large
concurrency_group: unstable
concurrency: 1
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-us-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-37 -e IS_USING_UNSTABLE=true -e INSTANCE_TYPE_AWS=is4gen.4xlarge -e MACHINE_ARCH=arm64 --keep-going
command: make ci-aws-rp-tiered -e DEPLOYMENT_ID=ci-ts-fd-us-lg-`tr -dc a-z0-9 </dev/urandom | head -c 4` -e DISTRO=Fedora-Cloud-Base-41 -e IS_USING_UNSTABLE=true -e INSTANCE_TYPE_AWS=is4gen.4xlarge -e MACHINE_ARCH=arm64 --keep-going
plugins:
- seek-oss/aws-sm#v2.3.2:
json-to-env:
Expand Down
2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module "redpanda-cluster" {
source = "redpanda-data/redpanda-cluster/aws"
version = "~> 1.1.5"
version = "~> 1.1.6"
public_key_path = var.public_key_path
broker_count = var.broker_count
deployment_prefix = var.deployment_prefix
Expand Down

0 comments on commit 139dd75

Please sign in to comment.