feat: add a variant to KnownJobCobs that makes no updates
modified src/adapter.rs
@@ -535,7 +535,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/cob.rs
@@ -29,7 +29,7 @@ impl Leaf for CobCmd {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/broker.rs
@@ -223,7 +223,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/cob.rs
@@ -29,19 +29,27 @@ use crate::{ergo::Oid, logger, msg::RunId};
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -58,6 +66,7 @@ impl KnownJobCobs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -76,7 +76,7 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|