zuul-jobs/roles/test-setup/defaults/main.yaml
James E. Blair 9d8e765881 Add test_setup_skip role variable
This allows jobs which inherit from unittests to specify that
the test-setup script should not be run.  Some "unit test" jobs
are simple enough that they do not need to perform costly setup
for a full test run.

Change-Id: I5826bed411c42f9b3e0477b351bd82bd964d2fac
2019-07-10 09:22:30 -07:00

7 lines
130 B
YAML

---
test_setup_args: ""
test_setup_environment: {}
test_setup_skip: false
zuul_work_dir: "src/{{ zuul.project.canonical_name }}"