Skip to content

Commit

Permalink
Update controllers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavesomecoffee authored Dec 20, 2023
1 parent b4cef4f commit 5426b8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mod_ci/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,10 @@ def start_test(compute, app, db, repository: Repository.Repository, test, bot_to

regression_ids = test.get_customized_regressiontests()

if len(regression_ids) == 0:
log.debug(f"[{gcp_instance_name}] No regression tests, skipping test {test.id}")
return
# BREAKS REGULAR TESTS
# if len(regression_ids) == 0:
# log.debug(f"[{gcp_instance_name}] No regression tests, skipping test {test.id}")
# return

# Init collection file
multi_test = etree.Element('multitest')
Expand Down

0 comments on commit 5426b8d

Please sign in to comment.