Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 83
🌱 OPRUN-3956: Add experimental e2e tests#2064
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| codecov: | ||
| notify: | ||
| after_n_builds: 2 | ||
| after_n_builds: 3 | ||
Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this change related ?
| ||
| # Configure the paths to include in coverage reports. | ||
| # Exclude documentation, YAML configurations, and test files. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| # kustomization file for all the experimental e2e's | ||
| # DO NOT ADD A NAMESPACE HERE | ||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||
| kind: Kustomization | ||
| components: | ||
| - ../../components/base/experimental | ||
| - ../../components/e2e | ||
| # This must be last due to namespace overwrite issues of the ca | ||
| - ../../components/cert-manager |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For curiosity, what was the issue that was not finding the path?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
CollectTestArtifacts()function was not being called; one of the things it does is create the/tmp/artifactsdirectory.