@@ -89,6 +89,9 @@ For mirrored/archive installs, also pin and verify archive `sha256` values (see
8989"Archive mirror installation" below) so the fetched source is integrity-checked
9090in CI and local builds.
9191
92+ For ` v1.2.0 ` , use commit
93+ ` 69953536d4ef1252c8181c267d16c61263f0aa4c ` .
94+
9295### Generate published Go pins
9396
9497Before copying Go/Orchestrion pins into a consumer repository, generate them
@@ -110,6 +113,26 @@ The command prints the full tuple used by WORKSPACE archive mode:
110113` ORCHESTRION_VERSION ` . Published GitHub codeload pins are ` tar.gz ` ; use a
111114separate repository-owned mirror process for any other archive format.
112115
116+ #### Current ` v1.2.0 ` published tuple
117+
118+ ``` bash
119+ RTO_COMMIT=" 69953536d4ef1252c8181c267d16c61263f0aa4c"
120+ RTO_REMOTE=" https://github.com/DataDog/rules_test_optimization.git"
121+ RTO_ARCHIVE_URL=" https://codeload.github.com/DataDog/rules_test_optimization/tar.gz/69953536d4ef1252c8181c267d16c61263f0aa4c"
122+ RTO_ARCHIVE_SHA256=" fd54d1871fc01ff0bb3db190dfaadaa8256edd68a4f3bb85ecc08b315fbf5bd4"
123+ RTO_ARCHIVE_PREFIX=" rules_test_optimization-69953536d4ef1252c8181c267d16c61263f0aa4c"
124+ RTO_ARCHIVE_TYPE=" tar.gz"
125+ RULES_GO_VARIANT=" complete"
126+ RULES_GO_STRIP_PREFIX=" third_party/rules_go_orchestrion_complete"
127+ DD_TRACE_GO_VERSION=" v2.9.0-rc.2"
128+ ORCHESTRION_VERSION=" v1.9.0"
129+ ```
130+
131+ The archive URL, SHA256, and prefix are tied to the repository commit. Use the
132+ same values with ` RULES_GO_VARIANT="base" ` and
133+ ` RULES_GO_STRIP_PREFIX="third_party/rules_go_orchestrion_base" ` when a
134+ consumer should use the base variant instead of the complete variant.
135+
113136From a consumer that already has the Go companion available, the bootstrap can
114137print the same tuple or write a checked-in Markdown summary:
115138
0 commit comments