Add Tekton Results & S3 integration for osde2e#513
Open
YiqinZhang wants to merge 22 commits intoopenshift:tekton-resultsfrom
Open
Add Tekton Results & S3 integration for osde2e#513YiqinZhang wants to merge 22 commits intoopenshift:tekton-resultsfrom
YiqinZhang wants to merge 22 commits intoopenshift:tekton-resultsfrom
Conversation
SDCICD-1691: migrate AD_HOC_TEST_IMAGES to TEST_SUITES_YAML with SLAC…
SDCICD-1620: add log analysis slack notification parameters
b499e09 to
366375f
Compare
Contributor
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
2dd3cb3 to
2d2edc2
Compare
Bumps ubi9/ubi-minimal from 9.7-1763362218 to 9.7-1764794109. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1764794109 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
e74503d to
548d1cf
Compare
Contributor
|
/hold needs rebase. |
…ld/ubi9/ubi-minimal-9.7-1764794109 Bump ubi9/ubi-minimal from 9.7-1763362218 to 9.7-1764794109 in /build
SDCICD-1686: Get Osde2e ENV variables as Kubernetes Secrets
SDCICD-1686: update secret key references
add test for ocm client
Add S3 upload capability to osde2e test template
Reverts the s3 upload comment change from PR openshift#518, restoring the template to commit 3f9655c state.
Revert e2e-template.yml to pre-PR#518 state
548d1cf to
1d7b91e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduces Tekton Results for enhanced observability, S3 storage for test artifacts, and Loki integration for log aggregation.
Changes
New Files
osde2e-tekton-task.yml- Main test Task definitionupload-to-s3-task.yml- S3 upload Task for test resultsosde2e-pipeline.yml- Pipeline orchestrating test execution and result uploade2e-tekton-template.yml- OpenShift Template for easy PipelineRun creationsetup-complete-tekton-stack.sh- Automated setup scriptrun-with-credentials.sh- Interactive test runner with credential managementview-pipeline-logs.sh- Log viewer utilitytekton-results-api.sh- Results API query helperDocumentation (
doc/)MANUAL-SETUP-GUIDE.md- Complete step-by-step manual setupREQUIRED-CONFIG-FILES.md- Configuration file referenceTROUBLESHOOTING.md- Common issues and solutionsQUICK-REFERENCE.md- Command cheat sheetSTORAGE-GUIDE.md- Storage architecture overviewQUERY-RESULTS-GUIDE.md- Methods to retrieve test resultsOptional Components
ClusterLogForwarder.yaml- Log forwarding to Lokiloki-s3-policy.json- IAM policy referenceKey Features
SDCICD-1672