Skip to content

Commit

Permalink
feat: v2
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk committed Oct 19, 2024
1 parent a3e5c80 commit 2df6978
Show file tree
Hide file tree
Showing 71 changed files with 23,092 additions and 13,510 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

63 changes: 0 additions & 63 deletions .eslintrc.json

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/check-dist.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/k8s-local-go.yml

This file was deleted.

69 changes: 0 additions & 69 deletions .github/workflows/k8s-local-python.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/slo-action-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: slo-action-test
on:
workflow_dispatch:
push:
branches:
- "v2"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/slo-actions-test.yml"

jobs:
test-slo-action:
runs-on: ubuntu-latest
name: SLO Action test
permissions:
checks: write
pull-requests: write
contents: read
issues: write
steps:
- name: Run SLO
uses: ydb-platform/slo-tests@v2
continue-on-error: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
YDB_WORKLOAD_CMD: "sleep"
YDB_WORKLOAD_ARGS: "30"
Loading

0 comments on commit 2df6978

Please sign in to comment.