mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Refining ephemeral earthly test machine process
This commit is contained in:
parent
75c8b0c789
commit
f4fb48b219
@ -21,6 +21,7 @@ create_test_machine:
|
||||
- build-orchestration
|
||||
script:
|
||||
- /home/gitlab-runner/build-machine-ctl.sh create amd64-deb
|
||||
when: manual
|
||||
|
||||
test_amd64:
|
||||
stage: test
|
||||
@ -28,12 +29,13 @@ test_amd64:
|
||||
only:
|
||||
- main
|
||||
- merge_requests
|
||||
needs:
|
||||
- create-test-machine
|
||||
tags:
|
||||
- build-server
|
||||
- earthly-tests
|
||||
script:
|
||||
- earthly bootstrap
|
||||
- earthly --ci +unit-tests-linux-amd64
|
||||
when: manual
|
||||
|
||||
delete_test_machine:
|
||||
stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user