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

Workflow refactor #5766

Merged
merged 48 commits into from
Jun 19, 2024
Merged

Workflow refactor #5766

merged 48 commits into from
Jun 19, 2024

Conversation

pdabelf5
Copy link
Collaborator

@pdabelf5 pdabelf5 commented Jun 17, 2024

Proposed changes

Refactor main pull request and post merge workflow to:

  • build docker images once per pipeline
  • re-use built images in tests
  • check to make sure images are not needlessly rebuilt, i.e. images content is based on md5sums of the codebase
  • tag images as stable once they pass the smoke tests
  • refactor edge generation workflow, now called image-promotion.yml
  • remove release workflow from pull request & edge workflows
  • add force build option to ci.yml to always rebuild images, not from the cache.

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 main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

pdabelf5 and others added 16 commits June 12, 2024 10:25
…5737)

Add F5 prefix to configuration opening paragraphs, style consistency

This commit changes each of the opening paragraphs of the Configuration
section to ensure they have the F5 prefixed name for the first instance
of NGINX Ingress Controller.

It also includes a large amount of other changes:

- Relative links
- Erroneous product names ("the Ingress Controller")
- Contemporary table formatting
- Updated and decoupled input/output code blocks
- Sentence case for page titles and headings
- Small contextual rewrites
- Updated links to appropriate tags

A small number of unrelated changes were also included, regarding NGINX
App Protect and a small typo in a command line option.

Signed-off-by: Alan Dooley <[email protected]>
Co-authored-by: Venktesh Shivam Patel <[email protected]>
@github-actions github-actions bot added github_actions Pull requests that update Github_actions code chore Pull requests for routine tasks labels Jun 17, 2024
@github-actions github-actions bot added the docker Pull requests that update Docker code label Jun 18, 2024
@github-actions github-actions bot added the tests Pull requests that update tests label Jun 18, 2024
@pdabelf5 pdabelf5 marked this pull request as ready for review June 18, 2024 15:01
@pdabelf5 pdabelf5 requested a review from a team as a code owner June 18, 2024 15:01
@oseoin oseoin linked an issue Jun 18, 2024 that may be closed by this pull request
@pdabelf5 pdabelf5 merged commit 131e784 into main Jun 19, 2024
80 checks passed
@pdabelf5 pdabelf5 deleted the workflow-refactor branch June 19, 2024 08:12
ssrahul96 pushed a commit to ssrahul96/kubernetes-ingress that referenced this pull request Jun 20, 2024
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 docker Pull requests that update Docker code github_actions Pull requests that update Github_actions code tests Pull requests that update tests
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

create workflow for releasing images
9 participants