-
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
Support testing schema versions 2.2.2 & 2.2.1 upon registry CI checks #1494
Closed
4 tasks done
Labels
area/library
Common devfile library for interacting with devfiles
area/registry
Devfile registry for stacks and infrastructure
kind/epic
A high level requirement that can/should be split into smaller issues
Comments
openshift-ci
bot
added
kind/bug
Something isn't working
area/library
Common devfile library for interacting with devfiles
area/registry
Devfile registry for stacks and infrastructure
labels
Mar 29, 2024
This was referenced Apr 1, 2024
1 task
4 tasks
Once this is completed we will need to undo the patch here: devfile/registry#356 |
This was referenced Apr 3, 2024
Re-opening as the PR merged was a temporary solution |
thepetk
changed the title
Registry odo tests are failing for 2.2.1, 2.2.2 schema versions
Support testing schema versions 2.2.2 & 2.2.1 upon registry CI checks
Apr 9, 2024
thepetk
added
kind/epic
A high level requirement that can/should be split into smaller issues
and removed
kind/bug
Something isn't working
labels
Apr 9, 2024
FYI after the temporary fix, I've transformed this issue into an EPIC |
PR to update the odo library version is now merged |
4 tasks
Closing as all items are completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/library
Common devfile library for interacting with devfiles
area/registry
Devfile registry for stacks and infrastructure
kind/epic
A high level requirement that can/should be split into smaller issues
Which area this feature is related to?
/kind epic
Which area this bug is related to?
/area library
/area registry
Issue Descripton
The registry tests with
odo3
are failing due to old library versionMore detailed, the
check_odov3
check is failing becauseodo
is currently using an old version of thedevfile/library
which does not support atm the2.2.1
and2.2.2
. In order to reproduce this behavior someone should Installodo
version3.15.0
and try to runodo dev
using a devfile havingschemaVersion=2.2.1
.In order to have more thorough testing for the registry stack updates our CI checks should allow testing those versions. Note that as a temporary fix the
2.2.1
&2.2.2
versions have been excluded from the tests.Acceptance Criteria
github.com/devfile/library/v2
dependency.The text was updated successfully, but these errors were encountered: