Skip to content

Commit eec964b

Browse files
deeplowlegoktm
authored andcommitted
Mark OpenQA job as failed on "unkown status"
A GitHub-OpenQA job failed with "unknown status" [1] and yet, it had marked the respective OpenQA tests as green/passing. This was because in the "unkown status" condition it was not explicitly setting a failing check for the respective OpenQA job on GitHub. [1]: https://github.com/freedomofpress/securedrop-workstation/actions/runs/19579932625/job/56075156340?pr=1373#step:7:90
1 parent 2825788 commit eec964b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/openqa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
*)
113113
echo "Unknown test status: $openqa_result"
114114
workflow_exit_status=1
115+
github_state="error"
115116
;;
116117
esac
117118
curl --fail -L -X POST \

0 commit comments

Comments
 (0)