From c525a757fdc47983825bc82a93454c96081a5e15 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Tue, 22 Aug 2023 14:36:33 -0500 Subject: [PATCH] Move tests off of Digital Ocean Experimenting with using GitLab SaaS runners to do test CI stages. --- .gitlab-ci.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 507fef24..c909d11c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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