
* Install dependency packages like docker, runc, make,wget & build-essential * Download and install golang and kubebuilder * Run make tests Co-Authored-By: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I6e8aad150c97c313a92426842b9076fc9a6fffbe
20 lines
621 B
YAML
20 lines
621 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
|
|
- job:
|
|
name: airship-vino-test-suite
|
|
description: Install kube-builder and tests make functionality.
|
|
run: playbooks/test-vino.yaml
|
|
timeout: 9600 |