Skip to content

Commit

Permalink
Capi runner changes (#229)
Browse files Browse the repository at this point in the history
* Change runner to self-hosted

* Change runner to self-hosted

* add necessary setup for new runner

* fix setup

* change the order

* fix

* fix

---------

Co-authored-by: Jayesh Srivastava <[email protected]>
Co-authored-by: kun zhou <[email protected]>
  • Loading branch information
3 people committed Feb 10, 2025
1 parent 14eeb16 commit 9d3d2c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spectro-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
builder:
# edge-runner machine group is a bunch of machines in US Datacenter
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64, capi]
# Initialize all secrets required for the job
# Ensure that the credentials are provided as encrypted secrets
env:
Expand All @@ -41,6 +41,11 @@ jobs:
echo "FIPS_REGISTRY=us-east1-docker.pkg.dev/spectro-images/dev-fips/cluster-api" >> $GITHUB_ENV
-
uses: actions/checkout@v3
-
name: Necessary Setup
run: |
sudo chmod 666 /var/run/docker.sock
sudo systemctl restart docker
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 9d3d2c5

Please sign in to comment.