Skip to content
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

Basic-NGINX: Added Boolean Conversion to String in Jenkinsfile #144

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

kenwilli
Copy link
Contributor

What does this PR do?

This PR corrects an earlier PR in an attempt to add a flag that would allow bypassing the manual promote gate to just do it automatically for automating demos. The earlier PR will skip promotion gate if any value is set for skip_manual_process, which will happen by default since default value is false.

How should this be tested?

This should be tested by using the original deploy command for basic-nginx (ansible-playbook -i ./.applier/ galaxy/openshift-applier/playbooks/openshift-cluster-seed.yml) where user has to approve promotion in jenkins and running with the command with the flag (ansible-playbook -i ./.applier/ galaxy/openshift-applier/playbooks/openshift-cluster-seed.yml -e skip_manual_promotion=true) where the entire deployment will happen automatically.

Is there a relevant Issue open for this?

No.

Who would you like to review this?

cc: @redhat-cop/containers-approvers

@kenwilli
Copy link
Contributor Author

/assign @pcarney8

@etsauer
Copy link
Contributor

etsauer commented Jun 11, 2020

/lgtm

@etsauer
Copy link
Contributor

etsauer commented Jun 11, 2020

/approve

@redhat-cop-ci-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: etsauer, kenwilli

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@redhat-cop-ci-bot redhat-cop-ci-bot merged commit d041083 into redhat-cop:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants