外匯 Repro

在本機複製基礎架構建構與測試的結果


This command attempts to replicate the result of an infra builder by reading
build information and translating to corresponding local 'fx' commands.

usage: fx repro [-h|--help] <BUILD_ID>|<BUILD_URL>|<FINT_PARAMS_FILE>

 BUILD_ID: the id of a build, prefixed or not by "b". For example:
      b8860637037546448224 or 8860637037546448224

 BUILD_URL: the URL you are redirected to when you click on a box in the
      "Tryjob" section of a Gerrit CL. For example:
      https://ci.chromium.org/p/fuchsia/builders/try/fuchsia-x64-release/b8860637037546448224?

 FINT_PARAMS_FILE: a local path to a fint params file, usually a *.textproto file
      in //integration/infra/config/generated/*/fint_params/. For example:
      integration/infra/config/generated/fuchsia/fint_params/try/core.x64-release.textproto

Please provide feedback on go/fx-repro-feedback

repro 原始碼