[ARVADOS] updated: 2.1.0-2153-g893a79f2a
Git user
git at public.arvados.org
Wed Mar 23 18:13:30 UTC 2022
Summary of changes:
services/api/test/unit/container_request_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 893a79f2a766e18bcfb8f8f2825f885e0703cbfc (commit)
from 6a0268a55822b5e7981b4bc798bf5680861b00f2 (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 893a79f2a766e18bcfb8f8f2825f885e0703cbfc
Author: Ward Vandewege <ward at curii.com>
Date: Wed Mar 23 14:12:55 2022 -0400
18180: reflect the updated default for the AlwaysUsePreemptibleInstances
config value.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/services/api/test/unit/container_request_test.rb b/services/api/test/unit/container_request_test.rb
index 9b35769ef..c866b96ab 100644
--- a/services/api/test/unit/container_request_test.rb
+++ b/services/api/test/unit/container_request_test.rb
@@ -1140,7 +1140,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
create_minimal_req!(common_attrs)
end
assert_equal 'zzzzz-dz642-runningcontainr', cr.requesting_container_uuid
- assert_equal true, cr.scheduling_parameters["preemptible"]
+ assert_equal false, cr.scheduling_parameters["preemptible"]
c = Container.find_by_uuid(cr.container_uuid)
assert_equal true, c.scheduling_parameters["preemptible"]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list