[ci] remove nexysvideo build
Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e743587..7a0fa3f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -152,7 +152,8 @@
- job: sw_build_nexysvideo
displayName: Build Software for Earl Grey toplevel design targeting the Nexys Video board
dependsOn: lint
- condition: and(succeeded(), eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'))
+ # Make the following condition always false for now, see #7814.
+ condition: and(succeeded(), False, eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'))
pool:
vmImage: ubuntu-18.04
steps:
@@ -507,7 +508,8 @@
- lint
# The bootrom is built into the FPGA image at synthesis time.
- sw_build_nexysvideo
- condition: and(succeeded(), eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'), eq(dependencies.lint.outputs['DetermineBuildType.onlyDvChanges'], '0'))
+ # Make the following condition always false for now, see #7814.
+ condition: and(succeeded(), False, eq(dependencies.lint.outputs['DetermineBuildType.onlyDocChanges'], '0'), eq(dependencies.lint.outputs['DetermineBuildType.onlyDvChanges'], '0'))
pool: ci-public
timeoutInMinutes: 120 # 2 hours
steps:
@@ -677,9 +679,9 @@
parameters:
downloadPartialBuildBinFrom:
- sw_build
- - sw_build_nexysvideo
+ #- sw_build_nexysvideo
- chip_earlgrey_verilator
- - chip_earlgrey_nexysvideo
+ #- chip_earlgrey_nexysvideo
- chip_earlgrey_cw310
- chip_englishbreakfast_verilator
- bash: |