Tests: temporarily disable checking of valid snapshot URLs

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 <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-06-03 21:33:30 +02:00 committed by Tomáš Hozza
parent 0174cf5ee3
commit 4267c28ffb

View file

@ -192,16 +192,17 @@ jobs:
exit "0" exit "0"
fi fi
check-snapshots: # TODO: enable again once enumerating rpmrepo does not fail anymore
name: "🔍 Check for valid snapshot urls" #check-snapshots:
runs-on: ubuntu-20.04 # name: "🔍 Check for valid snapshot urls"
steps: # runs-on: ubuntu-20.04
- name: Check out code into the Go module directory # steps:
uses: actions/checkout@v4 # - name: Check out code into the Go module directory
with: # uses: actions/checkout@v4
ref: ${{ github.event.pull_request.head.sha }} # with:
- name: Check for valid snapshot urls # ref: ${{ github.event.pull_request.head.sha }}
run: ./tools/check-snapshots --errors-only . # - name: Check for valid snapshot urls
# run: ./tools/check-snapshots --errors-only .
check-runners: check-runners:
name: "🔍 Check for missing or unused runner repos" name: "🔍 Check for missing or unused runner repos"