This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch bring-hdfs-test-back
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/bring-hdfs-test-back by this
push:
new 1ce154f7 Fix hdfs
1ce154f7 is described below
commit 1ce154f72a507a0afbdc54da6c212e763f21d891
Author: Xuanwo <[email protected]>
AuthorDate: Tue Apr 25 17:27:12 2023 +0800
Fix hdfs
Signed-off-by: Xuanwo <[email protected]>
---
.github/workflows/service_test_hdfs.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/service_test_hdfs.yml
b/.github/workflows/service_test_hdfs.yml
index 1c7d4225..e154336c 100644
--- a/.github/workflows/service_test_hdfs.yml
+++ b/.github/workflows/service_test_hdfs.yml
@@ -39,9 +39,6 @@ concurrency:
jobs:
hdfs:
runs-on: ubuntu-latest
- strategy:
- matrix:
- hdfs-version: ["2.10.1", "3.2.3", "3.3.2"]
steps:
- uses: actions/checkout@v3