]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Revert "teuthology/suite: print base config before config merge" amat-revert-suite-sha1-change
authorAishwarya Mathuria <amathuri@redhat.com>
Thu, 12 Jun 2025 11:50:41 +0000 (17:20 +0530)
committerAishwarya Mathuria <amathuri@redhat.com>
Thu, 12 Jun 2025 11:50:41 +0000 (17:20 +0530)
This reverts commit 5961d424bede2b807fb41666cec44b849fc76b26.

teuthology/suite/run.py

index bb7f5c2f7f3dee776c89acb8d5896f379d6cc1b3..7b397f80854d7608268734b24d759c6804e32fa1 100644 (file)
@@ -609,9 +609,6 @@ Note: If you still want to go ahead, use --job-threshold 0'''
         log.debug('Suite %s in %s' % (suite_name, suite_path))
         log.debug(f"subset = {self.args.subset}")
         log.debug(f"no_nested_subset = {self.args.no_nested_subset}")
-        if self.args.dry_run:
-            log.debug("Base job config:\n%s" % self.base_config)
-
         configs = build_matrix(suite_path,
                                subset=self.args.subset,
                                no_nested_subset=self.args.no_nested_subset,
@@ -626,6 +623,9 @@ Note: If you still want to go ahead, use --job-threshold 0'''
             seed=self.args.seed,
             suite_name=suite_name))
 
+        if self.args.dry_run:
+            log.debug("Base job config:\n%s" % self.base_config)
+
         # create, but do not write, the temp file here, so it can be
         # added to the args in collect_jobs, but not filled until
         # any backtracking is done