From 0e39e057511a33c8c4f2107212a95e435d2253c1 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 11 Oct 2024 12:53:19 +0000 Subject: [PATCH 01/11] Experiment with newly created C-ACI pool --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a526f74e0af..4549206ca10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: build_libstdcxx: needs: checks - runs-on: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub] + runs-on: [self-hosted, 1ES.Pool=gha-c-aci] container: image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024 options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro From 6a5e5639a60b2fe42d0867e3877502623e507d76 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 11 Oct 2024 13:08:05 +0000 Subject: [PATCH 02/11] nudge --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4549206ca10..3cadf48dd00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro - name: snp image: default - nodes: [self-hosted, 1ES.Pool=gha-virtual-ccf-sub] + nodes: [self-hosted, 1ES.Pool=gha-c-aci] options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro runs-on: ${{ matrix.platform.nodes }} container: From 8ce967b233c7dfeee3e2c8589ff1c71be2f8c2d2 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 11 Oct 2024 13:50:22 +0000 Subject: [PATCH 03/11] minimal --- .github/workflows/ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cadf48dd00..7ce0f905ded 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,20 +97,8 @@ jobs: build_libstdcxx: needs: checks runs-on: [self-hosted, 1ES.Pool=gha-c-aci] - container: - image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024 - options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - - - name: "Build Debug with libstdc++" - run: | - set -ex - git config --global --add safe.directory /__w/CCF/CCF - mkdir build - cd build - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLVI_MITIGATIONS=OFF -DUSE_LIBCXX=OFF .. - ninja - shell: bash + - run: ls From 7c850d5340b63df9029df709e6e7d93574363daf Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 11 Oct 2024 16:52:02 +0000 Subject: [PATCH 04/11] poke --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ce0f905ded..6b504028295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,4 +101,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: ls + - run: | + ls -l + ls -la /dev/sev From b9adfa9a00fff49a19d27a3d0628c859fb566fbb Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 11 Oct 2024 17:08:18 +0000 Subject: [PATCH 05/11] try regular aci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b504028295..5abcebf8259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: build_libstdcxx: needs: checks - runs-on: [self-hosted, 1ES.Pool=gha-c-aci] + runs-on: [self-hosted, 1ES.Pool=gha-aci] steps: - uses: actions/checkout@v4 with: From d082fb1dfc2a7b3fd9098fb79a0a9abdb6be9da8 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 11 Oct 2024 17:32:24 +0000 Subject: [PATCH 06/11] . --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5abcebf8259..74b31ded1e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,3 +104,4 @@ jobs: - run: | ls -l ls -la /dev/sev + ls From 5e359fe803bc6eff26bccbc810cc97ffab73cc7e Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 15 Oct 2024 08:39:14 +0000 Subject: [PATCH 07/11] poke --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b31ded1e0..ab4dc7944ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,5 +103,4 @@ jobs: fetch-depth: 0 - run: | ls -l - ls -la /dev/sev - ls + ls -la /dev/sev \ No newline at end of file From b40eeccb394e9c35b2f185abcf7e1aba4ad475da Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 15 Oct 2024 09:06:45 +0000 Subject: [PATCH 08/11] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab4dc7944ea..5abcebf8259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,4 +103,4 @@ jobs: fetch-depth: 0 - run: | ls -l - ls -la /dev/sev \ No newline at end of file + ls -la /dev/sev From 10b7fd190ae6e12da5535f9e4d9baafe793bcc95 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Tue, 15 Oct 2024 09:12:16 +0000 Subject: [PATCH 09/11] c --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5abcebf8259..6b504028295 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: build_libstdcxx: needs: checks - runs-on: [self-hosted, 1ES.Pool=gha-aci] + runs-on: [self-hosted, 1ES.Pool=gha-c-aci] steps: - uses: actions/checkout@v4 with: From be21fc89ae1a734565a6ba58b172aaae296d4896 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Wed, 23 Oct 2024 16:10:22 +0000 Subject: [PATCH 10/11] run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b504028295..c7dad03830c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro - name: snp image: default - nodes: [self-hosted, 1ES.Pool=gha-c-aci] + nodes: [self-hosted, 1ES.Pool=gha-aci] options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro runs-on: ${{ matrix.platform.nodes }} container: From e2ca313a9fc99c5de0a11813cc42c8c6df23d4e3 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Wed, 23 Oct 2024 16:46:57 +0000 Subject: [PATCH 11/11] west --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0839eb79fd..f1f48bc1456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: build_azure_linux: name: "Azure Linux CI" needs: checks - runs-on: [self-hosted, 1ES.Pool=gha-c-aci] + runs-on: [self-hosted, 1ES.Pool=gha-c-aci-westus] container: image: mcr.microsoft.com/azurelinux/base/core:3.0 options: --user root --publish-all --cap-add NET_ADMIN --cap-add NET_RAW --cap-add SYS_PTRACE -v /lib/modules:/lib/modules:ro