Jean-Philippe Evrard 151d8c5589 Initial integrated zuulv3 jobs
This runs gate-check-commit for the integrated repo.

Change-Id: I09a36fe09b79d663cd21b05394318d86dfb91f45
2017-10-23 11:19:42 +00:00

8 lines
263 B
YAML

- hosts: all
tasks:
- name: Run gate-check-commit.sh script
command: "sudo scripts/gate-check-commit.sh {{ scenario }} {{ action }}"
args:
chdir: "src/{{ zuul.project.canonical_name }}"
environment: '{{ zuul | zuul_legacy_vars }}'