Skip to content

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

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

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

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@89eb97accfa3501f903e7fd10728fefa204d108d'. The nested job 'start-runner' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is on[...] .github/workflows/build-and-test-x86_64.yml (Line: 6, Col: 3): Error calling workflow 'rr-debugger/rr/.github/workflows/build-and-test.yml@89eb97accfa3501f903e7fd10728fefa204d108d'. The nested job 'stop-runner' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', but is onl[...]
uses: ./.github/workflows/build-and-test.yml
with:
architecture: x86_64
instance_type: c5.9xlarge
secrets: inherit