Skip to content

Commit f049b34

Browse files
authored
Update e2e test submodule (#45)
1 parent cbbce21 commit f049b34

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/e2e-suite.yml

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

.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)