Closed dbutenhof closed 1 year ago
"Sanity has left the building":
ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "/usr/bin/git fetch --no-tags --force --progress -- https://github.com/distributed-system-analysis/pbench.git +refs/pull/3551/head:refs/remotes/origin/PR-3551 +refs/heads/main:refs/remotes/origin/main" returned status code 128: stdout: stderr: fatal: unable to access 'https://github.com/distributed-system-analysis/pbench.git/': Could not resolve host: github.com
This is intlab-006
. The double-submit trick pushed a second run onto n014
which seems to be working....
PBENCH-1272
When an automated tool chain uses
pbench-results-move --relay
(or, less commonly,pbench-results-push --relay
), the command offers a "helpful" message onstdout
identifying each dataset name and the associated relay URI. This would require automated tooling to parse each line of output.This adds
--brief
which will print only the raw URIs, one per line, allowing tooling to easily process the data.