Skip to content

Commit

Permalink
Merge pull request #900 from ydb-platform/ignore-slo-fail
Browse files Browse the repository at this point in the history
allow to fail SLO tests
  • Loading branch information
asmyasnikov authored Nov 25, 2023
2 parents 3c08fa3 + 07c2c0c commit 863b2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Run SLO
uses: ydb-platform/slo-tests@js-version
continue-on-error: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBECONFIG_B64: ${{ secrets.SLO_KUBE_CONFIG }}
Expand Down

0 comments on commit 863b2aa

Please sign in to comment.