diff --git a/.azure-pipelines-gh-pages.yml b/.azure-pipelines-gh-pages.yml index 9a5dfbfc595e..bcd95874e927 100644 --- a/.azure-pipelines-gh-pages.yml +++ b/.azure-pipelines-gh-pages.yml @@ -11,7 +11,7 @@ jobs: variables: Codeql.SkipTaskAutoInjection: true skipComponentGovernanceDetection: true - container: ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-virtual-clang15 + container: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15 pool: vmImage: ubuntu-20.04 diff --git a/.azure-pipelines-templates/daily-matrix.yml b/.azure-pipelines-templates/daily-matrix.yml index e1e80f4d016e..4d885c80a8fa 100644 --- a/.azure-pipelines-templates/daily-matrix.yml +++ b/.azure-pipelines-templates/daily-matrix.yml @@ -55,6 +55,7 @@ jobs: ctest_filter: '-LE "benchmark|perf"' ctest_timeout: "1600" depends_on: configure + installExtendedTestingTools: true - template: common.yml parameters: diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 5ce5abab716d..b8d501caedfd 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -29,15 +29,15 @@ schedules: resources: containers: - container: virtual - image: ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-virtual-clang15 + image: ccfmsrc.azurecr.io/ccf/ci:10-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:oe-0.19.3-snp-clang15 + image: ccfmsrc.azurecr.io/ccf/ci:10-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:oe-0.19.3-sgx + image: ccfmsrc.azurecr.io/ccf/ci:10-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: diff --git a/.daily.yml b/.daily.yml index e21670eca6f5..6ceb24c08cee 100644 --- a/.daily.yml +++ b/.daily.yml @@ -25,15 +25,15 @@ schedules: resources: containers: - container: virtual - image: ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-virtual-clang15 + image: ccfmsrc.azurecr.io/ccf/ci:10-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:oe-0.19.3-snp-clang15 + image: ccfmsrc.azurecr.io/ccf/ci:10-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:oe-0.19.3-sgx + image: ccfmsrc.azurecr.io/ccf/ci:10-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: diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2359aa8b6a43..d3e1307fe54f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "CCF Development Environment", - "image": "ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-virtual-clang15", + "image": "ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15", "runArgs": [], "extensions": ["ms-vscode.cpptools", "ms-python.python"] } diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 1a89116cc17c..af271eaf4aa2 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -9,7 +9,7 @@ on: jobs: checks: runs-on: ubuntu-latest - container: ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-virtual-clang-15 + container: ccfmsrc.azurecr.io/ccf/ci:10-08-2023-virtual-clang15 steps: - run: git config --global --add safe.directory "$GITHUB_WORKSPACE" diff --git a/.multi-thread.yml b/.multi-thread.yml index 02f6abfc74d6..c3630a0e0b61 100644 --- a/.multi-thread.yml +++ b/.multi-thread.yml @@ -16,7 +16,7 @@ pr: resources: containers: - container: virtual - image: ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-virtual-clang15 + image: ccfmsrc.azurecr.io/ccf/ci:10-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: diff --git a/.stress.yml b/.stress.yml index 828a7234451d..6587f3ef99ed 100644 --- a/.stress.yml +++ b/.stress.yml @@ -20,7 +20,7 @@ schedules: resources: containers: - container: sgx - image: ccfmsrc.azurecr.io/ccf/ci:oe-0.19.3-sgx + image: ccfmsrc.azurecr.io/ccf/ci:10-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: