-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix registry's nightly run check for RHTAP #1372
Labels
area/ci
area/registry
Devfile registry for stacks and infrastructure
area/test-automation
Test automation for devfile specification and library
kind/bug
Something isn't working
Comments
openshift-ci
bot
added
kind/bug
Something isn't working
area/ci
area/registry
Devfile registry for stacks and infrastructure
area/test-automation
Test automation for devfile specification and library
labels
Dec 6, 2023
blocking community devfile registry promotion |
4 tasks
Created devfile/registry#257 in order to address this issue |
Monitoring the results of the nightly testing, if there are problems I will re-open this issue. |
I'm re-opening the issue as the nightly run still experiences issues (though I think they are not related) |
Closing this issue as I don't think is related to the nightly run failure |
github-project-automation
bot
moved this from In Progress 🚧
to Done ✅
in Devfile Project
Dec 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ci
area/registry
Devfile registry for stacks and infrastructure
area/test-automation
Test automation for devfile specification and library
kind/bug
Something isn't working
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area ci
/area registry
/area test-automation
Bug Summary
Describe the bug:
The registry nightly run is failing after the completion of #1112 (more details here: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-devfile-registry-main-v4.12-rhtap-nightly-devfile-compatibility/1732007644123631616).
This is because the
tests/rhtap/rhtap_test.go
callssampleEntry.Git.Remotes.Origin
which has now changed.To Reproduce:
Check the failing test here: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-devfile-registry-main-v4.12-rhtap-nightly-devfile-compatibility/1732007644123631616
Expected behavior
The test should be passing
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-devfile-registry-main-v4.12-rhtap-nightly-devfile-compatibility/1732007644123631616
Additional context
We should try to test the default version of the sample and get the git remote from there.
Any workaround?
Described in the additional context
Suggestion on how to fix the bug
Described in the additional context
The text was updated successfully, but these errors were encountered: