Add yq checker
[kuberef.git] / .gitlab-ci.yml
1 # GitLab CI config file to deploy RI2 on baremetal infra
2 # and run RC2 compliance tests on the deployed platform.
3 # TODO add tox jobs
4
5 stages:
6   - deploy_platform
7   - run_compliance_tests
8
9 deploy:
10   stage: deploy_platform
11   tags:
12     - ericsson-pod2
13   script:
14     - bash deploy.sh
15
16 runtestsuite:
17   extends: deploy
18   stage: run_compliance_tests
19   tags:
20     - ericsson-pod2
21   script:
22     - bash run_testsuite.sh
23   when: on_success