Skip to content

Commit

Permalink
Add oracle and refactor file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored Feb 3, 2025
1 parent 13bb4cf commit 35fc982
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Upgrade Ranger

on:
Expand Down Expand Up @@ -82,11 +73,6 @@ jobs:
EOF
cat .env
- name: Run download-archives.sh
run: |
cd dev-support/ranger-docker
./download-archives.sh none
- name: Clean up Docker space
run: docker system prune --all --force --volumes

Expand Down Expand Up @@ -118,7 +104,7 @@ jobs:
fail-fast: false
matrix:
release: [ranger-2.4, ranger-2.5]
db: [postgres, mysql]
db: [postgres, mysql, oracle]
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -203,7 +189,7 @@ jobs:
docker compose -f docker-compose.ranger-base.yml build
docker compose -f docker-compose.ranger.yml -f docker-compose.ranger-${RANGER_DB_TYPE}.yml build
docker compose -f docker-compose.ranger.yml -f docker-compose.ranger-${RANGER_DB_TYPE}.yml up -d
sleep 60
sleep 120
docker logs ranger
- name: Remove running containers
Expand Down

0 comments on commit 35fc982

Please sign in to comment.