Skip to content

Commit

Permalink
Testing: Remove doc checking tests from main repo rucio#7278
Browse files Browse the repository at this point in the history
voetberg authored and bari12 committed Jan 10, 2025
1 parent c71deeb commit 44a26d2
Showing 4 changed files with 0 additions and 59 deletions.
3 changes: 0 additions & 3 deletions etc/docker/test/matrix.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ python:
- client
- client_syntax
- syntax
- docs
- sqlite
- id: "3.10"
allow:
@@ -29,8 +28,6 @@ suites:
- id: syntax
SYNTAX_REPORT: 1
RUN_HTTPD: false
- id: docs
RUN_HTTPD: false
- id: client_syntax
RUN_HTTPD: false
- id: client
2 changes: 0 additions & 2 deletions etc/docker/test/matrix_nightly.yml
Original file line number Diff line number Diff line change
@@ -14,8 +14,6 @@ suites:
- id: syntax
SYNTAX_REPORT: 1
RUN_HTTPD: false
- id: docs
RUN_HTTPD: false
- id: client_syntax
RUN_HTTPD: false
- id: client
39 changes: 0 additions & 39 deletions tools/test/check_rest_api_documentation.sh

This file was deleted.

15 changes: 0 additions & 15 deletions tools/test/test.sh
Original file line number Diff line number Diff line change
@@ -68,21 +68,6 @@ elif [ "$SUITE" == "syntax" ]; then
srchome
tools/test/check_syntax.sh

elif [ "$SUITE" == "docs" ]; then
python3 $SOURCE_PATH/tools/merge_rucio_configs.py --use-env \
-s "$CFG_PATH"/rucio_autotests_common.cfg "$CFG_PATH"/rucio_sqlite.cfg \
-d "$SOURCE_PATH"/etc/rucio.cfg
srchome
export RUCIO_CLIENT_API_OUTPUT="rucio_client_api.md"
export RUCIO_REST_API_OUTPUT="rucio_rest_api.md"
tools/generate_doc.py
test -s $RUCIO_CLIENT_API_OUTPUT
test -s $RUCIO_REST_API_OUTPUT

export REST_API_DOC_FILENAME="api_doc.yaml"
tools/generate_rest_api_doc.py > $REST_API_DOC_FILENAME
tools/test/check_rest_api_documentation.sh $REST_API_DOC_FILENAME

elif [ "$SUITE" == "votest" ]; then
wait_for_database
VOTEST_HELPER=$RUCIO_HOME/tools/test/votest_helper.py

0 comments on commit 44a26d2

Please sign in to comment.