Move kata-run to this repo

We rename the job to kata-runsh to satisify the unique job name
constraint. This allows the job to be self testing with a depends on on
the github side PRs.

Change-Id: I7b0722c120c1e0a1f6315e75f739fa29baab1738
This commit is contained in:
Clark Boylan 2018-06-07 13:15:45 -07:00
parent 01f0b4664d
commit d729b17f1f
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,6 @@
- hosts: all
tasks:
- name: Run kata setup.sh
args:
chdir: "{{ zuul.project.src_dir }}"
command: ".ci/setup.sh"

View File

@ -0,0 +1,6 @@
- hosts: all
tasks:
- name: Run kata run.sh
args:
chdir: "{{ zuul.project.src_dir }}"
command: ".ci/run.sh"

View File

@ -1441,3 +1441,16 @@
This uses the make target ``test``.
vars:
golang_target: "test"
- job:
name: kata-runsh
parent: base
description: |
Run kata's setup.sh and run.sh CI scripts
pre-run: playbooks/kata-runsh/pre.yaml
run: playbooks/kata-runsh/run.yaml
timeout: 3600
nodeset:
nodes:
- name: ubuntu-bionic
label: ubuntu-bionic-vexxhost