Skip to content

Implement build-and-test Github Actions CI using AWS spot instances #33

Implement build-and-test Github Actions CI using AWS spot instances

Implement build-and-test Github Actions CI using AWS spot instances #33

name: Build And Test (x86-64)
on: [push, pull_request]
jobs:
build-and-test-x86-64:

Check failure on line 6 in .github/workflows/build-and-test-x86_64.yml

View workflow run for this annotation

GitHub Actions / Build And Test (x86-64)

Invalid workflow file

The workflow is not valid. .github/workflows/build-and-test-x86_64.yml (Line: 6, Col: 3): Error calling workflow 'rr-debugger/rr/.github/workflows/build-and-test.yml@eb03099432e6ed5e848d6c32bbbcd92ea63b506d'. The nested job 'start-runner' is requesting 'id-token: write', but is only allowed 'id-token: none'. .github/workflows/build-and-test-x86_64.yml (Line: 6, Col: 3): Error calling workflow 'rr-debugger/rr/.github/workflows/build-and-test.yml@eb03099432e6ed5e848d6c32bbbcd92ea63b506d'. The nested job 'stop-runner' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/build-and-test.yml
with:
architecture: x86_64
instance_type: c5.9xlarge
secrets: inherit