diff --git a/build/azure-pipelines/integration.yml b/build/azure-pipelines/integration.yml index 8afef3462..b77da42ef 100644 --- a/build/azure-pipelines/integration.yml +++ b/build/azure-pipelines/integration.yml @@ -68,6 +68,42 @@ jobs: DO_DOMAIN: $(DO_DOMAIN) DO_TOKEN: $(DO_TOKEN) +- job: Gandi + steps: + - template: go-env.yaml + - script: go test -v -verbose -provider GANDI + workingDirectory: $(wd) + env: + GANDI_KEY: $(GANDI_KEY) + GANDI_DOMAIN: $(GANDI_DOMAIN) + +# - job: GandiLive +# steps: +# - template: go-env.yaml +# - script: go test -v -verbose -provider GANDI-LIVEDNS +# workingDirectory: $(wd) +# env: +# GANDILIVE_KEY: $(GANDILIVE_KEY) +# GANDILIVE_DOMAIN: $(GANDILIVE_DOMAIN) + +# - job: NS1 +# steps: +# - template: go-env.yaml +# - script: go test -v -verbose -provider NS1 +# workingDirectory: $(wd) +# env: +# NS1_TOKEN: $(NS1_TOKEN) +# NS1_DOMAIN: $(NS1_DOMAIN) + +- job: DNSIMPLE + steps: + - template: go-env.yaml + - script: go test -v -verbose -provider DNSIMPLE + workingDirectory: $(wd) + env: + DNSIMPLE_TOKEN: $(DNSIMPLE_TOKEN) + DNSIMPLE_DOMAIN: $(DNSIMPLE_DOMAIN) + - job: Vultr steps: - template: go-env.yaml @@ -76,3 +112,4 @@ jobs: env: VULTR_DOMAIN: $(VULTR_DOMAIN) VULTR_TOKEN: $(VULTR_TOKEN) +