Skip to content

Commit 1fb310e

Browse files
committed
Undo accidental revert for vm based runners
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 9dd3e09 commit 1fb310e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
image-base-name: "dev_image_with_extras"
3838
ref: ${{ needs.env-protect-setup.outputs.ref }}
3939
clang-tidy:
40-
runs-on: oracle-16cpu-64gb-x86-64
40+
runs-on: oracle-vm-16cpu-64gb-x86-64
4141
needs: [authorize, env-protect-setup, get-dev-image]
4242
container:
4343
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
@@ -65,7 +65,7 @@ jobs:
6565
code-coverage:
6666
if: github.event_name == 'push'
6767
needs: [authorize, env-protect-setup, get-dev-image]
68-
runs-on: oracle-16cpu-64gb-x86-64
68+
runs-on: oracle-vm-16cpu-64gb-x86-64
6969
container:
7070
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
7171
steps:
@@ -89,7 +89,7 @@ jobs:
8989
./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r pixie-io/pixie
9090
generate-matrix:
9191
needs: [authorize, env-protect-setup, get-dev-image]
92-
runs-on: oracle-16cpu-64gb-x86-64
92+
runs-on: oracle-vm-16cpu-64gb-x86-64
9393
container:
9494
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
9595
outputs:
@@ -121,14 +121,14 @@ jobs:
121121
bazel_tests_*
122122
build-and-test:
123123
needs: [authorize, env-protect-setup, get-dev-image, generate-matrix]
124-
runs-on: oracle-16cpu-64gb-x86-64
124+
runs-on: oracle-vm-16cpu-64gb-x86-64
125125
permissions:
126126
contents: read
127127
actions: read
128128
checks: write
129129
container:
130130
image: ${{ needs.get-dev-image.outputs.image-with-tag }}
131-
options: --privileged --pid=host
131+
options: --privileged
132132
if: ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }}
133133
strategy:
134134
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)