Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Minimum supported library and runtime requirements:

- Ruby requires the `datadog-ci` gem **1.31.0** or higher.
- Python requires the `ddtrace` package **4.10.3** or higher and `pytest`.
- JavaScript requires the `dd-trace` package **6.0.0** or higher, Node.js, and
- JavaScript requires the `dd-trace` package **5.111.0** or higher, Node.js, and
Jest.

For instructions on setting up Test Optimization, see the [Datadog Test Optimization documentation](https://docs.datadoghq.com/tests/setup/).
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Minimum supported library and runtime requirements:

- Ruby requires the `datadog-ci` gem 1.31.0 or higher.
- Python requires the `ddtrace` package 4.10.3 or higher and `pytest`.
- JavaScript requires the `dd-trace` package 6.0.0 or higher, Node.js, and
- JavaScript requires the `dd-trace` package 5.111.0 or higher, Node.js, and
Jest.

DDTest 1.0 writes plan files under `.testoptimization/runner/*`. If your
Expand All @@ -28,7 +28,7 @@ these paths:

1. Verify the Datadog Test Optimization library version for your platform:
`datadog-ci` 1.31.0 or higher for Ruby, or `ddtrace` 4.10.3 or higher for
Python, or `dd-trace` 6.0.0 or higher for JavaScript.
Python, or `dd-trace` 5.111.0 or higher for JavaScript.
2. Remove references to legacy root plan paths from CI templates and custom scripts.
3. Run `ddtest plan` in CI.
4. Run one CI shard with `DD_TEST_OPTIMIZATION_RUNNER_CI_NODE=0 ddtest run`.
Expand Down
Loading