diff --git a/pipeline-generate b/pipeline-generate index 070a040c..a8b1ac45 100755 --- a/pipeline-generate +++ b/pipeline-generate @@ -292,7 +292,9 @@ steps_for("actioncable", "test:integration", service: "default") do |x| end end if REPO_ROOT.join("actionview/Rakefile").read.include?("task :ujs") - step_for("actionview", "test:ujs", service: "actionview") + step_for("actionview", "test:ujs", service: "actionview") do |x| + x["retry"] = { "automatic" => { "limit" => 3 } } + end end steps_for("activejob", "test:integration", service: "activejob") do |x| # Enable soft_fail until the problem in queue_classic is solved.