Unverified Commit 36d30669 authored by Sebastian neb's avatar Sebastian neb Committed by GitHub
Browse files

chore: closes #496 (#499)

Since the CI configuration in the test folder is no longer needed, we can safely delete those.
parent d96afa79
Showing with 0 additions and 72 deletions
+0 -72
---
platform: linux
inputs:
- name: pull-request
path: terraform-google-kubernetes-engine
run:
path: make
args: ['test_integration']
dir: terraform-google-kubernetes-engine
params:
SUITE: "beta-cluster-local"
COMPUTE_ENGINE_SERVICE_ACCOUNT: ""
REGION: "us-east4"
ZONES: '["us-east4-a", "us-east4-b", "us-east4-c"]'
---
platform: linux
inputs:
- name: pull-request
path: terraform-google-kubernetes-engine
run:
path: make
args: ['test_integration']
dir: terraform-google-kubernetes-engine
params:
SUITE: "private-zonal-with-networking-local"
COMPUTE_ENGINE_SERVICE_ACCOUNT: ""
REGION: "us-east4"
ZONES: '["us-east4-a", "us-east4-b", "us-east4-c"]'
---
platform: linux
inputs:
- name: pull-request
path: terraform-google-kubernetes-engine
run:
path: make
args: ['test_integration']
dir: terraform-google-kubernetes-engine
params:
SUITE: "safer-cluster-local"
COMPUTE_ENGINE_SERVICE_ACCOUNT: ""
REGION: "us-east4"
ZONES: '["us-east4-a", "us-east4-b", "us-east4-c"]'
---
platform: linux
inputs:
- name: pull-request
path: terraform-google-kubernetes-engine
run:
path: make
args: ['test_integration']
dir: terraform-google-kubernetes-engine
params:
SUITE: "simple-regional-with-networking-local"
COMPUTE_ENGINE_SERVICE_ACCOUNT: ""
REGION: "us-east4"
ZONES: '["us-east4-a", "us-east4-b", "us-east4-c"]'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment