Skip to content

Commit

Permalink
Fix archiving Fuzzilli test cases (#4531)
Browse files Browse the repository at this point in the history
Calling the function was missing in
#4515

Bug: https://crbug.com/362963886
  • Loading branch information
mi-ac authored Dec 20, 2024
1 parent 8e9ca03 commit db280ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/other-bots/chromium-tests-syncer/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ def sync_tests(tests_archive_bucket: str, tests_archive_name: str,

create_gecko_tests_directory(tests_directory, 'gecko-dev', 'gecko-tests')

create_fuzzilli_tests_directory(tests_directory)

# Upload tests archive to google cloud storage.
logs.info('Uploading tests archive to cloud.')
tests_archive_local = os.path.join(tests_directory, tests_archive_name)
Expand Down

0 comments on commit db280ad

Please sign in to comment.