Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: use latest logproxy in test case #37

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/test-oblogproxy-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
with:
cache_key: test-oblogproxy-ce_oceanbase-ce
image_file: oceanbase-ce.tar
version: 4.2.1.6-106000012024042515
version: 4.2.1.8-108000022024072217

build-oblogproxy-ce:
runs-on: ubuntu-latest
steps:
- name: Clean tool cache
run: sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- name: Print environment variables
run: printenv

Expand All @@ -48,8 +51,6 @@ jobs:
push: false
load: true
tags: oblogproxy-ce
build-args: |
VERSION=2.0.2-100000012024060321

- name: Export Docker image
run: docker save -o oblogproxy-ce.tar oblogproxy-ce
Expand All @@ -64,6 +65,9 @@ jobs:
runs-on: ubuntu-latest
needs: [ build-oceanbase-ce, build-oblogproxy-ce ]
steps:
- name: Clean tool cache
run: sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down