-
Notifications
You must be signed in to change notification settings - Fork 635
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
Add e2e github action #571
Conversation
76bbecd
to
9c27ff4
Compare
c2d18e3
to
f0814d9
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.
Mostly minor comments. I don't want to add functionality (e.g. triggers on label changes) if these are not actually required.
f0814d9
to
feb3875
Compare
feb3875
to
e28f8b3
Compare
e28f8b3
to
3911d1a
Compare
@elezar PTAL |
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.
Thanks @ArangoGutierrez. I think the triggers etc look sane now. I have some minor comments, but we can handle those as follow-ups.
run: | | ||
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV | ||
- name: Set up Holodeck | ||
uses: NVIDIA/holodeck@main |
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.
out of scope: Do we want to tag this with a version at some point?
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.
I will cut a version once we are happy with it, I still feel is a bit unstable.
install: true | ||
kubernetes: | ||
install: true | ||
installer: kubeadm |
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.
If this is the default I think we can remove it. Note a blocker for this PR though.
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.
we can remove, yes. but I wanted to be very explicit at the first try
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
3911d1a
to
f3586af
Compare
No description provided.