Skip to content

Commit 8d48a69

Browse files
committed
ci: only do ux900fd sd boot mode ci build check
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 5f65be2 commit 8d48a69

2 files changed

Lines changed: 56 additions & 56 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: 55 additions & 55 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
@@ -354,19 +354,19 @@ release_sources:
354354
# BOOT_MODE: "sd"
355355
# <<: *run_linux_sdk_xlspike_job_def
356356

357-
## Job for run qemu
358-
# Run For ux900 Core, without FPU, flash boot mode
359-
run_ux900_flash_qemu:
360-
stage: run
361-
dependencies:
362-
- build_ux900_flash
363-
parallel:
364-
matrix:
365-
- SOC: ["evalsoc"]
366-
variables:
367-
CORE: "ux900"
368-
BOOT_MODE: "flash"
369-
<<: *run_linux_sdk_qemu_job_def
357+
### Job for run qemu
358+
## Run For ux900 Core, without FPU, flash boot mode
359+
#run_ux900_flash_qemu:
360+
# stage: run
361+
# dependencies:
362+
# - build_ux900_flash
363+
# parallel:
364+
# matrix:
365+
# - SOC: ["evalsoc"]
366+
# variables:
367+
# CORE: "ux900"
368+
# BOOT_MODE: "flash"
369+
# <<: *run_linux_sdk_qemu_job_def
370370

371371
## Job for run qemu
372372
# Run For ux900 Core, without FPU, sd boot mode
@@ -382,20 +382,20 @@ run_ux900_sd_qemu:
382382
BOOT_MODE: "sd"
383383
<<: *run_linux_sdk_qemu_job_def
384384

385-
## Job for build sdk
386-
# Build For ux900FD Core, with FPU, flash boot mode
387-
build_ux900fd_flash:
388-
stage: build
389-
dependencies:
390-
variables:
391-
SOC: "evalsoc"
392-
CORE: "ux900fd"
393-
ARCH_EXT: ""
394-
BOOT_MODE: "flash"
395-
parallel:
396-
matrix:
397-
- SOC: ["evalsoc"]
398-
<<: *build_linux_sdk_job_def
385+
### Job for build sdk
386+
## Build For ux900FD Core, with FPU, flash boot mode
387+
#build_ux900fd_flash:
388+
# stage: build
389+
# dependencies:
390+
# variables:
391+
# SOC: "evalsoc"
392+
# CORE: "ux900fd"
393+
# ARCH_EXT: ""
394+
# BOOT_MODE: "flash"
395+
# parallel:
396+
# matrix:
397+
# - SOC: ["evalsoc"]
398+
# <<: *build_linux_sdk_job_def
399399

400400
## Job for build sdk
401401
# Build For ux900FD Core, with 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)