From f4fb48b2190f30459e26d48e6cb81c7bcf982105 Mon Sep 17 00:00:00 2001 From: TC Date: Sat, 22 Jul 2023 17:11:51 +0000 Subject: [PATCH] Refining ephemeral earthly test machine process --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5f21093..5ade56b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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