forked from wso2/testgrid-job-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestgrid-centralized-puppetserver.yaml
52 lines (51 loc) · 1.76 KB
/
testgrid-centralized-puppetserver.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
50
51
52
# TestGrid job configuration
version: '0.9'
emailToList: "vimukthi@wso2.com"
infrastructureConfig:
iacProvider: CLOUDFORMATION
infrastructureProvider: AWS
containerOrchestrationEngine: None
includes:
- CentOS-7.5
- MySQL-5.7
- Oracle-SE2-12.1
- SQLServer-SE-14.00
- Postgres-10.5
- ADOPT_OPEN_JDK11
provisioners:
- name: two-node-deployment
remoteRepository: "git@github.com:VimukthiPerera/testgrid.git"
remoteBranch: "master"
description: Provision Infra for running intg tests
scripts:
- name: 'prod-wso2is-scenarios-deployment'
description: ''
type: CLOUDFORMATION
file: /aws/is-custom.yaml
inputParameters:
parseInfrastructureScript: false
DBPassword: "DB_Password"
KeyPairName: "deployment-prod"
CertificateName: "wso2cert_us_east_2"
DBUsername: "wso2carbon"
ElasticSearchEndpoint: "https://search-testgrid-prod-hn2zfvehc7i2edigkxnfjljc6y.us-east-1.es.amazonaws.com"
InternalPrepareForTest: "True"
region: "us-east-1"
- name: 'prod-wso2is-samples-deployment'
description: ''
type: CLOUDFORMATION
file: is-samples/test-is-samples.yml
inputParameters:
AMI: "ami-0b707e6db70f15f97"
KeyPairName: "deployment-prod"
ProductVersion: "5.10.0"
region: "us-east-1"
scenarioConfigs:
- testType: TESTNG
remoteRepository: "git@github.com:wso2-support/product-is.git"
remoteBranch: "support-5.10.0"
name: "2-single-sign-on"
description: "2-single-sign-on"
file: product-scenarios/test.sh
inputParameters:
RemoteProductDir: "/usr/lib/wso2/wso2is/5.10.0/wso2is-5.10.0"