Skip to content

Conversation

@smoors
Copy link
Collaborator

@smoors smoors commented Nov 14, 2025

is_ci_test is simpler than having to set both bench_name and bench_name_ci.
it's also easier to understand and to explain :)

see also the companion docs PR:

@smoors smoors changed the title use is_ci_test were appropriate use is_ci_test where appropriate Nov 15, 2025
@smoors smoors changed the title use is_ci_test where appropriate use is_ci_test in place of bench_name_ci Dec 19, 2025
def set_tag_ci(self):
"""Set tag CI on smallest benchmark, so it can be selected on the cmd line via --tag CI"""
if self.benchmark_info[0] == 'hackathonGPU/benchmark':
self.tags.add(TAGS.CI)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was completely puzzled: MetalWalls wasn't showing up if I did -t CI after your change. The issue is that MetalWalls does not inherit from EESSI_mixin. We should probably do that - but probably in a separate PR.

I'd just revert the change here, as self.is_ci_test is only respected by tests that inherit from EESSI_mixin.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah right, will revert

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in ae1b734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants