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"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue