Open vdice opened 7 years ago
https://github.com/deis/jenkins-jobs/blob/master/jobs/apptypes_test.groovy needs updating. Still setup to use helm-classic where env vars could be detected for manifest generation. To update to helm use, we would need to pass this env var in via helm ... --set test=bps (see https://github.com/deis/workflow-e2e/blob/master/charts/workflow-e2e/values.yaml#L7).
helm ... --set test=bps
In practice, the change to the job DSL here may be nil/minimal and actual logic to check the env and perform step as mentioned above to be added in deis/e2e-runner
This issue was moved to teamhephy/jenkins-jobs#9
https://github.com/deis/jenkins-jobs/blob/master/jobs/apptypes_test.groovy needs updating. Still setup to use helm-classic where env vars could be detected for manifest generation. To update to helm use, we would need to pass this env var in via
helm ... --set test=bps
(see https://github.com/deis/workflow-e2e/blob/master/charts/workflow-e2e/values.yaml#L7).In practice, the change to the job DSL here may be nil/minimal and actual logic to check the env and perform step as mentioned above to be added in deis/e2e-runner