zuul-jobs/roles/test-setup/defaults/main.yaml
Kenneth Giusti 1eafcaabbb Parameterize the test-setup role
The patch will allow jobs to set environment variables and pass
command line arguments to the test-setup.sh script defined by a
project.

This can be used to customize the setup based on the particular job
being run.

Change-Id: I11e1ab15fd2bf3c734544121d9b4040b99ee63da
2017-12-07 09:48:38 -05:00

7 lines
108 B
YAML

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