Skip to content

Update Ubuntu version from 20.04 to 24.04 - FedRAMP RC branch #571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .semaphore/cp_dockerfile_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: v1.0
name: build-test-release
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-1
type: s1-prod-ubuntu24-04-amd64-1

fail_fast:
cancel:
Expand Down Expand Up @@ -160,7 +160,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-prod-ubuntu24-04-arm64-1
jobs:
- name: Build & Test ubi8
commands:
Expand All @@ -187,7 +187,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-prod-ubuntu24-04-arm64-1
jobs:
- name: Deploy ARM confluentinc/kafka-streams-examples ubi8
commands:
Expand Down Expand Up @@ -248,7 +248,7 @@ after_pipeline:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-0
type: s1-prod-ubuntu24-04-arm64-0
jobs:
- name: Metrics
commands:
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/cp_dockerfile_promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: v1.0
name: build-test-release
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-1
type: s1-prod-ubuntu24-04-amd64-1

fail_fast:
cancel:
Expand Down
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: v1.0
name: build-test-release
agent:
machine:
type: s1-prod-ubuntu20-04-amd64-1
type: s1-prod-ubuntu24-04-amd64-1

fail_fast:
cancel:
Expand Down Expand Up @@ -124,7 +124,7 @@ blocks:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-1
type: s1-prod-ubuntu24-04-arm64-1
jobs:
- name: Build & Test ubi8
commands:
Expand All @@ -148,7 +148,7 @@ after_pipeline:
task:
agent:
machine:
type: s1-prod-ubuntu20-04-arm64-0
type: s1-prod-ubuntu24-04-arm64-0
jobs:
- name: Metrics
commands:
Expand Down