File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,13 @@ jobs:
55
55
run : |
56
56
cp hack/*_go_metadata_test_report.xml .
57
57
filename=$(ls | grep -E '^[0-9]{12}_go_metadata_test_report\.xml$')
58
- python tod_scripts/add_to_xml_test_report .py \
58
+ python3 e2e_scripts/ tod_scripts/xml_to_obj_storage/scripts/add_gha_info_to_xml .py \
59
59
--branch_name "${GITHUB_REF#refs/*/}" \
60
60
--gha_run_id "$GITHUB_RUN_ID" \
61
61
--gha_run_number "$GITHUB_RUN_NUMBER" \
62
62
--xmlfile "${filename}"
63
63
sync
64
- cat $filename
65
- python tod_scripts/test_report_upload_script.py "${filename}"
64
+ python3 e2e_scripts/tod_scripts/xml_to_obj_storage/scripts/xml_to_obj.py "${filename}"
66
65
env :
67
66
LINODE_CLI_OBJ_ACCESS_KEY : ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
68
67
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