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:
103
103
if : always()
104
104
run : |
105
105
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 \
107
107
--branch_name "${GITHUB_REF#refs/*/}" \
108
108
--gha_run_id "$GITHUB_RUN_ID" \
109
109
--gha_run_number "$GITHUB_RUN_NUMBER" \
110
110
--xmlfile "${filename}"
111
111
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}"
113
113
env :
114
114
LINODE_CLI_OBJ_ACCESS_KEY : ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
115
115
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:
81
81
if : always()
82
82
run : |
83
83
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 \
85
85
--branch_name "${GITHUB_REF#refs/*/}" \
86
86
--gha_run_id "$GITHUB_RUN_ID" \
87
87
--gha_run_number "$GITHUB_RUN_NUMBER" \
88
88
--xmlfile "${filename}"
89
89
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}"
91
91
env :
92
92
LINODE_CLI_OBJ_ACCESS_KEY : ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
93
93
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