mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -06:00
Move tests off of Digital Ocean
Experimenting with using GitLab SaaS runners to do test CI stages.
This commit is contained in:
parent
10ec693fb4
commit
c525a757fd
@ -13,16 +13,16 @@ stages:
|
||||
#before_script:
|
||||
# - earthly bootstrap
|
||||
|
||||
create_test_machine:
|
||||
stage: test
|
||||
only:
|
||||
- main
|
||||
- merge_requests
|
||||
tags:
|
||||
- build-orchestration
|
||||
script:
|
||||
- /home/gitlab-runner/build-machine-ctl.sh create amd64-deb
|
||||
when: manual
|
||||
# create_test_machine:
|
||||
# stage: test
|
||||
# only:
|
||||
# - main
|
||||
# - merge_requests
|
||||
# tags:
|
||||
# - build-orchestration
|
||||
# script:
|
||||
# - /home/gitlab-runner/build-machine-ctl.sh create amd64-deb
|
||||
# when: manual
|
||||
|
||||
test_amd64:
|
||||
stage: test
|
||||
@ -38,17 +38,17 @@ test_amd64:
|
||||
- earthly bootstrap
|
||||
- earthly --ci +unit-tests-linux-amd64
|
||||
|
||||
delete_test_machine:
|
||||
stage: test
|
||||
only:
|
||||
- main
|
||||
- merge_requests
|
||||
needs:
|
||||
- test_amd64
|
||||
tags:
|
||||
- build-orchestration
|
||||
script:
|
||||
- /home/gitlab-runner/build-machine-ctl.sh delete amd64-deb
|
||||
# delete_test_machine:
|
||||
# stage: test
|
||||
# only:
|
||||
# - main
|
||||
# - merge_requests
|
||||
# needs:
|
||||
# - test_amd64
|
||||
# tags:
|
||||
# - build-orchestration
|
||||
# script:
|
||||
# - /home/gitlab-runner/build-machine-ctl.sh delete amd64-deb
|
||||
|
||||
release_job:
|
||||
stage: release
|
||||
|
Loading…
Reference in New Issue
Block a user