Skip to content

Commit

Permalink
arc
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaandersen committed Jan 30, 2025
1 parent 53e3bb4 commit 323e425
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
24 changes: 6 additions & 18 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ env:

jobs:
prepare:
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 35

env:
Expand Down Expand Up @@ -295,9 +293,7 @@ jobs:
linting-workspace:
needs:
- prepare
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -335,9 +331,7 @@ jobs:
formatting:
needs:
- prepare
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -376,9 +370,7 @@ jobs:
linting:
needs:
- prepare
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 35
if: needs.prepare.outputs.LINT_CHUNKS
env:
Expand Down Expand Up @@ -407,9 +399,7 @@ jobs:
build:
needs:
- prepare
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 35
env:
AFFECTED_PROJECTS: ${{ matrix.projects }}
Expand All @@ -436,9 +426,7 @@ jobs:
run: ./scripts/ci/run-in-parallel-native.sh build

success:
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
if: ${{ !cancelled() }}
needs:
- prepare
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ env:
jobs:
pre-checks:
name: Check if job should run
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
env:
CREATE_PATTERNS: ^release/
PRE_RELEASE_PATTERN: ^pre-release/
Expand Down Expand Up @@ -150,9 +148,7 @@ jobs:
echo "PRE_CHECK=push" >> "$GITHUB_OUTPUT"
prepare:
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 90

if: needs.pre-checks.outputs.PRE_CHECK
Expand Down Expand Up @@ -458,9 +454,7 @@ jobs:
needs:
- prepare
if: needs.prepare.outputs.TEST_CHUNKS
runs-on: ec2-runners
container:
image: public.ecr.aws/m3u4c4h9/island-is/actions-runner-public:latest
runs-on: arc-runners
timeout-minutes: 35
env:
AFFECTED_PROJECTS: ${{ matrix.projects }}
Expand Down

0 comments on commit 323e425

Please sign in to comment.