diff --git a/.github/workflows/test-mlperf-inference-yolo-closed-div.yml b/.github/workflows/test-mlperf-inference-yolo-closed-div.yml index ce069e230..d4677690a 100644 --- a/.github/workflows/test-mlperf-inference-yolo-closed-div.yml +++ b/.github/workflows/test-mlperf-inference-yolo-closed-div.yml @@ -6,7 +6,7 @@ on: schedule: - cron: '0 0 * * *' # Runs daily at 12 AM UTC pull_request_target: - branches: [ "main", "dev" ] + branches: [ "main_off", "dev_off" ] paths: - '.github/workflows/test-mlperf-inference-yolo.yml' - '**' diff --git a/.github/workflows/test-mlperf-inference-yolo-open-div.yml b/.github/workflows/test-mlperf-inference-yolo-open-div.yml index 4bc96920d..ebaf3f4b7 100644 --- a/.github/workflows/test-mlperf-inference-yolo-open-div.yml +++ b/.github/workflows/test-mlperf-inference-yolo-open-div.yml @@ -6,7 +6,7 @@ on: schedule: - cron: '0 0 * * *' # Runs daily at 12 AM UTC pull_request_target: - branches: [ "main", "dev" ] + branches: [ "main_off", "dev_off" ] paths: - '.github/workflows/test-mlperf-inference-yolo.yml' - '**' diff --git a/automation/script/module.py b/automation/script/module.py index 417aead7a..9189fce5f 100644 --- a/automation/script/module.py +++ b/automation/script/module.py @@ -2117,7 +2117,7 @@ def _update_state_from_variations( variation_tags_string = ','.join(['_' + t for t in variation_tags]) logger.debug(self.recursion_spaces + - f" - Prepared variations: {variation_tags_string}") + f" - Prepared variations: {variation_tags_string}") # Apply individual variations for variation_tag in variation_tags: @@ -3315,6 +3315,7 @@ def replacer(match): ii = { 'automation': utils.assemble_object(self.meta['alias'], self.meta['uid']), + 'recursion_spaces': recursion_spaces, # + extra_recursion_spaces, 'recursion': True, 'debug_script_tags': debug_script_tags, 'env': env,