-
Notifications
You must be signed in to change notification settings - Fork 772
Store E2E manifests to artifacts directory #2478
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
Store E2E manifests to artifacts directory #2478
Conversation
e728796
to
6333d1c
Compare
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.
Great addition!
Let's also modify the path for output Notebooks to not upload manifests to the GitHub:
https://github.com/kubeflow/trainer/blob/master/.github/workflows/test-e2e.yaml#L67
${{ env.GOPATH }}/src/github.com/kubeflow/trainer/artifacts/notebooks/*
We might also want to update the default output path:
https://github.com/kubeflow/trainer/blob/master/Makefile#L152
I thought uploading manifests would be useful. When we debugging CI, I would like to confirm generated manifests. |
6333d1c
to
463895c
Compare
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
463895c
to
bbaef9a
Compare
@andreyvelich I created the subdirectory |
I think, it is fine to upload the entire artifact directory to GitHub, since in the future we can introduce more tests which might require various configuration of controller manager (e.g. gang-scheduling, leader election, etc.) |
That sounds great |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
What this PR does / why we need it:
I added a shell script to generate E2E dedicated manifests and store them in the
artifacts
directory.It would be better not to modify production manifests.
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Fixes #
Checklist: