From a83ab1a7938c1d430abae656869ba7cee41ffef5 Mon Sep 17 00:00:00 2001 From: Youjung Kim <126618609+ykim-1@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:39:20 -0700 Subject: [PATCH] test: Update e2e test script submodule repository (#559) * update e2e test submodule repository * delete old submodule --- .github/workflows/ci.yml | 4 ++-- .gitmodules | 6 +++--- e2e_scripts | 1 + tod_scripts | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) create mode 160000 e2e_scripts delete mode 160000 tod_scripts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 900126459..41afc67c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,13 +67,13 @@ jobs: - name: Upload test results to bucket if: github.ref == 'refs/heads/main' && github.event_name == 'push' && always() run: | - 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 "$REPORT_FILENAME" sync - python tod_scripts/test_report_upload_script.py "$REPORT_FILENAME" + python3 e2e_scripts/tod_scripts/xml_to_obj_storage/scripts/xml_to_obj.py "$REPORT_FILENAME" env: LINODE_CLI_OBJ_ACCESS_KEY: ${{ secrets.LINODE_CLI_OBJ_ACCESS_KEY }} LINODE_CLI_OBJ_SECRET_KEY: ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }} \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index df7dc11d7..1a19a1c1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/e2e_scripts b/e2e_scripts new file mode 160000 index 000000000..b56178520 --- /dev/null +++ b/e2e_scripts @@ -0,0 +1 @@ +Subproject commit b56178520fae446a0a4f38df6259deb845efa667 diff --git a/tod_scripts b/tod_scripts deleted file mode 160000 index 0bb98b047..000000000 --- a/tod_scripts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0bb98b0477a92583efe27507d49ac8babac10476