Skip to content

Happy path tests don't use PR deployment templates #484

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

Closed
amisevsk opened this issue Jul 8, 2021 · 0 comments · Fixed by #571
Closed

Happy path tests don't use PR deployment templates #484

amisevsk opened this issue Jul 8, 2021 · 0 comments · Fixed by #571

Comments

@amisevsk
Copy link
Collaborator

amisevsk commented Jul 8, 2021

Description

The happy path test uses chectl to deploy the Che operator with DevWorkspaces support enabled. The only configuration applied to the CheCluster CR is:

+ cat /tmp/che-cr-patch.yaml
spec:
  devWorkspace:
    enable: true
    controllerImage: 'registry.build02.ci.openshift.org/ci-op-3z668v78/pipeline@sha256:322dc913cd574dbe5c2069f36452cac18c5fcaaaec1653173bfcfd5157fa0f2a'

where the controllerImage is the result of the CI build.

This means any PR that needs to update deployment templates will fail the happy path test, as the test will deploy an updated image with stale templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant