Skip to content

Commit 2d4e8d1

Browse files
fanghuaqidongyongtao
authored andcommitted
ci: remove demosoc from gitlab ci
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent efbcee2 commit 2d4e8d1

1 file changed

Lines changed: 16 additions & 20 deletions

File tree

.gitlab-ci.yml

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ cache:
173173
.snippet_run_sdk_in_qemu: &snippet_run_sdk_in_qemu
174174
- echo ">>Run using qemu for $SOC - $CORE - $BOOT_MODE"
175175
- |
176-
#if [ "x$SOC" != "xdemosoc" ] ; then
177-
# echo ">>Will not run qemu simulation for $SOC"
178-
# exit 0
179-
#fi
180176
cd work/$SOC
181177
# show qemu version
182178
bash show_qemu.sh
@@ -271,27 +267,27 @@ cache:
271267
build_ux900_flash:
272268
stage: build
273269
variables:
274-
SOC: "demosoc"
270+
SOC: "evalsoc"
275271
CORE: "ux900"
276272
ARCH_EXT: ""
277273
BOOT_MODE: "flash"
278274
parallel:
279275
matrix:
280-
- SOC: ["demosoc", "evalsoc"]
276+
- SOC: ["evalsoc"]
281277
<<: *build_linux_sdk_job_def
282278

283279
## Job for build sdk
284280
# Build For ux900 Core, without FPU, sd boot mode
285281
build_ux900_sd:
286282
stage: build
287283
variables:
288-
SOC: "demosoc"
284+
SOC: "evalsoc"
289285
CORE: "ux900"
290286
ARCH_EXT: ""
291287
BOOT_MODE: "sd"
292288
parallel:
293289
matrix:
294-
- SOC: ["demosoc", "evalsoc"]
290+
- SOC: ["evalsoc"]
295291
<<: *build_linux_sdk_job_def
296292

297293
# Manual job for ux900 sd
@@ -353,7 +349,7 @@ run_ux900_flash_xlspike:
353349
dependencies:
354350
- build_ux900_flash
355351
variables:
356-
SOC: "demosoc"
352+
SOC: "evalsoc"
357353
CORE: "ux900"
358354
BOOT_MODE: "flash"
359355
<<: *run_linux_sdk_xlspike_job_def
@@ -365,7 +361,7 @@ run_ux900_sd_xlspike:
365361
dependencies:
366362
- build_ux900_sd
367363
variables:
368-
SOC: "demosoc"
364+
SOC: "evalsoc"
369365
CORE: "ux900"
370366
BOOT_MODE: "sd"
371367
<<: *run_linux_sdk_xlspike_job_def
@@ -378,7 +374,7 @@ run_ux900_flash_qemu:
378374
- build_ux900_flash
379375
parallel:
380376
matrix:
381-
- SOC: ["demosoc", "evalsoc"]
377+
- SOC: ["evalsoc"]
382378
variables:
383379
CORE: "ux900"
384380
BOOT_MODE: "flash"
@@ -392,7 +388,7 @@ run_ux900_sd_qemu:
392388
- build_ux900_sd
393389
parallel:
394390
matrix:
395-
- SOC: ["demosoc", "evalsoc"]
391+
- SOC: ["evalsoc"]
396392
variables:
397393
CORE: "ux900"
398394
BOOT_MODE: "sd"
@@ -404,13 +400,13 @@ build_ux900fd_flash:
404400
stage: build
405401
dependencies:
406402
variables:
407-
SOC: "demosoc"
403+
SOC: "evalsoc"
408404
CORE: "ux900fd"
409405
ARCH_EXT: ""
410406
BOOT_MODE: "flash"
411407
parallel:
412408
matrix:
413-
- SOC: ["demosoc", "evalsoc"]
409+
- SOC: ["evalsoc"]
414410
<<: *build_linux_sdk_job_def
415411

416412
## Job for build sdk
@@ -419,13 +415,13 @@ build_ux900fd_sd:
419415
stage: build
420416
dependencies:
421417
variables:
422-
SOC: "demosoc"
418+
SOC: "evalsoc"
423419
CORE: "ux900fd"
424420
ARCH_EXT: ""
425421
BOOT_MODE: "sd"
426422
parallel:
427423
matrix:
428-
- SOC: ["demosoc", "evalsoc"]
424+
- SOC: ["evalsoc"]
429425
<<: *build_linux_sdk_job_def
430426

431427
## Job for build sdk
@@ -477,7 +473,7 @@ run_ux900fd_flash_xlspike:
477473
dependencies:
478474
- build_ux900fd_flash
479475
variables:
480-
SOC: "demosoc"
476+
SOC: "evalsoc"
481477
CORE: "ux900fd"
482478
BOOT_MODE: "flash"
483479
<<: *run_linux_sdk_xlspike_job_def
@@ -491,7 +487,7 @@ run_ux900fd_sd_xlspike:
491487
dependencies:
492488
- build_ux900fd_sd
493489
variables:
494-
SOC: "demosoc"
490+
SOC: "evalsoc"
495491
CORE: "ux900fd"
496492
BOOT_MODE: "sd"
497493
<<: *run_linux_sdk_xlspike_job_def
@@ -506,7 +502,7 @@ run_ux900fd_flash_qemu:
506502
- build_ux900fd_flash
507503
parallel:
508504
matrix:
509-
- SOC: ["demosoc", "evalsoc"]
505+
- SOC: ["evalsoc"]
510506
variables:
511507
CORE: "ux900fd"
512508
BOOT_MODE: "flash"
@@ -522,7 +518,7 @@ run_ux900fd_sd_qemu:
522518
- build_ux900fd_sd
523519
parallel:
524520
matrix:
525-
- SOC: ["demosoc", "evalsoc"]
521+
- SOC: ["evalsoc"]
526522
variables:
527523
CORE: "ux900fd"
528524
BOOT_MODE: "sd"

0 commit comments

Comments
 (0)