From c2c2eacb86acd8513aaf1c94b6889d489ee0eb66 Mon Sep 17 00:00:00 2001 From: Adam Ruzicka Date: Thu, 4 Apr 2024 16:21:01 +0200 Subject: [PATCH] Fixes #37316 - Drop non-batch triggering --- app/lib/actions/remote_execution/run_host_job.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/actions/remote_execution/run_host_job.rb b/app/lib/actions/remote_execution/run_host_job.rb index 8796ec087..228297ecd 100644 --- a/app/lib/actions/remote_execution/run_host_job.rb +++ b/app/lib/actions/remote_execution/run_host_job.rb @@ -62,7 +62,6 @@ def inner_plan(job_invocation, host, template_invocation, proxy_selector, option :script => script, :execution_timeout_interval => job_invocation.execution_timeout_interval, :secrets => secrets(host, job_invocation, provider), - :use_batch_triggering => true, :first_execution => first_execution, :alternative_names => provider.alternative_names(host) } action_options = provider.proxy_command_options(template_invocation, host)