We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a573d commit ada5ea2Copy full SHA for ada5ea2
1 file changed
.gitlab-ci.yml
@@ -469,16 +469,16 @@ build_ux900fd_flash_manual:
469
## Job for run sim
470
# Run For ux900FD Core, with FPU, flash boot mode
471
# This ux900fd init process will fail
472
-run_ux900fd_flash_xlspike:
473
- stage: run
474
- allow_failure: true
475
- dependencies:
476
- - build_ux900fd_flash
477
- variables:
478
- SOC: "evalsoc"
479
- CORE: "ux900fd"
480
- BOOT_MODE: "flash"
481
- <<: *run_linux_sdk_xlspike_job_def
+#run_ux900fd_flash_xlspike:
+# stage: run
+# allow_failure: true
+# dependencies:
+# - build_ux900fd_flash
+# variables:
+# SOC: "evalsoc"
+# CORE: "ux900fd"
+# BOOT_MODE: "flash"
+# <<: *run_linux_sdk_xlspike_job_def
482
483
484
# Run For ux900FD Core, with FPU, sd boot mode
0 commit comments