Skip to content

Commit b5f0b5b

Browse files
committed
Remove buildjet arm64 job.
Buildjet just doesn't start the job most of the time
1 parent 8a9a5aa commit b5f0b5b

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

.github/workflows/test.yaml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,30 @@ jobs:
3232
run: |
3333
GNUPGHOME=$HOME/.gnupg PYTHONPATH=image/tools:image/src pytest tests
3434
35-
pytest_arm64:
36-
runs-on: buildjet-2vcpu-ubuntu-2204-arm
37-
name: pytest arm64
38-
needs: pytest_amd64
39-
steps:
40-
- name: Checkout
41-
uses: actions/checkout@v4
42-
43-
- name: Install dependencies
44-
run: |
45-
python -m pip install --upgrade pip
46-
pip install -r tests/requirements.txt
47-
48-
gpg --recv-keys C874011F0AB405110D02105534365D9472D7468F \
49-
&& echo "C874011F0AB405110D02105534365D9472D7468F:6:" | gpg --import-ownertrust
50-
51-
- name: Run tests
52-
env:
53-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
54-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
55-
TERRAFORM_ACTIONS_GITHUB_TOKEN: No
56-
run: |
57-
GNUPGHOME=$HOME/.gnupg PYTHONPATH=image/tools:image/src pytest tests
35+
# buildjet doesn't start the job most of the time
36+
# pytest_arm64:
37+
# runs-on: buildjet-2vcpu-ubuntu-2204-arm
38+
# name: pytest arm64
39+
# needs: pytest_amd64
40+
# steps:
41+
# - name: Checkout
42+
# uses: actions/checkout@v4
43+
#
44+
# - name: Install dependencies
45+
# run: |
46+
# python -m pip install --upgrade pip
47+
# pip install -r tests/requirements.txt
48+
#
49+
# gpg --recv-keys C874011F0AB405110D02105534365D9472D7468F \
50+
# && echo "C874011F0AB405110D02105534365D9472D7468F:6:" | gpg --import-ownertrust
51+
#
52+
# - name: Run tests
53+
# env:
54+
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
55+
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
56+
# TERRAFORM_ACTIONS_GITHUB_TOKEN: No
57+
# run: |
58+
# GNUPGHOME=$HOME/.gnupg PYTHONPATH=image/tools:image/src pytest tests
5859

5960
tofu:
6061
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)