mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Rules
This commit is contained in:
parent
649d50812b
commit
efbe53b6b4
21
internal/tagger/rules.json
Normal file
21
internal/tagger/rules.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"and": [
|
||||||
|
{
|
||||||
|
"in": [
|
||||||
|
"a40",
|
||||||
|
{
|
||||||
|
"var": "metaData.jobScript"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
">": [
|
||||||
|
{
|
||||||
|
"var": "statistics.clock.min"
|
||||||
|
},
|
||||||
|
2000
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user