Skip to content

Commit

Permalink
chore: switch ci to the org workers
Browse files Browse the repository at this point in the history
  • Loading branch information
rarescosma committed Nov 2, 2024
1 parent 9fc7203 commit 5e2b9d0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
get-versions:
name: get-versions
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Grab the version from __init__.py
Expand All @@ -30,7 +30,7 @@ jobs:

smoke-test:
name: smoke-test
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Has uv
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
e2e-test:
name: e2e-test
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Login to ghcr.io
Expand All @@ -84,7 +84,7 @@ jobs:
publish-wheels:
name: publish-wheels
needs: [ "get-versions", "smoke-test", "e2e-test" ]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Has uv
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
if: "github.ref == 'refs/heads/ci' && !contains(github.event.head_commit.message, '[cron]')"
name: promote-release
needs: [ "publish-wheels", "get-versions" ]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Promote release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
e2e-test:
name: e2e-test
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Login to ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
create-release:
name: create-release
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/sleep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
sleeper_one:
name: sleeper_one
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -19,7 +19,7 @@ jobs:
sleeper_two:
name: sleeper_two
needs: ["sleeper_one"]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -30,7 +30,7 @@ jobs:
sleeper_three:
name: sleeper_three
needs: ["sleeper_one"]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -41,7 +41,7 @@ jobs:
sleeper_two_a:
name: sleeper_two_a
needs: ["sleeper_one"]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -52,7 +52,7 @@ jobs:
sleeper_three_a:
name: sleeper_three_a
needs: ["sleeper_one"]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- run: |
Expand All @@ -63,7 +63,7 @@ jobs:
sleeper_four:
name: sleeper_four
needs: ["sleeper_one", "sleeper_two", "sleeper_three", "sleeper_two_a", "sleeper_three_a"]
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
test:
name: test
runs-on: arc-octotail
runs-on: arc-gb
steps:
- uses: actions/checkout@v4
- name: Has uv
Expand Down

0 comments on commit 5e2b9d0

Please sign in to comment.