Skip to content

Commit

Permalink
feat: add hive 4.0.1 support (#177)
Browse files Browse the repository at this point in the history
* feat: add hive 4.0.0 test

* test: bump 4.0.0 to 4.0.1 test

* test: change chainsaw parallel to 1
  • Loading branch information
whg517 authored Dec 18, 2024
1 parent 30da7b9 commit 94c7e68
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
cleanup: 240s
delete: 240s
error: 10s
exec: 45s
exec: 120s
# skipDelete: true
failFast: true
parallel: 1
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
strategy:
matrix:
k8s-version: ['1.26.15', '1.27.16']
product-version: ['3.1.3', '4.0.1']
steps:
- name: Clone the code
uses: actions/checkout@v4
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
KINDTEST_K8S_VERSION: ${{ matrix.k8s-version }}
KUBECONFIG: kind-kubeconfig-${{ matrix.k8s-version }}
KIND_KUBECONFIG: kind-kubeconfig-${{ matrix.k8s-version }}
PRODUCT_VERSION: ${{ matrix.product-version }}
run: make chainsaw-test


Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Test

on:
push:
branches:
- "main"
pull_request:


Expand Down Expand Up @@ -33,7 +31,7 @@ jobs:
strategy:
matrix:
k8s-version: ['1.26.15', '1.27.16']
product-version: ['3.1.3']
product-version: ['3.1.3', '4.0.1']
max-parallel: 2
steps:
- name: Clone the code
Expand Down Expand Up @@ -63,4 +61,5 @@ jobs:
KINDTEST_K8S_VERSION: ${{ matrix.k8s-version }}
KUBECONFIG: kind-kubeconfig-${{ matrix.k8s-version }}
KIND_KUBECONFIG: kind-kubeconfig-${{ matrix.k8s-version }}
PRODUCT_VERSION: ${{ matrix.product-version }}
run: make chainsaw-test
4 changes: 2 additions & 2 deletions examples/simple-hive-cluster-postgres-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# --set postgresqlDatabase=hive
---
apiVersion: hive.kubedoop.dev/v1alpha1
kind: HiveCluster
kind: HiveMetastore
metadata:
name: simple-hive-postgres
spec:
image:
productVersion: 4.0.0
productVersion: 4.0.1
stackableVersion: 0.0.0-dev
clusterConfig:
database:
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-hive-cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
apiVersion: hive.kubedoop.dev/v1alpha1
kind: HiveCluster
kind: HiveMetastore
metadata:
name: simple-hive-derby
spec:
image:
productVersion: 3.1.1
productVersion: 4.0.1
kubedoopVersion: 0.0.0-dev
clusterConfig:
database:
Expand Down
Empty file modified test/e2e/setup/minio-install.sh
100644 → 100755
Empty file.

0 comments on commit 94c7e68

Please sign in to comment.