Skip to content

Commit

Permalink
Test acceptance workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Greene <[email protected]>
  • Loading branch information
edwin-greene committed Aug 7, 2024
1 parent 18f4667 commit 391a48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
validate:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, large, ephemeral]
timeout-minutes: 30
steps:
- name: Harden Runner
Expand All @@ -45,6 +45,7 @@ jobs:

- name: Setup Kind
run: |
[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-amd64
[ $(uname -m) = aarch64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.23.0/kind-linux-arm64
chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind
Expand Down

0 comments on commit 391a48f

Please sign in to comment.