File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - master-next
2424jobs :
2525 clean :
26- runs-on : codebuild-${{ vars.CODEBUILD_RUNNER_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}
26+ runs-on : codebuild-${{ vars.CODEBUILD_RUNNER_NAME || 'meta-aws-demos' }}-${{ github.run_id }}-${{ github.run_attempt }}
2727 steps :
2828 - name : clean sstate-cache + downloads
2929 if : inputs.clean
6060 - { device: stm32mp13-disco, image: aws-iot-greengrass-lite-demo-tiny-image }
6161 # aws-iot-greengrass-lite-container-demo-image (qemuarm64 only)
6262 - { device: qemuarm64, image: aws-iot-greengrass-lite-container-demo-image }
63- runs-on : codebuild-${{ vars.CODEBUILD_RUNNER_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}
63+ runs-on : codebuild-${{ vars.CODEBUILD_RUNNER_NAME || 'meta-aws-demos' }}-${{ github.run_id }}-${{ github.run_attempt }}
6464 steps :
6565 - name : checkout meta-aws-demos branch to build
6666 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments