Lab Dep Chains 1: Process two in parallel. #999
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark on Linux + Alderlake | |
on: [push] | |
env: | |
BUILD_TYPE: Release | |
jobs: | |
build: | |
runs-on: [self-hosted, Linux, alderlake] | |
timeout-minutes: 7 | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Benchmark | |
shell: bash | |
working-directory: ${{github.workspace}} | |
run: python3 buildbot/runCI.py -workdir ${{github.workspace}}/labs -runner LinuxIntelAlderlake | |