|
37 | 37 | image-base-name: "dev_image_with_extras" |
38 | 38 | ref: ${{ needs.env-protect-setup.outputs.ref }} |
39 | 39 | clang-tidy: |
40 | | - runs-on: oracle-16cpu-64gb-x86-64 |
| 40 | + runs-on: oracle-vm-16cpu-64gb-x86-64 |
41 | 41 | needs: [authorize, env-protect-setup, get-dev-image] |
42 | 42 | container: |
43 | 43 | image: ${{ needs.get-dev-image.outputs.image-with-tag }} |
|
65 | 65 | code-coverage: |
66 | 66 | if: github.event_name == 'push' |
67 | 67 | 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 |
69 | 69 | container: |
70 | 70 | image: ${{ needs.get-dev-image.outputs.image-with-tag }} |
71 | 71 | steps: |
|
89 | 89 | ./ci/collect_coverage.sh -u -b main -c "$(git rev-parse HEAD)" -r pixie-io/pixie |
90 | 90 | generate-matrix: |
91 | 91 | 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 |
93 | 93 | container: |
94 | 94 | image: ${{ needs.get-dev-image.outputs.image-with-tag }} |
95 | 95 | outputs: |
@@ -121,14 +121,14 @@ jobs: |
121 | 121 | bazel_tests_* |
122 | 122 | build-and-test: |
123 | 123 | 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 |
125 | 125 | permissions: |
126 | 126 | contents: read |
127 | 127 | actions: read |
128 | 128 | checks: write |
129 | 129 | container: |
130 | 130 | image: ${{ needs.get-dev-image.outputs.image-with-tag }} |
131 | | - options: --privileged --pid=host |
| 131 | + options: --privileged |
132 | 132 | if: ${{ needs.generate-matrix.outputs.matrix && (toJson(fromJson(needs.generate-matrix.outputs.matrix)) != '[]') }} |
133 | 133 | strategy: |
134 | 134 | matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} |
|
0 commit comments