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

Commit

Permalink
remove monitoring enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Feb 9, 2024
1 parent 6ca2184 commit c9e9120
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,22 +366,6 @@ jobs:
# API_TOKEN is used later by "make test"
echo "API_TOKEN=$(./bin/everest token reset --json | jq .token -r)" >> $GITHUB_ENV
- name: Provision monitoring
shell: bash
continue-on-error: true
run: |
cd percona-everest-cli
while true; do kubectl port-forward -n everest-system deployment/percona-everest 8080:8080; done &
sleep 2
./bin/everest monitoring enable \
--everest-url http://127.0.0.1:8080 \
--everest-token $API_TOKEN \
--instance-name pmm-local \
--skip-wizard
- name: Patch Everest Deployment to use the PR image
run: |
Expand Down

0 comments on commit c9e9120

Please sign in to comment.