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:
parent
01f0b4664d
commit
d729b17f1f
6
playbooks/kata-runsh/pre.yaml
Normal file
6
playbooks/kata-runsh/pre.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Run kata setup.sh
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
command: ".ci/setup.sh"
|
6
playbooks/kata-runsh/run.yaml
Normal file
6
playbooks/kata-runsh/run.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Run kata run.sh
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
command: ".ci/run.sh"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user