From ace004dbae6f01854325dd0cef70007ae54b80b9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 10 Sep 2024 13:07:49 -0500 Subject: [PATCH] Rename test for ACME with certbot into basic ACME --- ...acme-certbot-test.yml => acme-basic-test.yml} | 16 ++++------------ .github/workflows/acme-tests.yml | 6 +++--- 2 files changed, 7 insertions(+), 15 deletions(-) rename .github/workflows/{acme-certbot-test.yml => acme-basic-test.yml} (98%) diff --git a/.github/workflows/acme-certbot-test.yml b/.github/workflows/acme-basic-test.yml similarity index 98% rename from .github/workflows/acme-certbot-test.yml rename to .github/workflows/acme-basic-test.yml index 549bd365be1..35a823ecbd3 100644 --- a/.github/workflows/acme-certbot-test.yml +++ b/.github/workflows/acme-basic-test.yml @@ -1,4 +1,4 @@ -name: ACME with certbot +name: Basic ACME on: workflow_call @@ -610,17 +610,9 @@ jobs: docker cp client:/var/log/letsencrypt/letsencrypt.log /tmp/artifacts/client/var/log/letsencrypt continue-on-error: true - - name: Upload artifacts from server containers + - name: Upload artifacts if: always() uses: actions/upload-artifact@v4 with: - name: acme-certbot-server - path: | - /tmp/artifacts/pki - - - name: Upload artifacts from client container - if: always() - uses: actions/upload-artifact@v4 - with: - name: acme-certbot-client - path: /tmp/artifacts/client + name: acme-basic + path: /tmp/artifacts diff --git a/.github/workflows/acme-tests.yml b/.github/workflows/acme-tests.yml index 824576cee0c..42b9eeb6790 100644 --- a/.github/workflows/acme-tests.yml +++ b/.github/workflows/acme-tests.yml @@ -92,10 +92,10 @@ jobs: key: acme-images-${{ github.sha }} path: acme-images.tar - acme-certbot-test: - name: ACME with certbot + acme-basic-test: + name: Basic ACME needs: build - uses: ./.github/workflows/acme-certbot-test.yml + uses: ./.github/workflows/acme-basic-test.yml acme-switchover-test: name: ACME server switchover