Skip to content

Commit

Permalink
this is a test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakovpraisler committed Feb 12, 2023
1 parent c2a9cf0 commit 9aa526f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitlab/ci/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,12 @@ test-upload-flow:
variables:
CURRENT_BRANCH: "$CI_COMMIT_BRANCH"
ALL_BUCKETS: "$GCS_MARKET_BUCKET_DEV,$GCS_MARKET_V2_BUCKET_DEV"
IGNORED_FILES: (Tests/conf.json)
stage: unittests-and-validations
allow_failure: true
script:
- |
DIFF_LIST=$(git diff origin/master...$CI_COMMIT_BRANCH --name-only)
if ! $(git diff origin/master...$CI_COMMIT_BRANCH --name-only | grep -q "Tests/\|Utils/") ; then
echo "No upload related files were modified, skipping upload test "
exit 0
Expand Down
2 changes: 1 addition & 1 deletion Tests/scripts/utils/compare_staging_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

SKIPPED_FILES = {"signatures.sf", "script-CommonServerPython.yml", "changelog.json"}


# TEST
def sort_dict(dct: dict):
for k, v in dct.items():
if isinstance(v, dict):
Expand Down

0 comments on commit 9aa526f

Please sign in to comment.