File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,17 +252,6 @@ pipeline {
252252 }
253253
254254 stage (" DAP Integration Tests on OpenShift oldest/next" ) {
255- when {
256- // Run integration tests against OpenShift only on the main branch
257- //
258- // There's been a lot of flakiness around OpenShift, which has the negative effect of impeding developer velocity.
259- // Generally speaking the integration tests for this repository interact with the generic Kubernetes API, for
260- // scheduling and giving identity to workloads. There is no platform-specifc functionality within the secrets provider.
261- // We can reasonably assume that if a branch is green in GKE then it will likely be green for OpenShift.
262- // With that in mind, for now we have chosen to run Openshift integration tests only on the main branch while we figure
263- // out a better way to address the flakiness.
264- branch ' main'
265- }
266255 steps {
267256 script {
268257 def tasks = [:]
Original file line number Diff line number Diff line change 3434
3535oldest :
3636 OPENSHIFT_VERSION : !var ci/openshift/oldest/version
37- OPENSHIFT_URL : !var ci/openshift/oldest/hostname
37+ OPENSHIFT_URL : !var ci/openshift/oldest/api-url
3838 OPENSHIFT_USERNAME : !var ci/openshift/oldest/username
3939 OPENSHIFT_PASSWORD : !var ci/openshift/oldest/password
40+ OSHIFT_CLUSTER_ADMIN_USERNAME : !var ci/openshift/oldest/username
41+ OSHIFT_CONJUR_ADMIN_USERNAME : !var ci/openshift/oldest/username
4042
4143 PLATFORM : openshift
4244 TEST_PLATFORM : openshift
4345 DOCKER_REGISTRY_URL : !var ci/openshift/oldest/registry-url
4446 DOCKER_REGISTRY_PATH : !var ci/openshift/oldest/registry-url
45- PULL_DOCKER_REGISTRY_URL : !var ci/openshift/oldest/registry-url
46- PULL_DOCKER_REGISTRY_PATH : !var ci/openshift/oldest/registry-url
47+ PULL_DOCKER_REGISTRY_URL : !var ci/openshift/oldest/internal- registry-url
48+ PULL_DOCKER_REGISTRY_PATH : !var ci/openshift/oldest/internal- registry-url
4749
4850current :
4951 OPENSHIFT_VERSION : !var ci/openshift/current/version
You can’t perform that action at this time.
0 commit comments