File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ jobs:
103103 if : always()
104104 run : |
105105 filename=$(ls | grep -E '^[0-9]{12}_sdk_test_report\.xml$')
106- python tod_scripts/add_to_xml_test_report .py \
106+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/add_gha_info_to_xml .py \
107107 --branch_name "${GITHUB_REF#refs/*/}" \
108108 --gha_run_id "$GITHUB_RUN_ID" \
109109 --gha_run_number "$GITHUB_RUN_NUMBER" \
110110 --xmlfile "${filename}"
111111 sync
112- python3 tod_scripts/test_report_upload_script .py "${filename}"
112+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/xml_to_obj .py "${filename}"
113113 env :
114114 LINODE_CLI_OBJ_ACCESS_KEY : ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
115115 LINODE_CLI_OBJ_SECRET_KEY : ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ jobs:
8181 if : always()
8282 run : |
8383 filename=$(ls | grep -E '^[0-9]{12}_sdk_test_report\.xml$')
84- python tod_scripts/add_to_xml_test_report .py \
84+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/add_gha_info_to_xml .py \
8585 --branch_name "${GITHUB_REF#refs/*/}" \
8686 --gha_run_id "$GITHUB_RUN_ID" \
8787 --gha_run_number "$GITHUB_RUN_NUMBER" \
8888 --xmlfile "${filename}"
8989 sync
90- python3 tod_scripts/test_report_upload_script .py "${filename}"
90+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/xml_to_obj .py "${filename}"
9191 env :
9292 LINODE_CLI_OBJ_ACCESS_KEY : ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
9393 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