Skip to content

Commit

Permalink
add custom training rule for fgenesh
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro authored Oct 25, 2024
1 parent cbd271f commit a1aab2d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3561,6 +3561,12 @@ tools:
- training-exempt # skips user training role rules within users.yml
require:
- pulsar-high-mem2
rules:
- id: fgenesh_annotate_training_rule # custom training rule for fgenesh - regular training rules are in users.yml.j2
if: |
user and any([role.name.startswith('training') for role in user.all_roles() if not role.deleted])
cores: 4
mem: 25
fgenesh_merge:
inherits: fgenesh_tool
fgenesh_split:
Expand Down

0 comments on commit a1aab2d

Please sign in to comment.