Skip to content

Commit

Permalink
remove upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Mar 5, 2024
1 parent 367536c commit c1892f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
66 changes: 0 additions & 66 deletions .github/test-upgrade.sh

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,46 +122,6 @@ jobs:
maven-flags: "-e -Dmongodb=${{ matrix.mongo }} -Ddriver.version=${{ matrix.driver }}"
optional: ${{ matrix.optional == true }}

UpgradeTests:
name: Upgrades
runs-on: ubuntu-latest
continue-on-error: true
needs:
- Build
strategy:
fail-fast: false
matrix:
morphia-branch: [ 2.4.x ] #, 2.3.x, 2.2.x, 2.1.x, 2.0.x ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout older version
uses: actions/checkout@v4
with:
repository: MorphiaOrg/morphia
ref: ${{ matrix.morphia-branch }}
path: upgrade-test
- name: Restore cached build artifacts
uses: actions/cache@v4
with:
path: |
**/target
~/.m2/repository
key: cache-${{ github.run_number }}
restore-keys: target-cache-${{ github.run_number }}
fail-on-cache-miss: true
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
server-id: central
cache: maven
- name: Perform Upgrade and Test
run: |
../.github/test-upgrade.sh
working-directory: upgrade-test

Release:
needs:
- Matrix
Expand Down

0 comments on commit c1892f1

Please sign in to comment.