Skip to content

Commit cc6b94d

Browse files
committed
untested boards: move and rename untested boards, while still building them with CircleCI if they were currently built.
Non-impactful action, first step for #1421 based on participation in testing of #1398 and prior non-tested PRs. ---- Traces of commands used: ls qemu-linuxboot* leopard* r630* s2600wf* tioga* winterfell* t420* t520* t440p* w530* kgpe* p8z77* x220* x230-maximized-fhd_edp* | grep ":" | awk -F ":" {'print $1'}| while read board; do mv $board/$board.config $board/UNTESTED_$board.config; done ls qemu-linuxboot* leopard* r630* s2600wf* tioga* winterfell* t420* t520* t440p* w530* kgpe* p8z77* x220* x230-maximized-fhd_edp* | grep ":" | awk -F ":" {'print $1'}| while read dir; do mv $dir UNTESTED_$dir; done ls UNTESTED* | grep ":" | awk -F ":" {'print $1'}| awk -F "UNTESTED_" {'print $2'} | while read line; do sed 's/'"$line"'/UNTESTED_'"$line"'/g' ../.circleci/config.yml -i ; done quick fix of circleci: sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml Modify t440p and p8z77-m_pro-tpm1 hotp board configs to included to their maximized counterpart
1 parent 92e29c4 commit cc6b94d

File tree

36 files changed

+61
-61
lines changed

36 files changed

+61
-61
lines changed

.circleci/config.yml

+59-59
Original file line numberDiff line numberDiff line change
@@ -253,43 +253,43 @@ workflows:
253253

254254
#Coreboot 4.19 boards
255255
- build:
256-
name: x220-hotp-maximized
257-
target: x220-hotp-maximized
256+
name: UNTESTED_x220-hotp-maximized
257+
target: UNTESTED_x220-hotp-maximized
258258
subcommand: ""
259259
requires:
260260
- x230-hotp-maximized
261261

262262
- build:
263-
name: x220-maximized
264-
target: x220-maximized
263+
name: UNTESTED_x220-maximized
264+
target: UNTESTED_x220-maximized
265265
subcommand: ""
266266
requires:
267267
- x230-hotp-maximized
268268

269269
- build:
270-
name: t420-hotp-maximized
271-
target: t420-hotp-maximized
270+
name: UNTESTED_t420-hotp-maximized
271+
target: UNTESTED_t420-hotp-maximized
272272
subcommand: ""
273273
requires:
274274
- x230-hotp-maximized
275275

276276
- build:
277-
name: t520-hotp-maximized
278-
target: t520-hotp-maximized
277+
name: UNTESTED_t520-hotp-maximized
278+
target: UNTESTED_t520-hotp-maximized
279279
subcommand: ""
280280
requires:
281281
- x230-hotp-maximized
282282

283283
- build:
284-
name: t420-maximized
285-
target: t420-maximized
284+
name: UNTESTED_t420-maximized
285+
target: UNTESTED_t420-maximized
286286
subcommand: ""
287287
requires:
288288
- x230-hotp-maximized
289289

290290
- build:
291-
name: t520-maximized
292-
target: t520-maximized
291+
name: UNTESTED_t520-maximized
292+
target: UNTESTED_t520-maximized
293293
subcommand: ""
294294
requires:
295295
- x230-hotp-maximized
@@ -358,50 +358,50 @@ workflows:
358358
- x230-hotp-maximized
359359

360360
- build:
361-
name: x230-maximized-fhd_edp
362-
target: x230-maximized-fhd_edp
361+
name: UNTESTED_x230-maximized-fhd_edp
362+
target: UNTESTED_x230-maximized-fhd_edp
363363
subcommand: ""
364364
requires:
365365
- x230-hotp-maximized
366366

367367
- build:
368-
name: x230-hotp-maximized-fhd_edp
369-
target: x230-hotp-maximized-fhd_edp
368+
name: UNTESTED_x230-hotp-maximized-fhd_edp
369+
target: UNTESTED_x230-hotp-maximized-fhd_edp
370370
subcommand: ""
371371
requires:
372372
- x230-hotp-maximized
373373

374374
- build:
375-
name: t530-hotp-maximized
376-
target: t530-hotp-maximized
375+
name: UNTESTED_t530-hotp-maximized
376+
target: UNTESTED_t530-hotp-maximized
377377
subcommand: ""
378378
requires:
379379
- x230-hotp-maximized
380380

381381
- build:
382-
name: t530-dgpu-hotp-maximized
383-
target: t530-dgpu-hotp-maximized
382+
name: UNTESTED_t530-dgpu-hotp-maximized
383+
target: UNTESTED_t530-dgpu-hotp-maximized
384384
subcommand: ""
385385
requires:
386386
- x230-hotp-maximized
387387

388388
- build:
389-
name: w530-hotp-maximized
390-
target: w530-hotp-maximized
389+
name: UNTESTED_w530-hotp-maximized
390+
target: UNTESTED_w530-hotp-maximized
391391
subcommand: ""
392392
requires:
393393
- x230-hotp-maximized
394394

395395
- build:
396-
name: w530-dgpu-K1000m-hotp-maximized
397-
target: w530-dgpu-K1000m-hotp-maximized
396+
name: UNTESTED_w530-dgpu-K1000m-hotp-maximized
397+
target: UNTESTED_w530-dgpu-K1000m-hotp-maximized
398398
subcommand: ""
399399
requires:
400400
- x230-hotp-maximized
401401

402402
- build:
403-
name: w530-dgpu-K2000m-hotp-maximized
404-
target: w530-dgpu-K2000m-hotp-maximized
403+
name: UNTESTED_w530-dgpu-K2000m-hotp-maximized
404+
target: UNTESTED_w530-dgpu-K2000m-hotp-maximized
405405
subcommand: ""
406406
requires:
407407
- x230-hotp-maximized
@@ -414,50 +414,50 @@ workflows:
414414
- x230-hotp-maximized
415415

416416
- build:
417-
name: t530-maximized
418-
target: t530-maximized
417+
name: UNTESTED_t530-maximized
418+
target: UNTESTED_t530-maximized
419419
subcommand: ""
420420
requires:
421421
- x230-hotp-maximized
422422

423423
- build:
424-
name: t530-dgpu-maximized
425-
target: t530-dgpu-maximized
424+
name: UNTESTED_t530-dgpu-maximized
425+
target: UNTESTED_t530-dgpu-maximized
426426
subcommand: ""
427427
requires:
428428
- x230-hotp-maximized
429429

430430
- build:
431-
name: w530-maximized
432-
target: w530-maximized
431+
name: UNTESTED_w530-maximized
432+
target: UNTESTED_w530-maximized
433433
subcommand: ""
434434
requires:
435435
- x230-hotp-maximized
436436

437437
- build:
438-
name: w530-dgpu-K1000m-maximized
439-
target: w530-dgpu-K1000m-maximized
438+
name: UNTESTED_w530-dgpu-K1000m-maximized
439+
target: UNTESTED_w530-dgpu-K1000m-maximized
440440
subcommand: ""
441441
requires:
442442
- x230-hotp-maximized
443443

444444
- build:
445-
name: w530-dgpu-K2000m-maximized
446-
target: w530-dgpu-K2000m-maximized
445+
name: UNTESTED_w530-dgpu-K2000m-maximized
446+
target: UNTESTED_w530-dgpu-K2000m-maximized
447447
subcommand: ""
448448
requires:
449449
- x230-hotp-maximized
450450

451451
- build:
452-
name: t440p-maximized
453-
target: t440p-maximized
452+
name: UNTESTED_t440p-maximized
453+
target: UNTESTED_t440p-maximized
454454
subcommand: ""
455455
requires:
456456
- x230-hotp-maximized
457457

458458
- build:
459-
name: t440p-hotp-maximized
460-
target: t440p-hotp-maximized
459+
name: UNTESTED_t440p-hotp-maximized
460+
target: UNTESTED_t440p-hotp-maximized
461461
subcommand: ""
462462
requires:
463463
- x230-hotp-maximized
@@ -470,15 +470,15 @@ workflows:
470470
- x230-hotp-maximized
471471

472472
- build:
473-
name: p8z77-m_pro-tpm1-maximized
474-
target: p8z77-m_pro-tpm1-maximized
473+
name: UNTESTED_p8z77-m_pro-tpm1-maximized
474+
target: UNTESTED_p8z77-m_pro-tpm1-maximized
475475
subcommand: ""
476476
requires:
477477
- x230-hotp-maximized
478478

479479
- build:
480-
name: p8z77-m_pro-tpm1-hotp-maximized
481-
target: p8z77-m_pro-tpm1-hotp-maximized
480+
name: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
481+
target: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
482482
subcommand: ""
483483
requires:
484484
- x230-hotp-maximized
@@ -527,25 +527,25 @@ workflows:
527527
- librem_14
528528

529529
# - build:
530-
# name: kgpe-d16_workstation-usb_keyboard
531-
# target: kgpe-d16_workstation-usb_keyboard
530+
# name: UNTESTED_kgpe-d16_workstation-usb_keyboard
531+
# target: UNTESTED_kgpe-d16_workstation-usb_keyboard
532532
# subcommand: ""
533533
# requires:
534-
# - kgpe-d16_workstation
534+
# - UNTESTED_kgpe-d16_workstation
535535

536536
# - build:
537-
# name: kgpe-d16_server
538-
# target: kgpe-d16_server
537+
# name: UNTESTED_kgpe-d16_server
538+
# target: UNTESTED_kgpe-d16_server
539539
# subcommand: ""
540540
# requires:
541-
# - kgpe-d16_workstation
541+
# - UNTESTED_kgpe-d16_workstation
542542

543543
# - build:
544-
# name: kgpe-d16_server-whiptail
545-
# target: kgpe-d16_server-whiptail
544+
# name: UNTESTED_kgpe-d16_server-whiptail
545+
# target: UNTESTED_kgpe-d16_server-whiptail
546546
# subcommand: ""
547547
# requires:
548-
# - kgpe-d16_workstation
548+
# - UNTESTED_kgpe-d16_workstation
549549

550550
# - build:
551551
# name: librem_l1um
@@ -562,24 +562,24 @@ workflows:
562562
# linuxboot steps need something to pass in the kernel header path
563563
# skipping for now
564564
# - run:
565-
# name: qemu-linuxboot-edk2
565+
# name: UNTESTED_qemu-linuxboot-edk2
566566
# command: |
567567
# ./build/make-4.2.1/make \
568568
# CROSS=/cross/bin/x86_64-linux-musl- \
569-
# BOARD=qemu-linuxboot \
569+
# BOARD=UNTESTED_qemu-linuxboot \
570570
# `/bin/pwd`/build/linuxboot-git/build/qemu/.configured \
571571
# # Run first to avoid too many processes
572572
#
573573
# - run:
574-
# name: qemu-linuxboot
574+
# name: UNTESTED_qemu-linuxboot
575575
# command: |
576576
# ./build/make-4.2.1/make \
577577
# CROSS=/cross/bin/x86_64-linux-musl- \
578578
# CPUS=16 \
579579
# V=1 \
580-
# BOARD=qemu-linuxboot \
580+
# BOARD=UNTESTED_qemu-linuxboot \
581581
#
582582
# - store-artifacts:
583-
# path: build/qemu-linuxboot/linuxboot.rom
583+
# path: build/UNTESTED_qemu-linuxboot/linuxboot.rom
584584
# - store-artifacts:
585-
# path: build/qemu-linuxboot/hashes.txt
585+
# path: build/UNTESTED_qemu-linuxboot/hashes.txt

boards/p8z77-m_pro-tpm1-hotp-maximized/p8z77-m_pro-tpm1-hotp-maximized.config renamed to boards/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized/UNTESTED_p8z77-m_pro-tpm1-hotp-maximized.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Inherit the rest from the base Asus P8Z77-M Pro config.
2-
include $(pwd)/boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config
2+
include $(pwd)/boards/UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_p8z77-m_pro-tpm1-maximized.config
33

44
CONFIG_HOTPKEY=y
55

File renamed without changes.
File renamed without changes.

boards/t440p-hotp-maximized/t440p-hotp-maximized.config renamed to boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Inherit the rest from the base T440p config.
2-
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
2+
include $(pwd)/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config
33

44
CONFIG_HOTPKEY=y
55

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)