From 4267c28ffba0538ccf3b169c012f8d20cb3895cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 3 Jun 2024 21:33:30 +0200 Subject: [PATCH] Tests: temporarily disable checking of valid snapshot URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rpmrepo snapshot enumeration is timing out, which is effectively blocking GitLab CI from running. Disable the check for now to unblock CI. Signed-off-by: TomΓ‘Ε‘ Hozza --- .github/workflows/tests.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 88293dacc..bc69e8857 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -192,16 +192,17 @@ jobs: exit "0" fi - check-snapshots: - name: "πŸ” Check for valid snapshot urls" - runs-on: ubuntu-20.04 - steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - - name: Check for valid snapshot urls - run: ./tools/check-snapshots --errors-only . + # TODO: enable again once enumerating rpmrepo does not fail anymore + #check-snapshots: + # name: "πŸ” Check for valid snapshot urls" + # runs-on: ubuntu-20.04 + # steps: + # - name: Check out code into the Go module directory + # uses: actions/checkout@v4 + # with: + # ref: ${{ github.event.pull_request.head.sha }} + # - name: Check for valid snapshot urls + # run: ./tools/check-snapshots --errors-only . check-runners: name: "πŸ” Check for missing or unused runner repos"