Skip to content

Commit

Permalink
Merge pull request #54 from AstarVienna/hb/maketestsfail
Browse files Browse the repository at this point in the history
Fail if some EDPS jobs fail
  • Loading branch information
sesquideus authored Nov 7, 2024
2 parents 90aac0a + add111b commit 26425c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_edps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
pyesorex metis_det_lingain "${SOF_DIR}/metis_lm_lingain.sof"
edps -lw
edps -w metis.metis_lm_img_wkf -i $SOF_DATA -c
# edps -w metis.metis_lm_img_wkf -i $SOF_DATA -t metis_det_lingain
edps -w metis.metis_lm_img_wkf -i $SOF_DATA -t metis_det_detlin
edps -w metis.metis_lm_img_wkf -i $SOF_DATA
edps -w metis.metis_lm_img_wkf -i $SOF_DATA | tee edps.stdout.txt
! grep "'FAILED'" edps.stdout.txt

0 comments on commit 26425c5

Please sign in to comment.