Skip to content

Commit

Permalink
test with 4.2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Aug 20, 2024
1 parent 1e8e0d3 commit 5aa4a55
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 41 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ jobs:
build-oceanbase-ce:
runs-on: ubuntu-latest
steps:
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Print environment variables
run: printenv

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/java-test-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ jobs:
test-oceanbase-ce:
runs-on: ubuntu-latest
steps:
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/release-lts-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
release-lts-oceanbase-ce:
runs-on: ubuntu-latest
steps:
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/release-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
release-oceanbase-ce:
runs-on: ubuntu-latest
steps:
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'oceanbase-ce/**.sh'
- 'oceanbase-ce/**.yaml'
- 'test/**/OceanBaseCETest.java'
push:
branches: [ '**' ]

concurrency:
group: test-oceanbase-ce-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -19,7 +21,7 @@ jobs:
with:
cache_key: test-oceanbase-ce
image_file: oceanbase-ce.tar
version: 4.3.2.0-100000092024072912
version: 4.2.1.8-108000022024072217

test-slim:
needs: build
Expand Down

0 comments on commit 5aa4a55

Please sign in to comment.