Skip to content

Commit

Permalink
Merge pull request #204 from smoors/mixin_log
Browse files Browse the repository at this point in the history
add log for CI tag
  • Loading branch information
casparvl authored Nov 13, 2024
2 parents 1a58c00 + 9ebed82 commit d6aced9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eessi/testsuite/eessi_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from eessi.testsuite import hooks
from eessi.testsuite.constants import DEVICE_TYPES, SCALES, COMPUTE_UNIT, TAGS
from eessi.testsuite.utils import log


# Hooks from the Mixin class seem to be executed _before_ those of the child class
Expand Down Expand Up @@ -124,6 +125,7 @@ def set_tag_ci(self):
raise ReframeFatalError(msg)
if self.bench_name == self.bench_name_ci:
self.tags.add(TAGS['CI'])
log(f'tags set to {self.tags}')

@run_after('setup')
def validate_setup(self):
Expand Down

0 comments on commit d6aced9

Please sign in to comment.