From 2759eeba55e677c1df8658960db970287e374d7f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 3 Jul 2019 10:03:02 -0700 Subject: [PATCH] Add test job for ensure-sphinx This adds very basic testing for ensure-sphinx (it just runs the role to see if execution fails). Change-Id: I484f00c9c9a9c2c8b1a205065538b0ac8bf962b5 --- zuul-tests.d/python-jobs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 zuul-tests.d/python-jobs.yaml diff --git a/zuul-tests.d/python-jobs.yaml b/zuul-tests.d/python-jobs.yaml new file mode 100644 index 000000000..256c0d37b --- /dev/null +++ b/zuul-tests.d/python-jobs.yaml @@ -0,0 +1,17 @@ +- job: + name: zuul-jobs-test-ensure-sphinx + description: Test the ensure-sphinx role + files: + - roles/ensure-sphinx/.* + run: + test-playbooks/simple-role-test.yaml + vars: + role_name: ensure-sphinx + +- project: + check: + jobs: + - zuul-jobs-test-ensure-sphinx + gate: + jobs: + - zuul-jobs-test-ensure-sphinx