4 Commits

Author SHA1 Message Date
Armel Soro
244e5ccca0 Make Interop tests rely on mock Devfile Registry Server started in the tests
The goal is to decommission the long-running IBM Clusters,
for cost purposes.
2023-12-01 15:44:47 +01:00
Armel Soro
5d4a6ef325 Use staging Devfile registry for PR tests (#7129)
* Revert using a DEVFILE_PROXY env var

There is no proxy deployed in the internal test cluster.
As such, this env var no longer makes sense.

* To help troubleshoot, display the resolved Devfile registry URL

* Make interactive tests more resilient with stack versions

They are now able to determine if the "Select version" prompt
should be asked by "odo init" or not:

* Make sure doc automation tests do not rely on hard-coded namespaces

* Allow to run doc automation tests with more parallel Ginkgo nodes

This is possible now that those tests no longer
depend on a single hard-coded namespace.

* Remove occurrences of the DEVFILE_REGISTRY env var in IBM Pipelines scripts

* Reuse logic for determining the Devfile Registry URL in "odo registry" tests

* Clarify what openshiftci-config.sh is used for
2023-10-27 07:54:14 +00:00
Armel Soro
97644aac7c Fix CI Devfile Registry URL used in OCP interop tests (#6946) 2023-07-03 09:05:18 -04:00
Philippe Martin
f0bf9ee1dd Add DEVFILE_REGISTRY env var for periodic tests (#6709)
* Add DEVFILE_REGISTRY env var for periodic tests

* Add SBO tests
2023-04-03 11:47:29 -04:00