Skip to content

Commit

Permalink
Update e2e test scripts submodule (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-1 authored Jul 31, 2024
1 parent 6dd953d commit b7fd0af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@ jobs:
run: |
cp hack/*_go_metadata_test_report.xml .
filename=$(ls | grep -E '^[0-9]{12}_go_metadata_test_report\.xml$')
python tod_scripts/add_to_xml_test_report.py \
python3 e2e_scripts/tod_scripts/xml_to_obj_storage/scripts/add_gha_info_to_xml.py \
--branch_name "${GITHUB_REF#refs/*/}" \
--gha_run_id "$GITHUB_RUN_ID" \
--gha_run_number "$GITHUB_RUN_NUMBER" \
--xmlfile "${filename}"
sync
cat $filename
python tod_scripts/test_report_upload_script.py "${filename}"
python3 e2e_scripts/tod_scripts/xml_to_obj_storage/scripts/xml_to_obj.py "${filename}"
env:
LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }}
LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "tod_scripts"]
path = tod_scripts
url = https://github.com/linode/TOD-test-report-uploader.git
[submodule "e2e_scripts"]
path = e2e_scripts
url = https://github.com/linode/dx-e2e-test-scripts
1 change: 1 addition & 0 deletions e2e_scripts
Submodule e2e_scripts added at b56178
1 change: 0 additions & 1 deletion tod_scripts
Submodule tod_scripts deleted from 5f1942

0 comments on commit b7fd0af

Please sign in to comment.