dev-cmd/tests: ignore BuildPulse failures for now

This commit is contained in:
Bo Anderson 2023-03-01 22:21:45 +00:00
parent f4067ac5fe
commit c32a1b8104
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -62,12 +62,13 @@ module Homebrew
ohai "Sending test results to BuildPulse" ohai "Sending test results to BuildPulse"
system_command! Formula["buildpulse-test-reporter"].opt_bin/"buildpulse-test-reporter", # TODO: make this use `system_command!` when https://github.com/buildpulse/buildpulse-action/issues/4 is fixed
args: [ system_command Formula["buildpulse-test-reporter"].opt_bin/"buildpulse-test-reporter",
"submit", "#{HOMEBREW_LIBRARY_PATH}/test/junit", args: [
"--account-id", ENV.fetch("HOMEBREW_BUILDPULSE_ACCOUNT_ID"), "submit", "#{HOMEBREW_LIBRARY_PATH}/test/junit",
"--repository-id", ENV.fetch("HOMEBREW_BUILDPULSE_REPOSITORY_ID") "--account-id", ENV.fetch("HOMEBREW_BUILDPULSE_ACCOUNT_ID"),
] "--repository-id", ENV.fetch("HOMEBREW_BUILDPULSE_REPOSITORY_ID")
]
end end
def changed_test_files def changed_test_files