Removed github workflow periodics in favor of prow #115
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.
fixes: #86
The
hack/run-e2e.sh
script now works as expected to replace all of our github actions workflows with prow. Periodic conformance and e2e workflows are now successfully running as expected in prow.Conformance:
Expected results with github actions: https://github.com/kubernetes-sigs/hydrophone/actions/runs/7592586907/job/20682101706#step:9:40
Results in prow: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/hydrophone-conformance-check/1748530959478689792#1:build-log.txt%3A141
Testgrid: https://testgrid.k8s.io/sig-testing-misc#hydrophone-conformance-check
E2E:
Expected results with github actions: https://github.com/kubernetes-sigs/hydrophone/actions/runs/7592595767/job/20682123463#step:9:42
Results in prow: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/hydrophone-e2e-check/1748621557107789824#1:build-log.txt%3A141
Testgrid: https://testgrid.k8s.io/sig-testing-misc#hydrophone-e2e-check
/cc @dims @rakshitgondwal