Skip to content

Commit

Permalink
add .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Sep 4, 2024
1 parent caed399 commit fa37cec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
stages:
- test
- cayman_poi

cayman_poi:
stage: cayman_poi
script:
- gitlab --private-token=$CAYMAN_POI_CICD_API_TOKEN project-branch create --project-id core-build/cayman_photon-os-installer --branch test/open-vmdk-submodule/$CI_COMMIT_SHORT_SHA --ref vmware-master
- gitlab --private-token=$CAYMAN_POI_CICD_API_TOKEN project update-submodule --id core-build/cayman_photon-os-installer --branch test/open-vmdk-submodule/$CI_COMMIT_SHORT_SHA --submodule poi/open-vmdk --commit-sha $CI_COMMIT_SHA

pytest:
stage: test
script:
- make
- pytest-3 pytest/

0 comments on commit fa37cec

Please sign in to comment.