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

Revert docker home mount and change hostname #155

Merged
merged 2 commits into from
May 14, 2024

Conversation

jameshcorbett
Copy link
Member

@jameshcorbett jameshcorbett commented May 10, 2024

PR #154 was opened too hastily. By default, kubectl (which is used all over the place in flux-coral2 tests) looks for a kubeconfig file in $HOME/.kube/config. And the flux-coral2 testsuite has logic in place, such as here, to manipulate kubernetes into working properly which was affected by PR #154. It caused test failures which were only visible when running with kubernetes (which CI doesn't do).

The changes introduced by #154 are still desirable (see issue #156), but they will need to be introduced with more extensive changes which hopefully would make the kubernetes manipulations more straightforward.

Problem: in order to get nnf-deploy's kind environment to match
Flux's resource graph, the hostname of the docker container should
be compute-01.

Change the hostname in docker-run-checks.
Copy link
Member

@cmoussa1 cmoussa1 left a comment

Choose a reason for hiding this comment

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

LGTM

@mergify mergify bot merged commit f75e910 into flux-framework:master May 14, 2024
8 checks passed
@jameshcorbett jameshcorbett deleted the docker-changes branch May 14, 2024 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants