Closed rhrazdil closed 2 years ago
@rhrazdil: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
pull-kubernetes-nmstate-e2e-upgrade-k8s | 9b46ab16157c0eccb92157d80438b020a3b5cb5d | link | false | /test pull-kubernetes-nmstate-e2e-upgrade-k8s |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: qinqon
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Signed-off-by: Radim Hrazdil rhrazdil@redhat.com
Is this a BUG FIX or a FEATURE ?:
What this PR does / why we need it: When testing upgrade, example yamls from previous tag are downloaded. This causes an issue when adding a new example yaml, because it doesn't yet exist in previous tag.
This change falls back to current doc/examples path if an example yaml is not found in previous tag. This allows to smoothly add new example yamls.
Special notes for your reviewer:
Release note: