Skip to content

Commit

Permalink
Add k8s cluster autoscaler to test container integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed May 29, 2024
1 parent b1e44e0 commit f26c944
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-container-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,25 @@ jobs:
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
secrets: inherit
j045310a:
uses: ./.github/workflows/test-target.yml
with:
job-name: Kubernetes Cluster Autoscaler
target: kubernetes_cluster_autoscaler
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 }}
secrets: inherit
jba841f0:
uses: ./.github/workflows/test-target.yml
with:
Expand Down

0 comments on commit f26c944

Please sign in to comment.