File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,10 @@ coverage:
514
514
target : 75
515
515
flags :
516
516
- prometheus
517
+ Proxmox :
518
+ target : 75
519
+ flags :
520
+ - proxmox
517
521
ProxySQL :
518
522
target : 75
519
523
flags :
@@ -1437,6 +1441,11 @@ flags:
1437
1441
paths :
1438
1442
- prometheus/datadog_checks/prometheus
1439
1443
- prometheus/tests
1444
+ proxmox :
1445
+ carryforward : true
1446
+ paths :
1447
+ - proxmox/datadog_checks/proxmox
1448
+ - proxmox/tests
1440
1449
proxysql :
1441
1450
carryforward : true
1442
1451
paths :
Original file line number Diff line number Diff line change @@ -3054,6 +3054,26 @@ jobs:
3054
3054
minimum-base-package : ${{ inputs.minimum-base-package }}
3055
3055
pytest-args : ${{ inputs.pytest-args }}
3056
3056
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
3057
3077
jbb39de2 :
3058
3078
uses : ./.github/workflows/test-target.yml
3059
3079
with :
You can’t perform that action at this time.
0 commit comments