Skip to content

Commit

Permalink
self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Bendriss committed Jul 29, 2024
1 parent 60b6b24 commit 1e4e07e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: canonical/data-platform-workflows/.github/workflows/build_rock.yaml@v16

integration:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64, jammy, large]
timeout-minutes: 120
needs: build
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64, jammy, large]
timeout-minutes: 5
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
publish:
needs: build
name: publish
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64, jammy, large]
timeout-minutes: 15
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
uses: ./.github/workflows/build.yaml
publish:
needs: build
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64, jammy, large]
timeout-minutes: 5
permissions:
packages: write
Expand Down

0 comments on commit 1e4e07e

Please sign in to comment.