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:
parent
0174cf5ee3
commit
4267c28ffb
1 changed files with 11 additions and 10 deletions
21
.github/workflows/tests.yml
vendored
21
.github/workflows/tests.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue