Support release testing (#27587)
* Support release testing * Merge resolve-ref and generate-test-variables jobs
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5d7027a172
Коммит
731f056f54
@@ -315,6 +315,8 @@ generate_env_files() {
|
||||
case "$SERVER" in
|
||||
cloud)
|
||||
echo "CYPRESS_serverEdition=Cloud" >>.env.cypress
|
||||
echo "CYPRESS_cwsURL=${CWS_URL}" >> .env.cypress
|
||||
echo "CYPRESS_cwsAPIURL=${CWS_URL}" >> .env.cypress
|
||||
;;
|
||||
*)
|
||||
echo "CYPRESS_serverEdition=E20" >>.env.cypress
|
||||
|
||||
@@ -9,7 +9,7 @@ ${MME2E_DC_SERVER} down -v --remove-orphans
|
||||
|
||||
# Wait for the required server image
|
||||
mme2e_log "Waiting for server image to be available"
|
||||
mme2e_wait_image "$SERVER_IMAGE" 30 60
|
||||
mme2e_wait_image "$SERVER_IMAGE" 4 30
|
||||
|
||||
# Launch mattermost-server, and wait for it to be healthy
|
||||
mme2e_log "Starting E2E containers"
|
||||
|
||||
Ссылка в новой задаче
Block a user