Skip to content

Commit 0c0e649

Browse files
authored
update e2e test submodule repository (#443)
1 parent d04a1a1 commit 0c0e649

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/e2e-test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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

e2e_scripts

Submodule e2e_scripts added at b561785

tod_scripts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)