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

Cancel redundant pipelines and remove redundant build jobs #1524

Merged
merged 1 commit into from Apr 9, 2021

Conversation

ciarams87
Copy link
Member

@ciarams87 ciarams87 commented Apr 9, 2021

Proposed changes

This commit creates a 'cancel' action which will cancel any redundant pipelines running for a PR or for master (i.e. after pushing a new commit). It also removes the 'build' step from the edge and nightly pipelines as it is unnecessary - we have to build again for the smoke tests and for the release step anyway.

-> see https://github.com/nginxinc/kubernetes-ingress/runs/2305289060?check_suite_focus=true to see it in action

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@ciarams87 ciarams87 self-assigned this Apr 9, 2021
@github-actions github-actions bot added the chore Pull requests for routine tasks label Apr 9, 2021
@ciarams87 ciarams87 force-pushed the chore/cancel-redundant-pipelines branch from 19e2819 to a821356 Compare April 9, 2021 11:02
@ciarams87 ciarams87 force-pushed the chore/cancel-redundant-pipelines branch from a821356 to d3b7190 Compare April 9, 2021 11:03
@ciarams87 ciarams87 force-pushed the chore/cancel-redundant-pipelines branch from d3b7190 to 1032b36 Compare April 9, 2021 11:06
@ciarams87 ciarams87 changed the title WIP: Cancel redundant pipelines and remove redundant build jobs Cancel redundant pipelines and remove redundant build jobs Apr 9, 2021
@ciarams87 ciarams87 merged commit 47beffc into master Apr 9, 2021
@ciarams87 ciarams87 deleted the chore/cancel-redundant-pipelines branch April 9, 2021 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants