Skip to content

Commit

Permalink
Merge branch 'master' into vonage_integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
yogesh-s-modak authored Jan 1, 2025
2 parents aa44641 + e6b077a commit 558b3f0
Show file tree
Hide file tree
Showing 190 changed files with 25,263 additions and 83 deletions.
36 changes: 36 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ coverage:
target: 75
flags:
- druid
DuckDB:
target: 75
flags:
- duckdb
EKS_Fargate:
target: 75
flags:
Expand Down Expand Up @@ -310,6 +314,10 @@ coverage:
target: 75
flags:
- karpenter
Keda:
target: 75
flags:
- keda
Kong:
target: 75
flags:
Expand Down Expand Up @@ -410,6 +418,10 @@ coverage:
target: 75
flags:
- mesos_master
Milvus:
target: 75
flags:
- milvus
MongoDB:
target: 75
flags:
Expand Down Expand Up @@ -582,6 +594,10 @@ coverage:
target: 75
flags:
- strimzi
Supabase:
target: 75
flags:
- supabase
Supervisord:
target: 75
flags:
Expand Down Expand Up @@ -962,6 +978,11 @@ flags:
paths:
- druid/datadog_checks/druid
- druid/tests
duckdb:
carryforward: true
paths:
- duckdb/datadog_checks/duckdb
- duckdb/tests
ecs_fargate:
carryforward: true
paths:
Expand Down Expand Up @@ -1132,6 +1153,11 @@ flags:
paths:
- karpenter/datadog_checks/karpenter
- karpenter/tests
keda:
carryforward: true
paths:
- keda/datadog_checks/keda
- keda/tests
kong:
carryforward: true
paths:
Expand Down Expand Up @@ -1262,6 +1288,11 @@ flags:
paths:
- mesos_slave/datadog_checks/mesos_slave
- mesos_slave/tests
milvus:
carryforward: true
paths:
- milvus/datadog_checks/milvus
- milvus/tests
mongo:
carryforward: true
paths:
Expand Down Expand Up @@ -1482,6 +1513,11 @@ flags:
paths:
- strimzi/datadog_checks/strimzi
- strimzi/tests
supabase:
carryforward: true
paths:
- supabase/datadog_checks/supabase
- supabase/tests
supervisord:
carryforward: true
paths:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ integration/amazon_msk:
- amazon_msk/**/*
integration/ambari:
- ambari/**/*
integration/anthropic:
- anthropic/**/*
integration/anyscale:
- anyscale/**/*
integration/apache:
Expand Down Expand Up @@ -175,6 +177,8 @@ integration/dotnetclr:
- dotnetclr/**/*
integration/druid:
- druid/**/*
integration/duckdb:
- duckdb/**/*
integration/ecs_fargate:
- ecs_fargate/**/*
integration/eks_anywhere:
Expand Down Expand Up @@ -285,6 +289,8 @@ integration/kafka_consumer:
- kafka_consumer/**/*
integration/karpenter:
- karpenter/**/*
integration/keda:
- keda/**/*
integration/kong:
- kong/**/*
integration/kube_apiserver_metrics:
Expand Down Expand Up @@ -325,8 +331,6 @@ integration/kyverno:
- kyverno/**/*
integration/langchain:
- langchain/**/*
integration/anthropic:
- anthropic/**/*
integration/lastpass:
- lastpass/**/*
integration/lighttpd:
Expand All @@ -353,6 +357,8 @@ integration/mesos_slave:
- mesos_slave/**/*
integration/metabase:
- metabase/**/*
integration/milvus:
- milvus/**/*
integration/mimecast:
- mimecast/**/*
integration/mongo:
Expand Down Expand Up @@ -521,6 +527,8 @@ integration/streamnative:
- streamnative/**/*
integration/strimzi:
- strimzi/**/*
integration/supabase:
- supabase/**/*
integration/supervisord:
- supervisord/**/*
integration/suricata:
Expand Down
80 changes: 80 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,26 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j9eb6aa6:
uses: ./.github/workflows/test-target.yml
with:
job-name: DuckDB
target: duckdb
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j562bfe5:
uses: ./.github/workflows/test-target.yml
with:
Expand Down Expand Up @@ -1974,6 +1994,26 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j2cb7ef0:
uses: ./.github/workflows/test-target.yml
with:
job-name: Keda
target: keda
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
jaee58c5:
uses: ./.github/workflows/test-target.yml
with:
Expand Down Expand Up @@ -2494,6 +2534,26 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j062aeb0:
uses: ./.github/workflows/test-target.yml
with:
job-name: Milvus
target: milvus
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
j91231ff:
uses: ./.github/workflows/test-target.yml
with:
Expand Down Expand Up @@ -3454,6 +3514,26 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
jfe7ceb7:
uses: ./.github/workflows/test-target.yml
with:
job-name: Supabase
target: supabase
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
jf04a052:
uses: ./.github/workflows/test-target.yml
with:
Expand Down
Loading

0 comments on commit 558b3f0

Please sign in to comment.