Skip to content

Commit

Permalink
Run other jobs on the union-k8s-runner
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Sep 15, 2023
1 parent 7f1484b commit 8c61532
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
value: ${{ jobs.build_docker.outputs.cache_key }}
jobs:
build_docker:
runs-on: ubuntu-latest
runs-on: union-k8s-runner
outputs:
cache_key: ${{ steps.cache_key.outputs.cache_key }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
jobs:
generate:
runs-on: ubuntu-latest
runs-on: union-k8s-runner
name: Go Generate
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
integration:
name: Integration tests
runs-on: ubuntu-latest
runs-on: union-k8s-runner
defaults:
run:
working-directory: ${{ inputs.component }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
lint:
name: Run Lint
runs-on: ubuntu-latest
runs-on: union-k8s-runner
defaults:
run:
working-directory: ${{ inputs.component }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
jobs:
push-github:
name: Push to Github Registry
runs-on: ubuntu-latest
runs-on: union-k8s-runner
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
defaults:
run:
working-directory: ${{ inputs.component }}
runs-on: ubuntu-latest
runs-on: union-k8s-runner
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8c61532

Please sign in to comment.