Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-7-2.39.0-fix (FB) #3361

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions ci-default.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
deps:
# COMMON
- name: pmm
branch: main
branch: pmm-2.39.0
path: sources/pmm/src/github.com/percona/pmm
url: https://github.com/percona/pmm
component: common

# CLIENT
- name: node_exporter
branch: main
branch: pmm-2.39.0
path: sources/node_exporter/src/github.com/prometheus/node_exporter
url: https://github.com/percona/node_exporter
component: client

- name: mysqld_exporter
branch: main
branch: pmm-2.39.0
path: sources/mysqld_exporter/src/github.com/percona/mysqld_exporter
url: https://github.com/percona/mysqld_exporter
component: client
Expand All @@ -26,7 +26,7 @@ deps:
component: client

- name: postgres_exporter
branch: main
branch: pmm-2.39.0
path: sources/postgres_exporter/src/github.com/percona/postgres_exporter
url: https://github.com/percona/postgres_exporter
component: client
Expand Down Expand Up @@ -64,38 +64,38 @@ deps:
# SERVER

- name: dbaas-controller
branch: main
branch: pmm-2.39.0
path: sources/dbaas-controller/src/github.com/percona-platform/dbaas-controller
url: https://github.com/percona-platform/dbaas-controller
component: server

- name: grafana-dashboards
branch: main
branch: pmm-2.39.0
path: sources/grafana-dashboards
url: https://github.com/percona/grafana-dashboards
component: server

- name: grafana
branch: main
branch: pmm-2.39.0
path: sources/grafana/src/github.com/grafana/grafana
url: https://github.com/percona-platform/grafana
component: server

- name: pmm-dump
branch: main
branch: pmm-2.39.0
path: sources/pmm-dump
url: https://github.com/percona/pmm-dump
component: server

# QA
- name: pmm-qa
branch: main
branch: pmm-2.39.0
path: sources/pmm-qa/src/github.com/percona/pmm-qa
url: https://github.com/percona/pmm-qa
component: qa

- name: pmm-ui-tests
branch: main
branch: pmm-2.39.0
path: sources/pmm-ui-tests/src/github.com/percona/pmm-ui-tests
url: https://github.com/percona/pmm-ui-tests
component: qa
4 changes: 4 additions & 0 deletions ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deps:
- name: pmm
branch: PMM-7-2.39.0-fix
url: https://github.com/percona/pmm
Loading