Skip to content

Commit 66606d2

Browse files
jdetterbfops
andauthored
Move docs tests to custom runner (#3699)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> Just moving more jobs to the custom runner. |Test|Before|After|% Change| |---|---|---|---| |Docs - Build + Test|2m|1m|No change| |Docs - Publish|2m|<2m|No change| # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> None # Expected complexity level and risk 1 - This is very low risk <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing I ran a publish test and it worked just fine: <https://github.com/clockworklabs/SpacetimeDB/actions/runs/19515454265/job/55865908554> - [x] CI still passes Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent 462cac9 commit 66606d2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/docs-publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: spacetimedb-new-runner
14+
container:
15+
image: localhost:5000/spacetimedb-ci:latest
16+
options: >-
17+
--privileged
1418
steps:
1519
- name: Checkout repository
1620
uses: actions/checkout@v3

.github/workflows/docs-test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: spacetimedb-new-runner
11+
container:
12+
image: localhost:5000/spacetimedb-ci:latest
13+
options: >-
14+
--privileged
1115
steps:
1216
- name: Checkout repository
1317
uses: actions/checkout@v3

0 commit comments

Comments
 (0)