Skip to content

Commit

Permalink
Also adding LJ to the CI tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish Kamath committed Jun 19, 2024
1 parent e88ff15 commit 15f044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/tests/apps/espresso/espresso.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def run_after_init(self):
@run_after('init')
def set_tag_ci(self):
""" Setting tests under CI tag. """
if (self.benchmark_info[0] in ['mpi.ionic_crystals.p3m'] and SCALES[self.scale]['num_nodes'] < 2):
if (self.benchmark_info[0] in ['mpi.ionic_crystals.p3m', 'mpi.particles.lj'] and SCALES[self.scale]['num_nodes'] < 2):
self.tags.add('CI')
log(f'tags set to {self.tags}')

Expand Down

0 comments on commit 15f044f

Please sign in to comment.