Skip to content

Commit f7aa3cb

Browse files
committed
chore: try switching to depot runners for longer running jobs
Signed-off-by: Mark Phelps <[email protected]>
1 parent 72ca1a8 commit f7aa3cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Build and Cache Flipt Image
3939
# Skip this job for PRs from forks since they can't push to GHCR
4040
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
41-
runs-on: ubuntu-latest
41+
runs-on: depot-ubuntu-24.04
4242
timeout-minutes: 15
4343
permissions:
4444
contents: read
@@ -111,7 +111,7 @@ jobs:
111111
112112
test:
113113
name: Integration Tests
114-
runs-on: ubuntu-latest
114+
runs-on: depot-ubuntu-24.04
115115
timeout-minutes: 20
116116
needs:
117117
- discover-tests
@@ -179,7 +179,7 @@ jobs:
179179

180180
ui:
181181
name: UI Integration Tests
182-
runs-on: ubuntu-latest
182+
runs-on: depot-ubuntu-24.04
183183
timeout-minutes: 20
184184
needs:
185185
- build-cache

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
test:
1919
name: "Tests (Go)"
20-
runs-on: ubuntu-latest
20+
runs-on: depot-ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)