Skip to content

Update devfile library and odo version for registry tests  #1367

Closed
devfile/registry
#265
@thepetk

Description

@thepetk

Which area/kind this issue is related to?

/area ci
/area registry

Issue Description

As seen in the checks of this PR when someone tries to add multiple endpoints, from different components, sharing the same port the validate_devfile_schemas & check_odov3 tests are failing.

For validate_devfile_schemas the reason is that we are using an old version of the devfile library for this test. In its latest version the library allows a devfile to have same ports for different component endpoints.

For check_odov3 we should wait until a new version is released, as odo very recently updated their library version. This way we should be able to pass the check_odov3 check having same ports for different component endpoints.

Acceptance Criteria

  • The library version is updated inside tests/validate_devfile_schemas/go.mod to a version that supports having same port numbers for different components.

Metadata

Metadata

Assignees

Labels

area/ciarea/registryDevfile registry for stacks and infrastructure

Type

No type

Projects

Status

Done ✅

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions