File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ jobs:
6262 if : always()
6363 run : |
6464 filename=$(ls | grep -E '^[0-9]{12}_py_metadata_test_report\.xml$')
65- python tod_scripts/add_to_xml_test_report .py \
65+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/add_gha_info_to_xml .py \
6666 --branch_name "${GITHUB_REF#refs/*/}" \
6767 --gha_run_id "$GITHUB_RUN_ID" \
6868 --gha_run_number "$GITHUB_RUN_NUMBER" \
6969 --xmlfile "${filename}"
7070 sync
71- python tod_scripts/test_report_upload_script .py "${filename}"
71+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/xml_to_obj .py "${filename}"
7272 env :
7373 LINODE_CLI_OBJ_ACCESS_KEY : ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
7474 LINODE_CLI_OBJ_SECRET_KEY : ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
Original file line number Diff line number Diff line change 1- [submodule "tod_scripts "]
2- path = tod_scripts
3- url = https://github.com/linode/TOD- test-report-uploader.git
1+ [submodule "e2e_scripts "]
2+ path = e2e_scripts
3+ url = https://github.com/linode/dx-e2e- test-scripts
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments