64
64
K8S_ENV_KEY : DATASTORE_DYNAMODB_PREFIX
65
65
K8S_ENV_VALUE : beta_rc2_
66
66
TEST_USERNAME : sd-buildbot-functional
67
- TEST_USERNAME_X1 : sd-buildbot-functional-beta- X1
67
+ TEST_USERNAME_X1 : sd-buildbot-functional-X1
68
68
TEST_ORG : screwdriver-cd-test
69
69
secrets :
70
70
# Access key for functional tests
74
74
# Access key for functional tests
75
75
- SD_API_TOKEN_BETA_X1
76
76
# Git access token
77
- - GIT_TOKEN_BETA_X1
77
+ - GIT_TOKEN_X1
78
78
# Talking to Kubernetes
79
79
- K8S_TOKEN
80
80
steps :
84
84
- npm-install : npm install
85
85
- test : GIT_TOKEN=${GIT_TOKEN_BETA} SD_API_TOKEN=${SD_API_TOKEN_BETA} npm run functional-beta
86
86
- test-parallel : GIT_TOKEN=${GIT_TOKEN_BETA} SD_API_TOKEN=${SD_API_TOKEN_BETA} npm run functional-beta-parallel
87
- - test-x1-parallel : TEST_USERNAME=${TEST_USERNAME_X1} GIT_TOKEN=${GIT_TOKEN_BETA_X1 } SD_API_TOKEN=${SD_API_TOKEN_BETA_X1} npm run functional-beta-x1-parallel
87
+ - test-x1-parallel : TEST_USERNAME=${TEST_USERNAME_X1} GIT_TOKEN=${GIT_TOKEN_X1 } SD_API_TOKEN=${SD_API_TOKEN_BETA_X1} npm run functional-beta-x1-parallel
88
88
89
89
# Deploy to our prod environment and run tests
90
90
prod :
97
97
- npm-install : npm install
98
98
- test : GIT_TOKEN=${GIT_TOKEN_PROD} SD_API_TOKEN=${SD_API_TOKEN_PROD} npm run functional
99
99
- test-parallel : GIT_TOKEN=${GIT_TOKEN_PROD} SD_API_TOKEN=${SD_API_TOKEN_PROD} npm run functional-parallel
100
+ - test-x1-parallel : TEST_USERNAME=${TEST_USERNAME_X1} GIT_TOKEN=${GIT_TOKEN_X1} SD_API_TOKEN=${SD_API_TOKEN_PROD_X1} npm run functional-x1-parallel
100
101
environment :
101
102
K8S_CONTAINER : screwdriver-api
102
103
K8S_IMAGE : screwdrivercd/screwdriver
@@ -106,11 +107,16 @@ jobs:
106
107
K8S_ENV_KEY : DATASTORE_DYNAMODB_PREFIX
107
108
K8S_ENV_VALUE : rc2_
108
109
TEST_USERNAME : sd-buildbot-functional
110
+ TEST_USERNAME_X1 : sd-buildbot-functional-X1
109
111
TEST_ORG : screwdriver-cd-test
110
112
secrets :
111
113
# Access key for functional tests
112
114
- SD_API_TOKEN_PROD
113
115
# Git access token
114
116
- GIT_TOKEN_PROD
115
117
# Talking to Kubernetes
116
- - K8S_TOKEN
118
+ - K8S_TOKEN
119
+ # Access key for functional tests
120
+ - SD_API_TOKEN_PROD_X1
121
+ # Git access token
122
+ - GIT_TOKEN_X1
0 commit comments