mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-18 07:27:42 +02:00
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.
This commit is contained in:
@@ -4,6 +4,9 @@ on: [push, pull_request, issue_comment]
|
||||
|
||||
jobs:
|
||||
krill_e2e_test:
|
||||
env:
|
||||
TF_VAR_size: s-8vcpu-32gb
|
||||
|
||||
name: deploy_and_test
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
@@ -56,7 +59,6 @@ jobs:
|
||||
# pass those using -var on the command line.
|
||||
TF_VAR_do_token: ${{ secrets.DO_TOKEN }}
|
||||
TF_VAR_run_tests: false
|
||||
TF_VAR_size: s-8vcpu-32gb
|
||||
|
||||
- name: Run tests
|
||||
working-directory: ../rpki-deploy/terraform/krill-e2e-test/run_on_do
|
||||
|
||||
Reference in New Issue
Block a user