-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test starting an ngrok agent in CI (#523)
* Add ngrok-agent ci step * Add bindings e2e tests * Move more e2e tests to Makefile targets * Add bindings chainsaw tests * Add chainsaw tests for bindings services * Try with more dollar signs * Add make to action * Try with alpine and make * Try with github.workspace volume mount * Add static assets to e2e-fixtures ; Update Makefile * Add tcp bindings e2e test * With /bin/sh * With different dir * Try with volume mount * With debian * With different envar approach * With --detach * With 60s * With chainsaw timeouts instead * Test with 10m timeout * With different assertion * With ubuntu apt ngrok rather than docker * With ubuntu apt ngrok rather than docker * With ubuntu apt ngrok rather than docker * No directory to cd * With direct asserts * With debug step * With trues * With sleep * With dump logs * Even more logs * With dump Secret/ngrok-operator-default-tls * Adjust chainsaw tests to ensure tls.crt is valid * Remove superfluous docker-build step * Remove accidental extra steps * With specific IMG * With specific IMG * With error on ngrok-op doesn't start * With handling registry formatting * With different k3s action * Cleanup * Ensure tlsSecret is set to the found/created secret * Remove rebase artifacts * With sleep 30s * Add tcp-echo asserts * With disabled metrics-server * With different k3s provider * With inputs.github-token * Without k3d args * With k3d load image
- Loading branch information
Showing
8 changed files
with
301 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Hello from ngrok-operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.