From 52751390d1f93db07661e6e4587aee8d8e61014b Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Tue, 10 Dec 2024 03:41:54 -0800 Subject: [PATCH] Add missing step in doc --- doc/contrib/ci.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/contrib/ci.rst b/doc/contrib/ci.rst index d2636037b8a8..74c2baeec834 100644 --- a/doc/contrib/ci.rst +++ b/doc/contrib/ci.rst @@ -51,8 +51,10 @@ To make changes to the CI container, carry out the following steps: ``492475357299.dkr.ecr.us-west-2.amazonaws.com/xgb-ci.gpu:PR-204``. 6. Now submit a pull request to `dmlc/xgboost `_. The CI will run tests using the new container. Verify that all tests pass. -7. Merge the pull request in ``dmlc/xgboost-devops``. -8. Merge the pull request in ``dmlc/xgboost``. +7. Merge the pull request in ``dmlc/xgboost-devops``. Wait the CI completes on the ``main`` branch. +8. Go back to the the pull request for ``dmlc/xgboost`` and change the container reference back + to ``:main``. +9. Merge the pull request in ``dmlc/xgboost``. .. _build_run_docker_locally: