sip/zuul.d/jobs.yaml
dt241s@att.com 635a6e3b85 Enable Make testing Functionailty
Change-Id: I6076f4162b3feb2f961bd38e968481168edff465
2021-01-27 18:43:31 +00:00

21 lines
614 B
YAML

- job:
name: airship-sip-upload-git-mirror
parent: upload-git-mirror
description: Mirrors airship/sip to airshipit/sip
vars:
git_mirror_repository: airshipit/sip
secrets:
- name: git_mirror_credentials
secret: airship_sip_airshipit_github_secret
pass-to-parent: true
- job:
name: airship-deploy-sip
run: playbooks/integration-tests.yaml
description: Deploys kubernetes and sip
timeout: 9600
- job:
name: airship-sip-test-suite
description: Install kube-builder and tests make functionality.
run: playbooks/test-sip.yaml
timeout: 9600