-
Notifications
You must be signed in to change notification settings - Fork 83
/
wso2sp-intg-testgrid-yaml
49 lines (47 loc) · 1.3 KB
/
wso2sp-intg-testgrid-yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# TestGrid Test Configuration Parameters
# TODO use dash as the separator instead of camelCase.
version: '0.9'
infrastructureConfig:
iacProvider: TERRAFORM
infrastructureProvider: SHELL
containerOrchestrationEngine: K8S
parameters:
- JDK : ORACLE_JDK8
includes:
- OpenJDK-8
- CentOS-7.5
- MySQL-5.7
- OracleJDK-8
excludes:
- UBUNTU
provisioners:
- name: prod-wso2sp-intg-deployment
description: creates infrastructure for sp intg tests
scripts:
- name: prod-wso2sp-intg-deployment
description: Creates Kubernetes infrastructure for a IS-pattern1.
type: SHELL
phase: CREATE
file: infra.sh
inputParameters:
kubernetes_master: https://52C56E9C6F652EB571889DFAAAE3EB69.sk1.us-east-1.eks.amazonaws.com
- name: destroy
file: cluster-destroy.sh
type: SHELL
phase: DESTROY
scenarioConfigs:
- testType: TESTNG
name: integration-tests
description: "integration tests"
file: integration-tests/run-scenario.sh
deploymentConfig:
deploymentPatterns:
- name: 'integration-tests'
description: 'dummy'
dir: .
scripts:
- name: 'default'
type: SHELL
file: deploy.sh
inputParameters:
parseInfrastructureScript: false