[go: nahoru, domu]

Skip to content

Commit

Permalink
run cargo update (#694)
Browse files Browse the repository at this point in the history
* run `cargo update`

Signed-off-by: Matthew Fisher <matt.fisher@fishworks.io>

* Updates to use the new notify API

Signed-off-by: Taylor Thomas <taylor@oftaylor.com>

* switch to ipv4 ip family

Signed-off-by: Matthew Fisher <matt.fisher@fishworks.io>

* DEBUG

Signed-off-by: Matthew Fisher <matt.fisher@fishworks.io>

* grab host IP using getent

Signed-off-by: Matthew Fisher <matt.fisher@fishworks.io>

* attach stdin

Signed-off-by: Matthew Fisher <matt.fisher@fishworks.io>

Co-authored-by: Taylor Thomas <taylor@oftaylor.com>
  • Loading branch information
Matthew Fisher and thomastaylor312 committed Oct 22, 2021
1 parent 1c5760d commit a50f64d
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 348 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
kubectl config view -o jsonpath='{.clusters[?(@.name == \"kind-kind-${{ github.run_id }}\")].cluster.server}' | % {$_.replace("127.0.0.1", "localhost")} | % {kubectl config set clusters.kind-kind-${{ github.run_id }}.server $_}
- name: Get NODE_IP
run: |
$addr = (Get-NetIPAddress -AddressFamily IPV4 -InterfaceAlias 'vEthernet (WSL)').IPAddress
$addr = (cat tests/windows/get-host-ip.sh | docker run -i ubuntu /bin/bash)
echo "KRUSTLET_NODE_IP=$addr" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- name: Run e2e tests (full)
if: ${{ github.event_name == 'push' }}
Expand Down
Loading

0 comments on commit a50f64d

Please sign in to comment.