Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Jan 28, 2024
1 parent 454d7ec commit acfa905
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: percona/percona-everest-cli
ref: 'main'
# FIXME use 'main' after merging https://github.com/percona/percona-everest-cli/pull/271
ref: 'EVEREST-633-multi-namespaces'
path: percona-everest-cli
ssh-key: ${{ secrets.CLI_SSH_KEY }}

Expand Down Expand Up @@ -344,6 +345,8 @@ jobs:
spec:
type: pmm
credentialsSecretName: pmm-local
targetNamespaces:
- percona-everest-integration-tests
pmm:
url: http://localhost
image: percona/pmm-client:2
Expand All @@ -356,12 +359,11 @@ jobs:
echo $(git describe --always)
make build
./bin/everest install \
--name minikube \
--operator.mongodb \
--operator.postgresql \
--operator.xtradb-cluster \
--skip-wizard \
--namespace percona-everest
--namespace percona-everest-integration-tests
# API_TOKEN is used later by "make test"
echo "API_TOKEN=$(./bin/everest token reset --namespace percona-everest --json | jq .token -r)" >> $GITHUB_ENV
Expand Down Expand Up @@ -402,4 +404,5 @@ jobs:
if: ${{ failure() }}
run: |
kubectl -n percona-everest describe pods
kubectl -n percona-everest-integration-tests describe pods
kubectl -n percona-everest logs deploy/percona-everest

0 comments on commit acfa905

Please sign in to comment.