Skip to content

Commit

Permalink
Oncall sdk nightly create xsoar instance (#31324)
Browse files Browse the repository at this point in the history
Oncall sdk nightly create xsoar instance #31324
  • Loading branch information
jbabazadeh committed Dec 6, 2023
1 parent 3bba582 commit 671cc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/.gitlab-ci.on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ validate-content-conf:
if [[ "${DEMISTO_SDK_NIGHTLY}" == "true" ]]; then
echo "Creating Xsoar Instances for SDK nightly- changing the filter_envs json."
jq '.' <<< '{"Server 6.9": false, "Server 6.10": false, "Server 6.11": false, "Server 6.12": false, "Server Master": true}' > "${ARTIFACTS_FOLDER_SERVER_TYPE}/filter_envs.json"
python3 ./gcp/create_instance.py --env-type "${IFRA_ENV_TYPE}" --outfile "${ARTIFACTS_FOLDER_SERVER_TYPE}/env_results.json" --filter-envs "${ARTIFACTS_FOLDER_SERVER_TYPE}/filter_envs.json" --creds "${CONTENT_BUILD_GCP}" --zone "${GCP_ZONE}"
fi
python3 ./gcp/create_instance.py --env-type "${IFRA_ENV_TYPE}" --outfile "${ARTIFACTS_FOLDER_SERVER_TYPE}/env_results.json" --filter-envs "${ARTIFACTS_FOLDER_SERVER_TYPE}/filter_envs.json" --creds "${CONTENT_BUILD_GCP}" --zone "${GCP_ZONE}"
fi
- section_end "Create Instances for XSOAR"
- section_start "Upload Artifacts to GCP" --collapsed
Expand Down

0 comments on commit 671cc86

Please sign in to comment.