Skip to content

Commit 14bb84a

Browse files
PSMDB. Set default repo for PMM client to testing (#98)
1 parent dff8f39 commit 14bb84a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/PMM_PSMDB_PBM_FULL.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pmm_version:
77
description: "pmm2-client version"
88
required: false
9+
pmm_repo:
10+
description: "pmm2-client repo"
11+
required: false
912
pmm_image:
1013
description: "pmm-server docker image"
1114
required: false
@@ -28,6 +31,7 @@ jobs:
2831
psmdb: ["6.0", "7.0", "8.0"]
2932
env:
3033
PMM_CLIENT_VERSION: ${{ github.event.inputs.pmm_version || 'latest' }}
34+
PMM_REPO: ${{ github.event.inputs.pmm_repo || 'testing' }}
3135
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
3236
steps:
3337
- uses: actions/checkout@v2
@@ -45,6 +49,7 @@ jobs:
4549
psmdb: ["6.0", "7.0", "8.0"]
4650
env:
4751
PMM_CLIENT_VERSION: ${{ github.event.inputs.pmm_version || 'latest' }}
52+
PMM_REPO: ${{ github.event.inputs.pmm_repo || 'testing' }}
4853
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
4954
steps:
5055
- uses: actions/checkout@v2
@@ -62,6 +67,7 @@ jobs:
6267
psmdb: ["6.0", "7.0", "8.0"]
6368
env:
6469
PMM_CLIENT_VERSION: ${{ github.event.inputs.pmm_version || 'latest' }}
70+
PMM_REPO: ${{ github.event.inputs.pmm_repo || 'testing' }}
6571
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
6672
steps:
6773
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)