We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870a55f commit 64c13edCopy full SHA for 64c13ed
.github/workflows/slo.yml
@@ -22,9 +22,15 @@ jobs:
22
steps:
23
- name: Checkout repository
24
uses: actions/checkout@v3
25
+ if: env.DOCKER_REPO != null
26
+ env:
27
+ DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}
28
29
- name: Run SLO
30
uses: ydb-platform/slo-tests@js-version
31
32
33
34
with:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
KUBECONFIG_B64: ${{ secrets.SLO_KUBE_CONFIG }}
@@ -49,7 +55,9 @@ jobs:
49
55
workload_build_options0: -f Dockerfile
50
56
51
57
- uses: actions/upload-artifact@v3
52
- if: always()
58
59
60
53
61
54
62
name: slo-logs
63
path: logs/
0 commit comments