From 15b751a8470ffbc15e9fef11322ece8571e524f7 Mon Sep 17 00:00:00 2001 From: Tasos Derisiotis <50984242+Eengineer1@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:03:55 +0300 Subject: [PATCH] Temporarily disabled upgrade test runs + references --- .github/workflows/test.yml | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aaafabb1b..dbe166d44 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -166,7 +166,7 @@ jobs: path: report-integration.xml # NOTE: This job is disabled since upgrade tests from v0.6.x to v1.x.x are not needed until next major release. - upgrade-tests: + # upgrade-tests: name: "Upgrade Tests" runs-on: ubuntu-20.04 steps: @@ -302,8 +302,8 @@ jobs: name: "Report" runs-on: ubuntu-20.04 # NOTE: If not next major release, only unit and integration tests are necessary, otherwise all tests are needed. - # needs: [unit-tests, integration-tests] - needs: [unit-tests, integration-tests, upgrade-tests] + needs: [unit-tests, integration-tests] + # needs: [unit-tests, integration-tests, upgrade-tests] if: always() steps: @@ -319,30 +319,30 @@ jobs: with: name: report-integration.xml - - name: Download pre-upgrade test Report - uses: actions/download-artifact@v4 - with: - name: report-pre-upgrade.xml - - - name: Download post-upgrade test Report - uses: actions/download-artifact@v4 - with: - name: report-post-upgrade.xml - - - name: Download upgraded integration test Report - uses: actions/download-artifact@v4 - with: - name: report-upgraded-integration.xml - - - name: Download pricing proposal test Report - uses: actions/download-artifact@v4 - with: - name: report-pricing-proposal.xml - - - name: Download pricing change test Report - uses: actions/download-artifact@v4 - with: - name: report-pricing-change.xml + # - name: Download pre-upgrade test Report + # uses: actions/download-artifact@v4 + # with: + # name: report-pre-upgrade.xml + + # - name: Download post-upgrade test Report + # uses: actions/download-artifact@v4 + # with: + # name: report-post-upgrade.xml + + # - name: Download upgraded integration test Report + # uses: actions/download-artifact@v4 + # with: + # name: report-upgraded-integration.xml + + # - name: Download pricing proposal test Report + # uses: actions/download-artifact@v4 + # with: + # name: report-pricing-proposal.xml + + # - name: Download pricing change test Report + # uses: actions/download-artifact@v4 + # with: + # name: report-pricing-change.xml - name: Combine test results run: |