Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
j8-redis committed May 3, 2024
1 parent c13b6a8 commit 947403e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ coverage:
target: 75
flags:
- redisenterprise
Redis_Enterprise_v2:
Redis_Enterprise_V2:
target: 75
flags:
- redis_enterprise
Expand Down
25 changes: 22 additions & 3 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,11 +904,11 @@ jobs:
test-py3: ${{ inputs.test-py3 }}
setup-env-vars: "${{ inputs.setup-env-vars }}"
secrets: inherit
ja156788:
j9989d64:
uses: DataDog/integrations-core/.github/workflows/test-target.yml@master
with:
job-name: Redis Enterprise
target: redisenterprise
job-name: Redis Enterprise V2
target: redis_enterprise
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
Expand Down Expand Up @@ -942,6 +942,25 @@ jobs:
test-py3: ${{ inputs.test-py3 }}
setup-env-vars: "${{ inputs.setup-env-vars }}"
secrets: inherit
ja156788:
uses: DataDog/integrations-core/.github/workflows/test-target.yml@master
with:
job-name: Redis Enterprise
target: redisenterprise
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 }}
setup-env-vars: "${{ inputs.setup-env-vars }}"
secrets: inherit
jce0dc1a:
uses: DataDog/integrations-core/.github/workflows/test-target.yml@master
with:
Expand Down

0 comments on commit 947403e

Please sign in to comment.