Skip to content

Commit 7d59f88

Browse files
committed
validate ci
1 parent 1a46c2a commit 7d59f88

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,10 @@ coverage:
514514
target: 75
515515
flags:
516516
- prometheus
517+
Proxmox:
518+
target: 75
519+
flags:
520+
- proxmox
517521
ProxySQL:
518522
target: 75
519523
flags:
@@ -1437,6 +1441,11 @@ flags:
14371441
paths:
14381442
- prometheus/datadog_checks/prometheus
14391443
- prometheus/tests
1444+
proxmox:
1445+
carryforward: true
1446+
paths:
1447+
- proxmox/datadog_checks/proxmox
1448+
- proxmox/tests
14401449
proxysql:
14411450
carryforward: true
14421451
paths:

.github/workflows/test-all.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,26 @@ jobs:
30543054
minimum-base-package: ${{ inputs.minimum-base-package }}
30553055
pytest-args: ${{ inputs.pytest-args }}
30563056
secrets: inherit
3057+
jf882f09:
3058+
uses: ./.github/workflows/test-target.yml
3059+
with:
3060+
job-name: Proxmox
3061+
target: proxmox
3062+
platform: linux
3063+
runner: '["ubuntu-22.04"]'
3064+
repo: "${{ inputs.repo }}"
3065+
python-version: "${{ inputs.python-version }}"
3066+
standard: ${{ inputs.standard }}
3067+
latest: ${{ inputs.latest }}
3068+
agent-image: "${{ inputs.agent-image }}"
3069+
agent-image-py2: "${{ inputs.agent-image-py2 }}"
3070+
agent-image-windows: "${{ inputs.agent-image-windows }}"
3071+
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
3072+
test-py2: ${{ inputs.test-py2 }}
3073+
test-py3: ${{ inputs.test-py3 }}
3074+
minimum-base-package: ${{ inputs.minimum-base-package }}
3075+
pytest-args: ${{ inputs.pytest-args }}
3076+
secrets: inherit
30573077
jbb39de2:
30583078
uses: ./.github/workflows/test-target.yml
30593079
with:

0 commit comments

Comments
 (0)