Skip to content
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

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Add e2e github action #571

merged 1 commit into from
Mar 7, 2024

Conversation

ArangoGutierrez
Copy link
Collaborator

No description provided.

@ArangoGutierrez ArangoGutierrez self-assigned this Mar 4, 2024
@ArangoGutierrez ArangoGutierrez added the testing issue/PR to fix/edit/create/enhance a project unit/e2e test label Mar 4, 2024
@ArangoGutierrez ArangoGutierrez force-pushed the e2eactions branch 6 times, most recently from 76bbecd to 9c27ff4 Compare March 5, 2024 11:03
@ArangoGutierrez ArangoGutierrez force-pushed the e2eactions branch 2 times, most recently from c2d18e3 to f0814d9 Compare March 5, 2024 14:02
Copy link
Member

@elezar elezar left a 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.

.github/workflows/image.yaml Outdated Show resolved Hide resolved
.github/workflows/golang.yaml Outdated Show resolved Hide resolved
tests/e2e/holodeck.yaml Show resolved Hide resolved
tests/e2e/holodeck.yaml Show resolved Hide resolved
tests/e2e/holodeck.yaml Show resolved Hide resolved
tests/e2e/holodeck.yaml Show resolved Hide resolved
tests/e2e/holodeck.yaml Show resolved Hide resolved
tests/e2e/holodeck.yaml Outdated Show resolved Hide resolved
.github/workflows/e2e.yaml Outdated Show resolved Hide resolved
.github/workflows/e2e.yaml Outdated Show resolved Hide resolved
@ArangoGutierrez
Copy link
Collaborator Author

@elezar PTAL

Copy link
Member

@elezar elezar left a 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
Copy link
Member

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?

Copy link
Collaborator Author

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
Copy link
Member

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.

Copy link
Collaborator Author

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

.github/workflows/e2e.yaml Outdated Show resolved Hide resolved
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
@ArangoGutierrez ArangoGutierrez merged commit 40dac7c into main Mar 7, 2024
6 checks passed
@ArangoGutierrez ArangoGutierrez deleted the e2eactions branch March 7, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing issue/PR to fix/edit/create/enhance a project unit/e2e test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants