From 7c5e9204b5529b62cd080b727a572b49cbe49827 Mon Sep 17 00:00:00 2001 From: Kyle-Neale Date: Wed, 25 Dec 2024 02:02:47 -0500 Subject: [PATCH] ddev validate ci --sync --- .codecov.yml | 9 +++++++++ .github/workflows/test-all.yml | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 248475af4b933..4c90f0df0623f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -582,6 +582,10 @@ coverage: target: 75 flags: - strimzi + Supabase: + target: 75 + flags: + - supabase Supervisord: target: 75 flags: @@ -1482,6 +1486,11 @@ flags: paths: - strimzi/datadog_checks/strimzi - strimzi/tests + supabase: + carryforward: true + paths: + - supabase/datadog_checks/supabase + - supabase/tests supervisord: carryforward: true paths: diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index d1701ec09df8b..54d25e6bfa7be 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -3454,6 +3454,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: