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

fileservice: update aws packages versions #151

Merged
merged 2 commits into from
Oct 16, 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
19 changes: 6 additions & 13 deletions .github/workflows/utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@ on:
TOKEN_ACTION:
description: "A token passed from the caller workflow"
required: true
S3ENDPOINT:
description: "S3ENDPOINT For Test"
TEST_S3FS_ALIYUN:
description: "TEST_S3FS_ALIYUN For UT Test"
required: true
S3REGION:
description: "S3REGION For Test"
required: true
S3APIKEY:
description: "S3APIKEY For Test"
required: true
S3APISECRET:
description: "S3APISECRET For Test"
required: true
S3BUCKET:
description: "S3BUCKET For Test"
TEST_S3FS_QCLOUD:
description: "TEST_S3FS_QCLOUD For UT Test"
required: true
DOCU_GROUP_HOOK:
description: "DOCU_GROUP_HOOK For Notice"
Expand Down Expand Up @@ -135,6 +126,8 @@ jobs:
timeout-minutes: 45
run: |
cd $GITHUB_WORKSPACE/matrixone
export TEST_S3FS_ALIYUN=${{ secrets.TEST_S3FS_ALIYUN }}
export TEST_S3FS_QCLOUD=${{ secrets.TEST_S3FS_QCLOUD }}
test_scope=$(go list ./... | grep -v 'driver\|engine/aoe\|engine/memEngine\|pkg/catalog')
make clean && make config && make cgo
echo "ut start"
Expand Down