Skip to content

Commit 9aa526f

Browse files
this is a test
1 parent c2a9cf0 commit 9aa526f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab/ci/on-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,12 @@ test-upload-flow:
507507
variables:
508508
CURRENT_BRANCH: "$CI_COMMIT_BRANCH"
509509
ALL_BUCKETS: "$GCS_MARKET_BUCKET_DEV,$GCS_MARKET_V2_BUCKET_DEV"
510+
IGNORED_FILES: (Tests/conf.json)
510511
stage: unittests-and-validations
511512
allow_failure: true
512513
script:
513514
- |
515+
DIFF_LIST=$(git diff origin/master...$CI_COMMIT_BRANCH --name-only)
514516
if ! $(git diff origin/master...$CI_COMMIT_BRANCH --name-only | grep -q "Tests/\|Utils/") ; then
515517
echo "No upload related files were modified, skipping upload test "
516518
exit 0

Tests/scripts/utils/compare_staging_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

22-
22+
# TEST
2323
def sort_dict(dct: dict):
2424
for k, v in dct.items():
2525
if isinstance(v, dict):

0 commit comments

Comments
 (0)