-
Notifications
You must be signed in to change notification settings - Fork 726
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
Update OpenShift supported versions to 4.8-4.12 #6597
Update OpenShift supported versions to 4.8-4.12 #6597
Conversation
Maybe I missed it, but do we want to run a full set of e2e tests before we officially declare support. I think #6592 only did a smoke test? |
No, you're right, I was waiting for it to end. There is no way to run e2e-tests from go run -tags='release' test/e2e/cmd/main.go run \
--operator-image=docker.elastic.co/eck/eck-operator:2.7.0-bc4 \
--e2e-image=docker.elastic.co/eck-ci/eck-e2e-tests:2.7.0-380d6f28 \
--elastic-stack-version=8.6.2 \
--e2e-tags='e2e release' \
--test-regex="^Test" --test-license=in-memory --test-license-pkey-path= --monitoring-secrets= \
--elastic-stack-images=stack-versions-def.json --log-verbosity=1 --log-to-file=true --test-timeout=30m \
--pipeline=e2e/e2e-test-270-bc4-dev --build-number=131 --provider=ocp --clusterName=eck-e2e-test-270-bc4-dev \
--skip-cleanup=true --deploy-chaos-job=false --test-env-tags="" All tests (110) passed.
|
Update OpenShift supported versions to
4.8-4.12
.Relates to #6592.