Skip to content

Commit

Permalink
Merge branch 'main' into refactor/cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Jul 3, 2024
2 parents 24383ea + 38c157b commit 6ef71bd
Show file tree
Hide file tree
Showing 201 changed files with 4,212 additions and 2,635 deletions.
1 change: 1 addition & 0 deletions .github/actions/test_ee_standalone_linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
export AWS_EC2_METADATA_DISABLED=true
aws --endpoint-url http://127.0.0.1:9900/ s3 mb s3://testbucket
aws --endpoint-url http://127.0.0.1:9900/ s3api put-bucket-versioning --bucket testbucket --versioning-configuration Status=Enabled
aws --endpoint-url http://127.0.0.1:9900/ s3 cp tests/data s3://testbucket/admin/data --recursive --no-progress
aws --endpoint-url http://127.0.0.1:9900/ s3 cp tests/data/ontime_200.csv s3://testbucket/admin/data/ontime_200_v1.csv --no-progress
aws --endpoint-url http://127.0.0.1:9900/ s3 cp tests/data/ontime_200.parquet s3://testbucket/admin/data/ontime_200_v1.parquet --no-progress
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test_stateless_standalone_linux
timeout-minutes: 10
timeout-minutes: 15

test_stateless_cluster:
runs-on: [self-hosted, X64, Linux, 4c8g, "${{ inputs.runner_provider }}"]
needs: [build, check]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/test_stateless_cluster_linux
timeout-minutes: 10
timeout-minutes: 15

test_stateful_standalone:
runs-on: [self-hosted, X64, Linux, 4c8g, "${{ inputs.runner_provider }}"]
Expand Down
Loading

0 comments on commit 6ef71bd

Please sign in to comment.