Skip to content

Commit

Permalink
fixup! upstream CI: Use start.sh script and environment template
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 22, 2024
1 parent c11b0ee commit 59d7e87
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 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-20.04'

stages:

Expand Down
2 changes: 1 addition & 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-20.04'

stages:

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-20.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-20.04'

stages:

Expand Down
3 changes: 1 addition & 2 deletions infra/image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,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 59d7e87

Please sign in to comment.