Skip to content

Commit

Permalink
Update CI image to 11-08-2023 (microsoft#5538)
Browse files Browse the repository at this point in the history
(cherry picked from commit c3c0dc2)

# Conflicts:
#	.azure-pipelines-templates/deploy_aci.yml
#	.azure_pipelines_snp.yml
#	docker/ccf_ci_built
#	scripts/azure_deployment/arm_aci.py
  • Loading branch information
achamayou committed Aug 11, 2023
1 parent 12f1bc3 commit b664068
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
variables:
Codeql.SkipTaskAutoInjection: true
skipComponentGovernanceDetection: true
container: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15
container: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-virtual-clang15
pool:
vmImage: ubuntu-20.04

Expand Down
6 changes: 3 additions & 3 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ schedules:
resources:
containers:
- container: virtual
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-virtual-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro

- container: snp
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-snp-clang15
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-snp-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro

- container: sgx
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-sgx
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-sgx
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx -v /lib/modules:/lib/modules:ro

variables:
Expand Down
6 changes: 3 additions & 3 deletions .daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ schedules:
resources:
containers:
- container: virtual
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-virtual-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE

- container: snp
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-snp-clang15
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-snp-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro

- container: sgx
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-sgx
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-sgx
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CCF Development Environment",
"image": "ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15",
"image": "ccfmsrc.azurecr.io/ccf/ci:11-08-2023-virtual-clang15",
"runArgs": [],
"extensions": ["ms-vscode.cpptools", "ms-python.python"]
}
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
checks:
runs-on: ubuntu-latest
container: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15
container: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-virtual-clang15

steps:
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down
2 changes: 1 addition & 1 deletion .multi-thread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pr:
resources:
containers:
- container: virtual
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-virtual-clang15
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ schedules:
resources:
containers:
- container: sgx
image: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-sgx
image: ccfmsrc.azurecr.io/ccf/ci:11-08-2023-sgx
options: --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx

jobs:
Expand Down

0 comments on commit b664068

Please sign in to comment.