Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. # TestGrid job configuration
  2.  
  3. version: '0.9'
  4. emailToList: "builder@wso2.org,kasung@wso2.com,chaminda@wso2.com,isuruu@wso2.com,nandika@wso2.com,
  5. milindap@wso2.com,dulanjali@wso2.com,sasikala@wso2.com,isuruuy@wso2.com,ridmi@wso2.com"
  6. infrastructureConfig:
  7. iacProvider: CLOUDFORMATION
  8. infrastructureProvider: AWS
  9. containerOrchestrationEngine: None
  10. includes:
  11. provisioners:
  12. - name: single-node-deployment
  13. remoteRepository: "git@github.com:wso2-support/aws-ei.git"
  14. remoteBranch: "6.1.1"
  15. description: Provision Infra for running intg tests
  16. scripts:
  17. - name: 'prod-wso2-ei-scenario-vfs-be-deployment'
  18. description: ''
  19. type: CLOUDFORMATION
  20. file: integrator/Sample-Backends/vfs-be.yaml
  21. inputParameters:
  22. KeyPairName: "deployment-prod"
  23. FTPUserName: "wso2user"
  24. FTPUserPassword: "FTPUserPassword"
  25. - name: 'prod-wso2-ei-scenario-activemq-be-deployment'
  26. description: ''
  27. type: CLOUDFORMATION
  28. file: integrator/Sample-Backends/activemq-be.yaml
  29. inputParameters:
  30. KeyPairName: "deployment-prod"
  31. - name: 'prod-wso2-ei-scenario-deployment'
  32. description: ''
  33. type: CLOUDFORMATION
  34. file: integrator/Minimum-HA/integrator-ha.yaml
  35. inputParameters:
  36. parseInfrastructureScript: false
  37. KeyPairName: "deployment-prod"
  38. CertificateName: "self-signed-cert"
  39. DBUsername: "wso2carbon"
  40. DBPassword: "DB_Password"
  41. ProductVersion: "6.1.1"
  42. InternalPrepareForTest: "True"
  43. region: "us-east-2"
  44. scenarioConfigs:
  45. - testType: TESTNG
  46. remoteRepository: "https://github.com/wso2/product-ei.git"
  47. remoteBranch: "product-scenarios"
  48. name: "ei-scenarios"
  49. description: "ei-scenarios"
  50. file: product-scenarios/test.sh
  51. inputParameters:
  52. ProductVersion: "EI-6.1.1"
  53. RemoteProductDir: "/usr/lib/wso2/wso2ei/6.1.1/wso2ei-6.1.1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement