crates/queue-runner: add cache upload config and worker improvements
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I781a843b88a9b62b929a8d0407274bc86a6a6964
This commit is contained in:
parent
00a4dc8d37
commit
c0df24c6e1
4 changed files with 58 additions and 19 deletions
|
|
@ -86,6 +86,7 @@ async fn test_worker_pool_drain_stops_dispatch() {
|
|||
fc_common::config::GcConfig::default(),
|
||||
fc_common::config::NotificationsConfig::default(),
|
||||
fc_common::config::SigningConfig::default(),
|
||||
fc_common::config::CacheUploadConfig::default(),
|
||||
);
|
||||
|
||||
// Drain should not panic
|
||||
|
|
@ -139,6 +140,8 @@ async fn test_atomic_build_claiming() {
|
|||
enabled: None,
|
||||
flake_mode: None,
|
||||
check_interval: None,
|
||||
branch: None,
|
||||
scheduling_shares: None,
|
||||
},
|
||||
)
|
||||
.await
|
||||
|
|
@ -228,6 +231,8 @@ async fn test_orphan_build_reset() {
|
|||
enabled: None,
|
||||
flake_mode: None,
|
||||
check_interval: None,
|
||||
branch: None,
|
||||
scheduling_shares: None,
|
||||
},
|
||||
)
|
||||
.await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue