"lib/ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "2ace5a4a3d385d412419559251d504db4ad5b2c5"
Unverified Commit c8423b57 authored by Dmitry Tokarev's avatar Dmitry Tokarev Committed by GitHub
Browse files

Run Fault Tolerance test jobs only in Nightly pipeline (not in post-m… (#6462)


Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent da7d3e9e
...@@ -820,7 +820,7 @@ jobs: ...@@ -820,7 +820,7 @@ jobs:
fault-tolerance-tests: fault-tolerance-tests:
name: ${{ matrix.framework.name }}-ft-k8s name: ${{ matrix.framework.name }}-ft-k8s
needs: [build-amd64] needs: [build-amd64]
if: always() if: always() && inputs.pipeline_type == 'nightly'
runs-on: prod-builder-amd-v1 runs-on: prod-builder-amd-v1
timeout-minutes: 60 timeout-minutes: 60
strategy: strategy:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment