Skip to content

Commit

Permalink
CI: Spinup unique cirun runners for each job (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Nov 24, 2022
1 parent d1d97c7 commit bd777e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirun.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Self-Hosted Github Action Runners on AWS via Cirun.io
# Reference: https://docs.cirun.io/reference/yaml.html
# Reference: https://docs.cirun.io/reference/yaml
runners:
- name: run-k8s-tests
# Cloud Provider: AWS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
test-kubernetes:
name: "Kubernetes Tests"
runs-on: [self-hosted, cirun-runner]
runs-on: "cirun-runner--${{ github.run_id }}"
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit bd777e6

Please sign in to comment.