Skip to content

Commit 61ea8b2

Browse files
committed
[ci] Move CW340 job to CW340 board in default pool
We can now select FPGAs by their demands from a single pool rather than splitting them across two pools. Needed because the CW340 in the default pool is in the hyperdebug config while the one in `FPGA CW340` is still in the SAM3X config and we can't remove it without breaking in-flight pull requests. Signed-off-by: James Wainwright <james.wainwright@lowrisc.org> (cherry picked from commit 5cf1a37)
1 parent 39d579c commit 61ea8b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,9 @@ jobs:
592592

593593
- job: execute_rom_fpga_tests_cw340
594594
displayName: CW340 ROM Tests
595-
pool: FPGA CW340
595+
pool:
596+
name: $(fpga_pool)
597+
demands: BOARD -equals cw340
596598
timeoutInMinutes: 60
597599
dependsOn:
598600
- chip_earlgrey_cw340

0 commit comments

Comments
 (0)