[arvados] updated: 2.7.0-5317-g889be1993b

git repository hosting git at public.arvados.org
Fri Nov 3 14:16:50 UTC 2023


Summary of changes:
 lib/config/export.go | 1 +
 1 file changed, 1 insertion(+)

       via  889be1993b1c270b361f3502f33ead1dae95c9a2 (commit)
      from  0e9f41a15027a66c69ef351846b213b2e2075642 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 889be1993b1c270b361f3502f33ead1dae95c9a2
Author: Tom Clegg <tom at curii.com>
Date:   Fri Nov 3 10:16:31 2023 -0400

    20978: Add MaximumPriceFactor to exported config.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/config/export.go b/lib/config/export.go
index e1f5ff9ee1..cbd9ff6d7f 100644
--- a/lib/config/export.go
+++ b/lib/config/export.go
@@ -136,6 +136,7 @@ var whitelist = map[string]bool{
 	"Containers.LogReuseDecisions":             false,
 	"Containers.LSF":                           false,
 	"Containers.MaxDispatchAttempts":           false,
+	"Containers.MaximumPriceFactor":            true,
 	"Containers.MaxRetryAttempts":              true,
 	"Containers.MinRetryPeriod":                true,
 	"Containers.PreemptiblePriceFactor":        false,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list