
This runs gate-check-commit for the integrated repo. Change-Id: I09a36fe09b79d663cd21b05394318d86dfb91f45
8 lines
263 B
YAML
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 }}'
|