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

Simplified GH Workflows #1162

Open
4 of 10 tasks
strekm opened this issue Dec 3, 2024 · 0 comments
Open
4 of 10 tasks

Simplified GH Workflows #1162

strekm opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
Epic kind/feature Categorizes issue or PR as related to a new feature.

Comments

@strekm
Copy link
Contributor

strekm commented Dec 3, 2024

Description

Goal is to introduce simplified, lightweight GH workflows as a balance between quality and development experience. GH workflows should be consistent between our projects. Idea is to introduce minimal testing on PR issued to main and to release branches that run only on k3d cluster. PR workflow should be fast and reliable. Main workflow beside tests running on k3d should introduce tests executed on gardener (AWS, GCP). Same approach should be applied on release workflow. Schedule workflow should run all available tests ran on k3d and Gardener AWS.

ToDos [Developer]

  • align on document strategy
  • document test strategy
  • create / adjust pull workflow that builds own image, execute lint and unit tests, execute integration tests on k3d
  • create / adjust post workflow
  • create / adjust schedule workflow that builds image with image-builder, execute integration test, custom domain tests, upgrade tests, compatibility test, UI test and APIRule migration test on k3d, AWS, GCP
  • create / adjust release workflow
  • Adjust naming convention for GH Workflows Create Release
  • update DoD to include: "Successful tests run on main after merge of the PR"
  • update API Gateway release process to link green run of create release workflow (project card)
  • introduce PR to main on demand workflow to run all tests
@strekm strekm added kind/feature Categorizes issue or PR as related to a new feature. Epic labels Dec 3, 2024
@strekm strekm self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant