From 7aaeaf57b4b2873d876cd379a00524cb804f569e Mon Sep 17 00:00:00 2001 From: Anastasia Dusak <61540676+k-a-il@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:21:54 +0100 Subject: [PATCH 1/2] Skip moto artifacts if cannot be fetched without failing pipeline --- .github/workflows/docs-parity-updates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-parity-updates.yml b/.github/workflows/docs-parity-updates.yml index 96ed9527..e19fe4e7 100644 --- a/.github/workflows/docs-parity-updates.yml +++ b/.github/workflows/docs-parity-updates.yml @@ -44,6 +44,7 @@ jobs: - name: Download metrics data from Moto Integration test pipeline (GitHub) working-directory: docs + continue-on-error: true run: /tmp/get_latest_github_metrics.sh ./target main env: GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} From 5de4712b05e015add09c522f4b31bc16f73982f8 Mon Sep 17 00:00:00 2001 From: Anastasia Dusak <61540676+k-a-il@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:41:16 +0100 Subject: [PATCH 2/2] Remove unnecessary download of metrics data from Moto Integration test --- .github/workflows/docs-parity-updates.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/docs-parity-updates.yml b/.github/workflows/docs-parity-updates.yml index e19fe4e7..659a87e0 100644 --- a/.github/workflows/docs-parity-updates.yml +++ b/.github/workflows/docs-parity-updates.yml @@ -42,18 +42,6 @@ jobs: curl -o /tmp/get_latest_github_metrics.sh -L https://raw.githubusercontent.com/localstack/meta/main/scripts/get_latest_github_metrics.sh -H 'Accept: application/vnd.github.v3.raw' chmod +x /tmp/get_latest_github_metrics.sh - - name: Download metrics data from Moto Integration test pipeline (GitHub) - working-directory: docs - continue-on-error: true - run: /tmp/get_latest_github_metrics.sh ./target main - env: - GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }} - REPOSITORY_NAME: localstack-moto-test-coverage - ARTIFACT_ID: test-metrics - WORKFLOW: moto-integration-tests - PREFIX_ARTIFACT: moto-integration-test - FILTER_SUCCESS: 0 - - name: Download metrics data from Terraform Integration test pipeline (GitHub) working-directory: docs run: /tmp/get_latest_github_metrics.sh ./target main