Skip to content

Commit b0f794a

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

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
soc: [evalsoc]
3232
core: [ux900, ux900fd]
33-
boot_mode: [sd, flash]
33+
boot_mode: [sd]
3434

3535
# Steps represent a sequence of tasks that will be executed as part of the job
3636
steps:

.gitlab-ci.yml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -278,18 +278,18 @@ cache:
278278
- BUILDBOOTIMAGES=0 bash .github/build_sdk.sh
279279

280280
## Job for build sdk
281-
# Build For ux900 Core, without FPU, flash boot mode
282-
build_ux900_flash:
283-
stage: build
284-
variables:
285-
SOC: "evalsoc"
286-
CORE: "ux900"
287-
ARCH_EXT: ""
288-
BOOT_MODE: "flash"
289-
parallel:
290-
matrix:
291-
- SOC: ["evalsoc"]
292-
<<: *build_linux_sdk_job_def
281+
## Build For ux900 Core, without FPU, flash boot mode
282+
#build_ux900_flash:
283+
# stage: build
284+
# variables:
285+
# SOC: "evalsoc"
286+
# CORE: "ux900"
287+
# ARCH_EXT: ""
288+
# BOOT_MODE: "flash"
289+
# parallel:
290+
# matrix:
291+
# - SOC: ["evalsoc"]
292+
# <<: *build_linux_sdk_job_def
293293

294294
## Job for build sdk
295295
# Build For ux900 Core, without FPU, sd boot mode
@@ -379,19 +379,19 @@ release_sources:
379379
# BOOT_MODE: "sd"
380380
# <<: *run_linux_sdk_xlspike_job_def
381381

382-
## Job for run qemu
383-
# Run For ux900 Core, without FPU, flash boot mode
384-
run_ux900_flash_qemu:
385-
stage: run
386-
dependencies:
387-
- build_ux900_flash
388-
parallel:
389-
matrix:
390-
- SOC: ["evalsoc"]
391-
variables:
392-
CORE: "ux900"
393-
BOOT_MODE: "flash"
394-
<<: *run_linux_sdk_qemu_job_def
382+
### Job for run qemu
383+
## Run For ux900 Core, without FPU, flash boot mode
384+
#run_ux900_flash_qemu:
385+
# stage: run
386+
# dependencies:
387+
# - build_ux900_flash
388+
# parallel:
389+
# matrix:
390+
# - SOC: ["evalsoc"]
391+
# variables:
392+
# CORE: "ux900"
393+
# BOOT_MODE: "flash"
394+
# <<: *run_linux_sdk_qemu_job_def
395395

396396
## Job for run qemu
397397
# Run For ux900 Core, without FPU, sd boot mode
@@ -407,20 +407,20 @@ run_ux900_sd_qemu:
407407
BOOT_MODE: "sd"
408408
<<: *run_linux_sdk_qemu_job_def
409409

410-
## Job for build sdk
411-
# Build For ux900FD Core, with FPU, flash boot mode
412-
build_ux900fd_flash:
413-
stage: build
414-
dependencies:
415-
variables:
416-
SOC: "evalsoc"
417-
CORE: "ux900fd"
418-
ARCH_EXT: ""
419-
BOOT_MODE: "flash"
420-
parallel:
421-
matrix:
422-
- SOC: ["evalsoc"]
423-
<<: *build_linux_sdk_job_def
410+
### Job for build sdk
411+
## Build For ux900FD Core, with FPU, flash boot mode
412+
#build_ux900fd_flash:
413+
# stage: build
414+
# dependencies:
415+
# variables:
416+
# SOC: "evalsoc"
417+
# CORE: "ux900fd"
418+
# ARCH_EXT: ""
419+
# BOOT_MODE: "flash"
420+
# parallel:
421+
# matrix:
422+
# - SOC: ["evalsoc"]
423+
# <<: *build_linux_sdk_job_def
424424

425425
## Job for build sdk
426426
# Build For ux900FD Core, with FPU, sd boot mode
@@ -492,18 +492,18 @@ build_ux900fd_sd:
492492
## Job for run qemu
493493
# Run For ux900FD Core, with FPU, flash boot mode
494494
# This ux900fd init process will fail
495-
run_ux900fd_flash_qemu:
496-
stage: run
497-
allow_failure: true
498-
dependencies:
499-
- build_ux900fd_flash
500-
parallel:
501-
matrix:
502-
- SOC: ["evalsoc"]
503-
variables:
504-
CORE: "ux900fd"
505-
BOOT_MODE: "flash"
506-
<<: *run_linux_sdk_qemu_job_def
495+
#run_ux900fd_flash_qemu:
496+
# stage: run
497+
# allow_failure: true
498+
# dependencies:
499+
# - build_ux900fd_flash
500+
# parallel:
501+
# matrix:
502+
# - SOC: ["evalsoc"]
503+
# variables:
504+
# CORE: "ux900fd"
505+
# BOOT_MODE: "flash"
506+
# <<: *run_linux_sdk_qemu_job_def
507507

508508
## Job for run qemu
509509
# Run For ux900FD Core, with FPU, sd boot mode

0 commit comments

Comments
 (0)