mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Disable service binding related integration tests (#6920)
* check SKIP_SERVICE_BINDING_TESTS to skip service binding tests * Pass SKIP_SERVICE_BINDING_TESTS to Windows for Windows tests * Use fsGroup on Kubernetes * add instructions to install devfile registry in cluster
This commit is contained in:
@@ -172,3 +172,9 @@ to user agents beginning with `containerd` or `Go-http-client`.
|
||||
|
||||
The integration tests are able to detect the presence of the Load Balancer service and use the proxy if the service is present
|
||||
and providing an external address.
|
||||
|
||||
## Devfile registry
|
||||
|
||||
Install a local Devvile registry in the cluster with the instructions provoded at https://devfile.io/docs/2.1.0/deploying-a-devfile-registry
|
||||
and the configuration in /scripts/devfile-registry/ci-values.yaml. You will need to modify the field `global.ingress.domain` in the configuration file.
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
global:
|
||||
ingress:
|
||||
class: 'public-iks-k8s-nginx'
|
||||
domain: 'odo-test-kubernetes-clust-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud'
|
||||
domain: 'odo-test-kubernete-449701-49529fc6e6a4a9fe7ebba9a3db5b55c4-0000.eu-de.containers.appdomain.cloud'
|
||||
secretName: ''
|
||||
isOpenShift: false
|
||||
tlsEnabled: false
|
||||
|
||||
Reference in New Issue
Block a user