fix: parse "concurrent_adapters" in config correctly
modified ci-broker.md
@@ -74,6 +74,23 @@ triggers:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -302,8 +319,8 @@ output is in the JSON format. It does not try to make sure the JSON
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -19,20 +19,6 @@ const DEFAULT_MAX_RUN_TIME: Duration = Duration::from_secs(3600);
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -53,7 +39,7 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -76,7 +62,10 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|