From f69dcdba9a8261c62ce7dcb89dd8380896086807 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Mon, 29 May 2023 15:57:20 -0700 Subject: [PATCH] Split buildbitstream tag into two tags [ci skip] --- .github/workflows/firesim-run-tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/firesim-run-tests.yml b/.github/workflows/firesim-run-tests.yml index 23a0cfb1..e1a8735d 100644 --- a/.github/workflows/firesim-run-tests.yml +++ b/.github/workflows/firesim-run-tests.yml @@ -316,7 +316,7 @@ jobs: run: .github/scripts/run-linux-poweroff-externally-provisioned.py run-agfi-buildbitstream: - if: contains(github.event.pull_request.labels.*.name, 'ci:buildbitstream-deploy') + if: contains(github.event.pull_request.labels.*.name, 'ci:agfi-buildbitstream-deploy') name: run-agfi-buildbitstream needs: [build-f1-driver] # delay until known working scala compile runs-on: aws-${{ github.run_id }} @@ -475,10 +475,10 @@ jobs: - name: Run simple linux poweroff test w/ vitis run: .github/scripts/run-linux-poweroff-vitis.py - run-xclbin-buildbitstream: - if: contains(github.event.pull_request.labels.*.name, 'ci:buildbitstream-deploy') + run-u250-xclbin-buildbitstream: + if: contains(github.event.pull_request.labels.*.name, 'ci:u250-xclbin-buildbitstream-deploy') needs: [setup-local-fpga-repo] - name: run-xclbin-buildbitstream + name: run-u250-xclbin-buildbitstream runs-on: local-fpga timeout-minutes: 600 steps: @@ -502,7 +502,7 @@ jobs: cleanup-local-fpga-repo: name: cleanup-local-fpga-repo - needs: [run-basic-linux-poweroff-vitis, run-vitis-check-docs-generated-components, run-basic-linux-poweroff-vitis, run-xclbin-buildbitstream] + needs: [run-basic-linux-poweroff-vitis, run-vitis-check-docs-generated-components, run-basic-linux-poweroff-vitis, run-u250-xclbin-buildbitstream] runs-on: local-fpga if: ${{ always() }} steps: