Skip to content

Commit

Permalink
TEMP: Try Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 16, 2024
1 parent f7292d9 commit 908d8b2
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'

stages:

Expand Down
10 changes: 9 additions & 1 deletion infra/azure/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ schedules:
trigger: none

pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'

stages:

Expand All @@ -33,6 +33,14 @@ stages:
job_name_suffix: C9S
distro: c9s

- stage: CentOS_10_Stream
dependsOn: []
jobs:
- template: templates/build_container.yml
parameters:
job_name_suffix: C10S
distro: c10s

- stage: Fedora_Latest
dependsOn: []
jobs:
Expand Down
2 changes: 1 addition & 1 deletion infra/azure/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ schedules:
trigger: none

pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'

stages:

Expand Down
2 changes: 1 addition & 1 deletion infra/azure/pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'

stages:

Expand Down
2 changes: 1 addition & 1 deletion infra/image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ EOF
name="ansible-freeipa-image-builder"
hostname="ipaserver.test.local"
# Number of cpus is not available in usptream CI (Ubuntu 22.04).
# cpus="2"
cpus="2"
memory="3g"
quayname="quay.io/ansible-freeipa/upstream-tests"
deploy_server="N"
Expand Down

0 comments on commit 908d8b2

Please sign in to comment.