Route GNS build to isolated CO-SERVER runner
This commit is contained in:
@@ -10,14 +10,19 @@ on:
|
|||||||
- "server/native_transport/**"
|
- "server/native_transport/**"
|
||||||
- ".github/workflows/gns-transport.yml"
|
- ".github/workflows/gns-transport.yml"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
name: Linux native GNS bridge
|
name: Linux native GNS bridge
|
||||||
runs-on: [self-hosted, Linux, X64]
|
runs-on: [self-hosted, Linux, X64, co-server]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Verify build dependencies (pre-provisioned on the self-hosted runner)
|
- name: Verify build dependencies
|
||||||
run: |
|
run: |
|
||||||
missing=0
|
missing=0
|
||||||
for tool in cmake ninja protoc; do
|
for tool in cmake ninja protoc; do
|
||||||
|
|||||||
Reference in New Issue
Block a user