This is an automated email from the ASF dual-hosted git repository.
silver pushed a commit to branch gcs-multipart
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/gcs-multipart by this push:
new 39565833e add new ci to test gcs with default storage class
39565833e is described below
commit 39565833ed343c1641d7242e6bcf7c2b19f8179e
Author: silver-ymz <[email protected]>
AuthorDate: Thu Aug 10 12:05:06 2023 +0800
add new ci to test gcs with default storage class
Signed-off-by: silver-ymz <[email protected]>
---
.github/workflows/service_test_gcs.yml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/.github/workflows/service_test_gcs.yml
b/.github/workflows/service_test_gcs.yml
index 53c324644..ca3bde624 100644
--- a/.github/workflows/service_test_gcs.yml
+++ b/.github/workflows/service_test_gcs.yml
@@ -55,3 +55,23 @@ jobs:
OPENDAL_GCS_ROOT: ${{ secrets.OPENDAL_GCS_ROOT }}
OPENDAL_GCS_BUCKET: ${{ secrets.OPENDAL_GCS_BUCKET }}
OPENDAL_GCS_CREDENTIAL: ${{ secrets.OPENDAL_GCS_CREDENTIAL }}
+
+ gcs-with-default-storage-class:
+ runs-on: ubuntu-latest
+ if: github.event_name == 'push' ||
!github.event.pull_request.head.repo.fork
+ steps:
+ - uses: actions/checkout@v3
+ - name: Setup Rust toolchain
+ uses: ./.github/actions/setup
+ with:
+ need-nextest: true
+ - name: Test
+ shell: bash
+ working-directory: core
+ run: cargo nextest run gcs
+ env:
+ OPENDAL_GCS_TEST: ${{ secrets.OPENDAL_GCS_TEST }}
+ OPENDAL_GCS_ROOT: ${{ secrets.OPENDAL_GCS_ROOT }}
+ OPENDAL_GCS_BUCKET: ${{ secrets.OPENDAL_GCS_BUCKET }}
+ OPENDAL_GCS_CREDENTIAL: ${{ secrets.OPENDAL_GCS_CREDENTIAL }}
+ OPENDAL_GCS_DEFAULT_STORAGE_CLASS: STANDARD