Skip to content

Commit b7fd0af

Browse files
authored
Update e2e test scripts submodule (#60)
1 parent 6dd953d commit b7fd0af

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@ jobs:
5555
run: |
5656
cp hack/*_go_metadata_test_report.xml .
5757
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 \
5959
--branch_name "${GITHUB_REF#refs/*/}" \
6060
--gha_run_id "$GITHUB_RUN_ID" \
6161
--gha_run_number "$GITHUB_RUN_NUMBER" \
6262
--xmlfile "${filename}"
6363
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}"
6665
env:
6766
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
6867
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)