Skip to content

Commit

Permalink
ci: test actuated arm64 runners
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Oct 31, 2023
1 parent b737d2d commit 72c83c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, buildjet-2vcpu-ubuntu-2204-arm ]
os: [ ubuntu-20.04, buildjet-2vcpu-ubuntu-2204-arm, actuated-arm64-2cpu-7gb ]
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand All @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libelf-dev netcat-traditional libcap-dev gcc
sudo apt-get -y install libelf-dev netcat-traditional libcap-dev gcc
sudo sed -i '/secure_path/d' /etc/sudoers
sudo sed -i '/env_reset/d' /etc/sudoers
Expand All @@ -39,7 +39,9 @@ jobs:
echo `clang --version`
- name: Install bpftool
uses: mtardy/setup-bpftool@d21fc59a00cfc7e7de8b83a6f8f2060f0e54e2b8 # v1.0.2
uses: mtardy/setup-bpftool@adeab4f9332cc28db56064a93911860d0775665b # TODO correct version
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Ensure BPF programs pass verifier
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 40
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ]
os: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm, actuated-arm64-2cpu-8gb ]
steps:
- name: Checkout Code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand Down

0 comments on commit 72c83c3

Please sign in to comment.