Skip to content

Commit a6eab61

Browse files
committed
ci: only test sd boot mode for ux900 and ux900fd
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 347d30c commit a6eab61

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.gitlab-ci.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -261,19 +261,19 @@ cache:
261261
- make preboot
262262
- BUILDBOOTIMAGES=0 bash .github/build_sdk.sh
263263

264-
### Job for build sdk
265-
## Build For ux900 Core, without FPU, flash boot mode
266-
#Build_ux900_flash:
267-
# stage: build
268-
# variables:
269-
# SOC: "evalsoc"
270-
# CORE: "ux900"
271-
# ARCH_EXT: ""
272-
# BOOT_MODE: "flash"
273-
# parallel:
274-
# matrix:
275-
# - SOC: ["evalsoc"]
276-
# <<: *build_linux_sdk_job_def
264+
## Job for build sdk
265+
## Build For ux900 Core, without FPU, flash boot mode
266+
#build_ux900_flash:
267+
# stage: build
268+
# variables:
269+
# SOC: "evalsoc"
270+
# CORE: "ux900"
271+
# ARCH_EXT: ""
272+
# BOOT_MODE: "flash"
273+
# parallel:
274+
# matrix:
275+
# - SOC: ["evalsoc"]
276+
# <<: *build_linux_sdk_job_def
277277

278278
## Job for build sdk
279279
# Build For ux900 Core, without FPU, sd boot mode
@@ -464,21 +464,21 @@ build_ux900fd_sd:
464464
# BOOT_MODE: "sd"
465465
# <<: *run_linux_sdk_xlspike_job_def
466466

467-
### Job for run qemu
468-
## Run For ux900FD Core, with FPU, flash boot mode
469-
## This ux900fd init process will fail
470-
#run_ux900fd_flash_qemu:
471-
# stage: run
472-
# allow_failure: true
473-
# dependencies:
474-
# - build_ux900fd_flash
475-
# parallel:
476-
# matrix:
477-
# - SOC: ["evalsoc"]
478-
# variables:
479-
# CORE: "ux900fd"
480-
# BOOT_MODE: "flash"
481-
# <<: *run_linux_sdk_qemu_job_def
467+
## Job for run qemu
468+
# Run For ux900FD Core, with FPU, flash boot mode
469+
# This ux900fd init process will fail
470+
#run_ux900fd_flash_qemu:
471+
# stage: run
472+
# allow_failure: true
473+
# dependencies:
474+
# - build_ux900fd_flash
475+
# parallel:
476+
# matrix:
477+
# - SOC: ["evalsoc"]
478+
# variables:
479+
# CORE: "ux900fd"
480+
# BOOT_MODE: "flash"
481+
# <<: *run_linux_sdk_qemu_job_def
482482

483483
## Job for run qemu
484484
# Run For ux900FD Core, with FPU, sd boot mode

0 commit comments

Comments
 (0)