Commit Graph
14 Commits
Author SHA1 Message Date
ximon18andGitHub 17e234774d Deploy to subdomains of krill.cloud.
To temporarily work around https://github.com/NLnetLabs/rpki-deploy/issues/11.
2019-11-28 14:32:34 +01:00
ximon18andGitHub 033d5e1532 E2E TEST FIX: krillc error "Missing argument: --server, alternatively you may use env var: KRILL_CLI_SERVER" 2019-11-13 16:25:44 +01:00
ximon18andGitHub 5a43faa4c3 FIX: Execue the E2E test on push only
As it also catches pushes to branches which then cause duplicate execution on PR creation: once for the branch push and once for the PR create from the branch. This may need revisiting if we want to support PRs from forks.
2019-11-13 15:18:27 +01:00
ximon18andGitHub 2d57d9f6cd GitHub Actions: Revert temporary changes.
The last commit fixed the issue by preventing accidental Droplet resize between Krill configure and Krill test. Re-enable undeploy and disable trigger by comment.
2019-11-11 13:54:23 +01:00
ximon18andGitHub 434770ea75 GitHub Actions: FIX: don't cause accidental Droplet resize
Missing TF_VAR_size env var in test run step causes Terraform to trigger a Digital Ocean Droplet resize.
2019-11-11 13:39:12 +01:00
ximon18andGitHub a1b9195b3f GitHub Actions: oops
Docker system events call will not return if not given an until time.
2019-11-11 13:31:39 +01:00
ximon18andGitHub f6bbc07e37 GitHub Actions: more diagnostics 2019-11-11 13:18:06 +01:00
ximon18andGitHub 5cd315b8bb GitHub Actions: debug tweaks
Temporarily disable undeploy while investigating failure to connect to remote Docker daemon.
Also attempt to print the output docker-compose ps and docker-compose logs if the build fails.
2019-11-11 12:16:21 +01:00
ximon18andGitHub bfb27a6dc0 GitHub Actions: tweak cwd
- Remove the debug print statement.
- Don't use ${GITHUB_WORKSPACE} in `working-directory` as perhaps the variable cannot be resolved at that time and so fails to correctly set the CWD?
2019-11-11 11:53:59 +01:00
ximon18andGitHub 9b9b669afe GitHub Actions: typo correction
repki-deploy -> rpki-deploy
2019-11-11 11:49:29 +01:00
ximon18andGitHub 6431460021 GitHub Actions: move the debug print earlier. 2019-11-11 11:46:44 +01:00
ximon18andGitHub 97a3914550 GitHub Actions typo correction
pull_reques -> pull_request
2019-11-11 11:44:44 +01:00
ximon18andGitHub f9cda684f9 GitHub Actions workflow tweaks.
- Temporarily allow the E2E test to be triggered by an issue comment so that minor issues with migrating it from the rpki-deploy repo can be resolved without unnecessary commits just to trigger the build.
- Debug print the current working directory to find out why the build was unable to find the Dockerfile.
- Be explicit about the paths to use.
2019-11-11 11:44:00 +01:00
ximon18andGitHub 2c5ce94a16 Initial version of GitHub Actions triggered E2E test for Krill. 2019-11-11 11:31:24 +01:00