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

[no-relnote] fix step holodeck_public_dns_name variable name E2E #905

Merged
merged 2 commits into from
Feb 6, 2025

Conversation

ArangoGutierrez
Copy link
Collaborator

No description provided.

@ArangoGutierrez ArangoGutierrez self-assigned this Feb 6, 2025
@@ -71,7 +71,7 @@ jobs:
echo "$SSH_KEY" > "$e2e_ssh_key"
chmod 600 "$e2e_ssh_key"
export E2E_SSH_KEY="$e2e_ssh_key"
export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}"
export E2E_SSH_HOST="${{ steps.holodeck_public_dns_name.outputs.result }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Could we set this in the env section instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@elezar
Copy link
Member

elezar commented Feb 6, 2025

/ok-to-test

@ArangoGutierrez
Copy link
Collaborator Author

/ok-to-test

In order for E2E to run during PR's we might need to change
https://github.com/NVIDIA/nvidia-container-toolkit/blob/main/.github/workflows/e2e.yaml#L30

@elezar
Copy link
Member

elezar commented Feb 6, 2025

/ok-to-test

In order for E2E to run during PR's we might need to change https://github.com/NVIDIA/nvidia-container-toolkit/blob/main/.github/workflows/e2e.yaml#L30

Does pr-bot not trigger a push?

@ArangoGutierrez
Copy link
Collaborator Author

/ok-to-test

In order for E2E to run during PR's we might need to change https://github.com/NVIDIA/nvidia-container-toolkit/blob/main/.github/workflows/e2e.yaml#L30

Does pr-bot not trigger a push?

we need to remove this bit ${{ github.event.workflow_run.event == 'push' }}

@ArangoGutierrez ArangoGutierrez merged commit b69d98d into NVIDIA:main Feb 6, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants