Skip to content

Commit

Permalink
Update CI images for azure-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Mar 23, 2023
1 parent 7108874 commit 2c252a3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .azure-pipelines/openxr-sdk-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ stages:
- job: loader_docs
pool:
vmImage: "ubuntu-latest"
container: khronosgroup/docker-images:openxr.20230209.1
container: khronosgroup/docker-images:openxr.20230323
# container: khronosgroup/docker-images@sha256:091f1d988744f0b5149126d1f4bdba342b72c01dc90c2d06d4a61738bec5521c
steps:
- script: make loader
workingDirectory: specification
Expand All @@ -34,7 +35,8 @@ stages:
- job: archive
pool:
vmImage: "ubuntu-latest"
container: khronosgroup/docker-images:openxr.20230209.1
container: khronosgroup/docker-images:openxr.20230323
# container: khronosgroup/docker-images@sha256:091f1d988744f0b5149126d1f4bdba342b72c01dc90c2d06d4a61738bec5521c
steps:
- script: make loader
workingDirectory: specification
Expand Down Expand Up @@ -62,7 +64,8 @@ stages:
presentationBackend: wayland
pool:
vmImage: "ubuntu-latest"
container: khronosgroup/docker-images:openxr-sdk.20230209
container: khronosgroup/docker-images:openxr-pregenerated-sdk.20230323
# container: sha256:845e19e59f22c29fedc33dcaa4f3c5f8aa44e367283ef955c7549239cf9a46d2
steps:
- task: DownloadPipelineArtifact@2
displayName: Download archived OpenXR-SDK
Expand Down
5 changes: 3 additions & 2 deletions .azure-pipelines/shared/build_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
presentationBackend: wayland
pool:
vmImage: "ubuntu-latest"
container: khronosgroup/docker-images:openxr-sdk.20230209
container: khronosgroup/docker-images:openxr-sdk.20230323
# container: khronosgroup/docker-images@sha256:20edadbaa6cdec4fed7417c24b18dfb4b93eec940fdf1a27b5f97272dec47032
steps:
# First build as debug
- template: build_linux.yml
Expand Down Expand Up @@ -130,7 +131,7 @@ jobs:
# Use the specified version of Python from the tool cache
- task: UsePythonVersion@0
inputs:
versionSpec: "3.9"
versionSpec: "3.10"
- task: PythonScript@0
displayName: Move artifact contents
inputs:
Expand Down
3 changes: 2 additions & 1 deletion .azure-pipelines/shared/check_clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
displayName: "clang-format"
pool:
vmImage: "ubuntu-latest"
container: khronosgroup/docker-images:openxr-sdk.20230209
container: khronosgroup/docker-images:openxr-sdk.20230323
# container: khronosgroup/docker-images@sha256:20edadbaa6cdec4fed7417c24b18dfb4b93eec940fdf1a27b5f97272dec47032
steps:
- script: ./runClangFormat.sh
displayName: Run clang-format
Expand Down
3 changes: 2 additions & 1 deletion .azure-pipelines/shared/check_file_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
displayName: 'Check file formatting'
pool:
vmImage: 'ubuntu-latest'
container: khronosgroup/docker-images:openxr-sdk.20230209
container: khronosgroup/docker-images:openxr-sdk.20230323
# container: khronosgroup/docker-images@sha256:20edadbaa6cdec4fed7417c24b18dfb4b93eec940fdf1a27b5f97272dec47032
steps:
- script: ./file_format.sh
displayName: File formatting checks (file_format.sh)
Expand Down
3 changes: 2 additions & 1 deletion .azure-pipelines/shared/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
displayName: "codespell"
pool:
vmImage: "ubuntu-latest"
container: khronosgroup/docker-images:openxr-sdk.20230209
container: khronosgroup/docker-images:openxr-sdk.20230323
# container: khronosgroup/docker-images@sha256:20edadbaa6cdec4fed7417c24b18dfb4b93eec940fdf1a27b5f97272dec47032
steps:
- script: ./checkCodespell
displayName: Run Codespell script

0 comments on commit 2c252a3

Please sign in to comment.