From a138b12ec2ffcf8d367f059048478399483cfb99 Mon Sep 17 00:00:00 2001 From: Craig Peterson <192540+captncraig@users.noreply.github.com> Date: Mon, 15 Jul 2019 09:56:06 -0400 Subject: [PATCH] add vultr to integration suite (#532) --- build/azure-pipelines/integration.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build/azure-pipelines/integration.yml b/build/azure-pipelines/integration.yml index 0514d07ee..8afef3462 100644 --- a/build/azure-pipelines/integration.yml +++ b/build/azure-pipelines/integration.yml @@ -67,3 +67,12 @@ jobs: env: DO_DOMAIN: $(DO_DOMAIN) DO_TOKEN: $(DO_TOKEN) + +- job: Vultr + steps: + - template: go-env.yaml + - script: go test -v -verbose -provider VULTR + workingDirectory: $(wd) + env: + VULTR_DOMAIN: $(VULTR_DOMAIN) + VULTR_TOKEN: $(VULTR_TOKEN)