Commit db49103 1 parent 85eb55e commit db49103 Copy full SHA for db49103
File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ concurrency:
9
9
group : ${{ github.workflow }}
10
10
11
11
jobs :
12
- # build-dts:
13
- # uses: ./.github/workflows/build.yml
14
- # with:
15
- # cacheless: false
12
+ build-dts :
13
+ uses : ./.github/workflows/build.yml
14
+ with :
15
+ cacheless : false
16
16
17
17
checkout-osfv :
18
18
runs-on : dts-builder
27
27
28
28
run-tests :
29
29
name : Run DTS tests
30
- needs : [checkout-osfv]
30
+ needs : [checkout-osfv, dts ]
31
31
runs-on :
32
32
labels : dts-builder
33
33
strategy :
@@ -75,20 +75,12 @@ jobs:
75
75
log_file : output_pcengines_seabios.log
76
76
77
77
steps :
78
- - name : TEST SECRETS MASK
79
- shell : bash
80
- run : |
81
- SECRET=pass1234
82
- echo "::add-mask::$SECRET"
83
- echo "$SECRET"
84
-
85
78
- name : Run IPXE server
86
79
shell : bash
87
80
run : |
88
81
./open-source-firmware-validation/scripts/ci/ipxe-run.sh \
89
- ~/dts2.1.0/dts-base-image-v2.1.0.cpio.gz ~/dts2.1.0/bzImage-v2.1.0 &
90
- # build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz \
91
- # build/tmp/deploy/images/genericx86-64/bzImage &
82
+ build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz \
83
+ build/tmp/deploy/images/genericx86-64/bzImage &
92
84
93
85
- name : Install requirements
94
86
shell : bash
You can’t perform that action at this time.
0 commit comments