Refining ephemeral earthly test machine process
This commit is contained in:
		| @@ -21,6 +21,7 @@ create_test_machine: | |||||||
|     - build-orchestration |     - build-orchestration | ||||||
|   script: |   script: | ||||||
|     - /home/gitlab-runner/build-machine-ctl.sh create amd64-deb |     - /home/gitlab-runner/build-machine-ctl.sh create amd64-deb | ||||||
|  |   when: manual | ||||||
|  |  | ||||||
| test_amd64: | test_amd64: | ||||||
|   stage: test |   stage: test | ||||||
| @@ -28,12 +29,13 @@ test_amd64: | |||||||
|   only: |   only: | ||||||
|     - main |     - main | ||||||
|     - merge_requests |     - merge_requests | ||||||
|  |   needs: | ||||||
|  |     - create-test-machine | ||||||
|   tags: |   tags: | ||||||
|     - build-server |     - earthly-tests | ||||||
|   script: |   script: | ||||||
|     - earthly bootstrap |     - earthly bootstrap | ||||||
|     - earthly --ci +unit-tests-linux-amd64 |     - earthly --ci +unit-tests-linux-amd64 | ||||||
|   when: manual |  | ||||||
|  |  | ||||||
| delete_test_machine: | delete_test_machine: | ||||||
|   stage: test |   stage: test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user