Consolidate the CI workflows into a single workflow #3869
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Combine the
E2E
andTekton PR
workflows into a singleTekton CI
workflow, and include the ability to trigger them manually.Remove the
push
trigger as it's not necessary. The tests are run on each PR and can be run on demand if desired or as part of the release pipeline.Example of how they're reported in the PR status:
![image](https://private-user-images.githubusercontent.com/2829095/400945607-8f5ac1cd-f15a-4536-83db-83c57210cf46.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzI0NjksIm5iZiI6MTczOTYzMjE2OSwicGF0aCI6Ii8yODI5MDk1LzQwMDk0NTYwNy04ZjVhYzFjZC1mMTVhLTQ1MzYtODNkYi04M2M1NzIxMGNmNDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTUwOTI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDU2OTlkMmY1ZWFjNDQ2MGE0ZDhhN2MzOGU1NGRjNmE4OTE2ZTliMzc0ZmRmN2M1MDljZGQ5ZjllYjIxNWM1ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.VQrNDgUSVwroDioncqcAgczHZC4171nMRdRbByAZIMk)
Example of how they appear in the Actions view:
![image](https://private-user-images.githubusercontent.com/2829095/400946027-0cabe0fd-c68b-4fd7-91c2-74d297d65e2d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzI0NjksIm5iZiI6MTczOTYzMjE2OSwicGF0aCI6Ii8yODI5MDk1LzQwMDk0NjAyNy0wY2FiZTBmZC1jNjhiLTRmZDctOTFjMi03NGQyOTdkNjVlMmQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTUwOTI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDZiMGFlYTkyNGNkMDA0OWYyZTkwMDU4MWZiNTRjYzcyN2Y3MzM5MDRmMDFhNzNlMjM4ZDRhMDY3MTU4MjdjNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.vA2EVBAnv6Ic7qD60xjeyEw6cLF3AkEUkxerNPXG6cc)
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes