Skip to content
Open
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
8 changes: 6 additions & 2 deletions tests/interop/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ pytest -lv --disable-warnings test_validate_hub_site_components.py --kubeconfig

pytest -lv --disable-warnings test_validate_edge_site_components.py --kubeconfig "$KUBECONFIG_EDGE" --junit-xml "$WORKSPACE/test_validate_edge_site_components.xml"

pytest -lv --disable-warnings test_modify_web_content.py --kubeconfig "$KUBECONFIG" --junit-xml "$WORKSPACE/test_modify_web_content.xml"
if [ "${SKIP_GIT_CHANGES:-}" != "true" ]; then
pytest -lv --disable-warnings test_modify_web_content.py --kubeconfig "$KUBECONFIG" --junit-xml "$WORKSPACE/test_modify_web_content.xml"
fi

python3 create_ci_badge.py
if [ "${SKIP_CI_BADGE:-}" != "true" ]; then
python3 create_ci_badge.py
fi
Loading