Skip to content

Commit

Permalink
fix socket connection and test it in CI
Browse files Browse the repository at this point in the history
Signed-off-by: dciangot <[email protected]>
  • Loading branch information
dciangot committed Sep 14, 2024
1 parent e53289f commit 2443ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func (m *Interlink) Test(
WithExec([]string{"bash", "-c", "cp /manifests/vktest_config.yaml /opt/user/vk-test-set/vktest_config.yaml"}).
WithWorkdir("/opt/user/vk-test-set").
WithExec([]string{"bash", "-c", "python3 -m venv .venv && source .venv/bin/activate && pip3 install -e ./ "}).
WithExec([]string{"bash", "-c", "source .venv/bin/activate && export KUBECONFIG=/.kube/config && sleep 240 && pytest -vk 'not rclone'"})
WithExec([]string{"bash", "-c", "source .venv/bin/activate && export KUBECONFIG=/.kube/config && sleep 0 && pytest -vk 'not rclone'"})

return result, nil

Expand Down
4 changes: 2 additions & 2 deletions ci/manifests/plugin-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ VerboseLogging: true
ErrorsOnlyLogging: false
ExportPodData: true
# NEEDED PATH FOR GITHUB ACTIONS
#DataRootFolder: "/home/runner/work/interLink/interLink/.interlink/"
DataRootFolder: "/home/runner/work/interLink/interLink/.interlink/"
# on your host use something like:
DataRootFolder: "/home/ubuntu/.interlink/"
#DataRootFolder: "/home/ubuntu/.interlink/"
SbatchPath: "/usr/bin/sbatch"
ScancelPath: "/usr/bin/scancel"
SqueuePath: "/usr/bin/squeue"
Expand Down

0 comments on commit 2443ada

Please sign in to comment.