This is an automated email from the ASF dual-hosted git repository.

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 1530d6e427a IGNITE-27596 Change ducktests documentation link (#12641)
1530d6e427a is described below

commit 1530d6e427a37bb95cb29884b45e016f2b386c05
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Tue Jan 20 14:06:46 2026 +0300

    IGNITE-27596 Change ducktests documentation link (#12641)
    
    Thank you for submitting the pull request to the Apache Ignite.
    
    In order to streamline the review of the contribution
    we ask you to ensure the following steps have been taken:
    
    ### The Contribution Checklist
    - [ ] There is a single JIRA ticket related to the pull request.
    - [ ] The web-link to the pull request is attached to the JIRA ticket.
    - [ ] The JIRA ticket has the _Patch Available_ state.
    - [ ] The pull request body describes changes that have been made.
    The description explains _WHAT_ and _WHY_ was made instead of _HOW_.
    - [ ] The pull request title is treated as the final commit message.
    The following pattern must be used: `IGNITE-XXXX Change summary` where
    `XXXX` - number of JIRA issue.
    - [ ] A reviewer has been mentioned through the JIRA comments
    (see [the Maintainers
    
list](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute#HowtoContribute-ReviewProcessandMaintainers))
    - [ ] The pull request has been checked by the Teamcity Bot and
    the `green visa` attached to the JIRA ticket (see [TC.Bot: Check
    PR](https://mtcga.gridgain.com/prs.html))
    
    ### Notes
    - [How to
    
Contribute](https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute)
    - [Coding abbreviation
    
rules](https://cwiki.apache.org/confluence/display/IGNITE/Abbreviation+Rules)
    - [Coding
    
Guidelines](https://cwiki.apache.org/confluence/display/IGNITE/Coding+Guidelines)
    - [Apache Ignite Teamcity
    
Bot](https://cwiki.apache.org/confluence/display/IGNITE/Apache+Ignite+Teamcity+Bot)
    
    If you need any help, please email [email protected] or ask anу
    advice on http://asf.slack.com _#ignite_ channel.
---
 modules/ducktests/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/ducktests/README.md b/modules/ducktests/README.md
index 2bea2c532af..e539db2a3dc 100644
--- a/modules/ducktests/README.md
+++ b/modules/ducktests/README.md
@@ -58,7 +58,7 @@ For development process requirements are `python` >= 3.7.
 ```
 
 # Real environment run
-[Ducktape](https://ducktape-docs.readthedocs.io/en/latest/index.html) allow 
runs on 
+[Ducktape](https://ducktape.readthedocs.io/en/latest/index.html) allow runs on 
 Custom cluster, Vagrant, K8s, Mesos, Docker, cloud providers, etc.
 
 ## Requirements
@@ -69,7 +69,7 @@ Custom cluster, Vagrant, K8s, Mesos, Docker, cloud providers, 
etc.
 - Change a current directory to`${IGNITE_HOME}`
 - Build Apache IGNITE invoking `${IGNITE_HOME}/scripts/build-module.sh 
ducktests`
 - (Optionally) Build the needed extension modules in the 
`${IGNITE_HOME}\..\ignite-extensions` directory
-- Run tests using 
[Ducktape](https://ducktape-docs.readthedocs.io/en/latest/run_tests.html). \
+- Run tests using 
[Ducktape](https://ducktape.readthedocs.io/en/latest/run_tests.html). \
   For example:
   ```
   ducktape --results-root=./results --cluster-file=./cluster.json --repeat 1 
--max-parallel 16 ./modules/ducktests/tests/ignitetest

Reply via email to