vino/zuul.d/jobs.yaml
Kostiantyn Kalynovskyi 1df9ba7978 Add basic integration test for vino CR
This commit introduces a script to instal k8s with minukube, with
basic test environment for VINO.

And runs basic test that makes sure that if daemonset is succefully
deployed vino CR is marked as ready.

Ensure docker role is left intentionally because it also adds current
user to docker group which allows other scripts to invoke docker
commands without sudo. It will be removed in next patchsets.

Change-Id: Iff7c956aa88ffbcf0d85956da4057fce526b67fc
2021-01-12 13:48:52 -06:00

16 lines
461 B
YAML

- job:
name: airship-vino-upload-git-mirror
parent: upload-git-mirror
description: Mirrors airship/vino to airshipit/vino
vars:
git_mirror_repository: airshipit/vino
secrets:
- name: git_mirror_credentials
secret: airship_vino_airshipit_github_secret
pass-to-parent: true
- job:
name: airship-deploy-vino
run: playbooks/integration-test.yaml
description: Deploys kubernetes and vino
timeout: 9600