Skip to content

Commit

Permalink
fix prepare_content_packs_for_testing.sh (#30749)
Browse files Browse the repository at this point in the history
fix prepare_content_packs_for_testing.sh #30749
  • Loading branch information
kobymeir authored Nov 8, 2023
1 parent 4e4eb67 commit 2ddd6ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/.gitlab-ci.bucket-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ install-packs-in-server-master:
PRODUCT_TYPE: "XSIAM"
SERVER_TYPE: "XSIAM"
ARTIFACTS_FOLDER: "${ARTIFACTS_FOLDER_MPV2}"
ARTIFACTS_FOLDER_INSTANCE: "${ARTIFACTS_FOLDER_MPV2}/instance_${INSTANCE_ROLE}"
ARTIFACTS_FOLDER_SERVER_TYPE: "${ARTIFACTS_FOLDER_MPV2}/server_type_${SERVER_TYPE}"
ENV_RESULTS_PATH: "${ARTIFACTS_FOLDER_SERVER_TYPE}/env_results.json"
INSTANCE_CREATED: "true"
Expand Down Expand Up @@ -264,9 +265,7 @@ install-packs-in-server-master:
else
echo "${CLOUD_API_KEYS}" > "cloud_api_keys.json"
fi
- section_start "Clean Machine"
- ./Tests/scripts/uninstall_packs_and_reset_bucket_cloud.sh || EXIT_CODE=$?
- section_end "Clean Machine"
- !reference [.uninstall-packs-and-reset-bucket-cloud]

- section_start "Run end to end sanity tests"
- ./Tests/scripts/run_end_to_end_tests.sh || EXIT_CODE=$?
Expand Down
1 change: 1 addition & 0 deletions ci/.gitlab-ci.build-machines-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ build-machines-cleanup:
CLOUD_API_KEYS: $XSIAM_API_KEYS
CLOUD_API_TOKENS: $XSIAM_TOKENS
ARTIFACTS_FOLDER: "${ARTIFACTS_FOLDER_MPV2}"
ARTIFACTS_FOLDER_INSTANCE: "${ARTIFACTS_FOLDER_MPV2}/instance_${INSTANCE_ROLE}"
ARTIFACTS_FOLDER_SERVER_TYPE: "${ARTIFACTS_FOLDER_MPV2}/server_type_${SERVER_TYPE}"
ENV_RESULTS_PATH: "${ARTIFACTS_FOLDER_SERVER_TYPE}/env_results.json"
GCS_MARKET_BUCKET: "${GCS_MARKET_V2_BUCKET}"
Expand Down

0 comments on commit 2ddd6ec

Please sign in to comment.