Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq committed Jul 17, 2024
1 parent 880ef00 commit cb1bc6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
kubedb_version:
description: 'KubeDB Version'
required: true
default: 'v2024.6.4' #needs to be dynamic
default: 'v2024.7.11-rc.1' #needs to be dynamic
type: string
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-dashboard-check
Expand All @@ -38,7 +38,7 @@ jobs:
KUBEDB_VERSION: ${{ inputs.kubedb_version }}
run: |
echo "folders=${FOLDERS:-mongodb}" >> $GITHUB_OUTPUT
echo "kubedb_version=${KUBEDB_VERSION:-v2024.6.4}" >> $GITHUB_OUTPUT
echo "kubedb_version=${KUBEDB_VERSION:-v2024.7.11-rc.1}" >> $GITHUB_OUTPUT
test:
name: Test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
cd ..
git clone https://github.com/kubedb/samples.git
cd samples
git checkout fr-web
git checkout mg-args
- name: Check Dashboard Metrics
env:
Expand Down
1 change: 0 additions & 1 deletion hack/scripts/check-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ cleanup() {
kubectl delete -f ../samples/kafka/connectcluster/monitoring/connect-cluster.yaml
fi
kubectl delete -f $path
# kubectl delete secret -n demo --all
}

check_dashboard_for_non_dbs() {
Expand Down

0 comments on commit cb1bc6b

Please sign in to comment.