From 2d7f8afc2bb9c2a789d93de63cb266ff7187936e Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Tue, 19 Sep 2023 08:54:36 -0400 Subject: [PATCH] docs: Fix link to sharding doc (#33278) This should probably be turned into an ADR at some point, but for now I've just recreated the page on the public wiki. (The space it was in had been deleted during the 2U/Axim split.) --- scripts/gha-shards-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha-shards-readme.md b/scripts/gha-shards-readme.md index 8a3d96da3a..daee2cb0bc 100644 --- a/scripts/gha-shards-readme.md +++ b/scripts/gha-shards-readme.md @@ -18,7 +18,7 @@ with django settings for each module and paths for submodules to test for exampl ``` The `common` and `openedx` modules are tested with both `lms` and `cms` settings; that's why there are shards with the same `openedx` submodules but with different Django settings. -For more details on sharding strategy please refer to this section on [sharding](https://openedx.atlassian.net/wiki/spaces/AT/pages/3235971586/edx-platfrom+unit+tests+migration+from+Jenkins+to+Github+Actions#Motivation-for-sharding-manually) +For more details on sharding strategy please refer to this section on [sharding](https://openedx.atlassian.net/wiki/spaces/PLAT/pages/3869376544/edx-platform+unit+tests+migration+from+Jenkins+to+Github+Actions#Motivation-for-sharding-manually) #### Unit tests count check is failing There's a check in place that makes sure that all the unit tests under edx-platform modules are specified in `unit-test-shards.json`