Slightly bigger E2E test Droplet to keep RIPE NCC validator happy.

This commit is contained in:
ximon18
2020-06-16 13:41:30 +02:00
committed by GitHub
parent 16799c3a8f
commit 9a88f9c40e
+2 -1
View File
@@ -21,7 +21,8 @@ on:
jobs:
krill_e2e_test:
env:
TF_VAR_size: 's-1vcpu-1gb'
# RIPE NCC validator fails with OOM without at least 2gb RAM
TF_VAR_size: 's-1vcpu-2gb'
TF_VAR_domain: 'krill.cloud'
TF_VAR_tags: '["krill", "e2etest"]'