mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-22 08:56:58 -06:00
Tests passed. This commit is a clean up of .gitlab-ci.yml
This commit is contained in:
parent
9429d3de6e
commit
b77beeb3be
@ -10,41 +10,16 @@ stages:
|
||||
- release
|
||||
- distribute
|
||||
|
||||
#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
|
||||
|
||||
test_amd64:
|
||||
stage: test
|
||||
image: earthly/earthly:v0.7.15
|
||||
# only:
|
||||
# - main
|
||||
# - merge_requests
|
||||
only:
|
||||
- main
|
||||
- merge_requests
|
||||
script:
|
||||
- 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
|
||||
when: manual
|
||||
|
||||
release_job:
|
||||
stage: release
|
||||
|
Loading…
Reference in New Issue
Block a user