Skip to content

Commit db49103

Browse files
committed
workflows/test.yml: cleanup temporary changes
Signed-off-by: Eduard Kaverinskyi <eduard.kaverinskyi@3mdeb.com>
1 parent 85eb55e commit db49103

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.github/workflows/test.yml

+7-15
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}
1010

1111
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
1616

1717
checkout-osfv:
1818
runs-on: dts-builder
@@ -27,7 +27,7 @@ jobs:
2727

2828
run-tests:
2929
name: Run DTS tests
30-
needs: [checkout-osfv]
30+
needs: [checkout-osfv, dts]
3131
runs-on:
3232
labels: dts-builder
3333
strategy:
@@ -75,20 +75,12 @@ jobs:
7575
log_file: output_pcengines_seabios.log
7676

7777
steps:
78-
- name: TEST SECRETS MASK
79-
shell: bash
80-
run: |
81-
SECRET=pass1234
82-
echo "::add-mask::$SECRET"
83-
echo "$SECRET"
84-
8578
- name: Run IPXE server
8679
shell: bash
8780
run: |
8881
./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 &
9284
9385
- name: Install requirements
9486
shell: bash

0 commit comments

Comments
 (0)