Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Commit

Permalink
ensure self-test jobs are retained indefinitely
Browse files Browse the repository at this point in the history
Change-Id: Ibda7246660fb6e4a5e7ae73b8c5a7b9be74e6158
  • Loading branch information
danc86 committed Aug 20, 2018
1 parent 80e6a93 commit 901b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-dev-selftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
python setup.py egg_info
export PYTHONPATH=src
workflow_output=$(bkr workflow-selftest --whiteboard "$WHITEBOARD")
workflow_output=$(bkr workflow-selftest --whiteboard "$WHITEBOARD" --retention-tag audit --product '[internal]')
jobid=$(echo $workflow_output | awk -F\' '{print $2}')
bkr job-watch $jobid || :
Expand Down

0 comments on commit 901b810

Please sign in to comment.