Skip to content

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

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

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

name: Build And Test (x86-64)
on: [push, pull_request]
jobs:
build-and-test-x86-64:
uses: ./.github/workflows/build-and-test.yml

Check failure on line 7 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. In .github/workflows/build-and-test-x86_64.yml (Line: 7, Col: 11): Error from called workflow rr-debugger/rr/.github/workflows/build-and-test.yml@9d742570e1e5466bafcb6ee85cf231f42f93aabc (Line: 33, Col: 9): Unrecognized named-value: 'env'. Located at position 1 within expression: env.RUNNER_ID In .github/workflows/build-and-test-x86_64.yml (Line: 7, Col: 11): Error from called workflow rr-debugger/rr/.github/workflows/build-and-test.yml@9d742570e1e5466bafcb6ee85cf231f42f93aabc (Line: 61, Col: 14): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
with:
architecture: x86_64
instance_type: c5.9xlarge
secrets: inherit