Skip to content

Commit

Permalink
feat: v2
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk committed Oct 22, 2024
1 parent a3e5c80 commit 8043161
Show file tree
Hide file tree
Showing 81 changed files with 652 additions and 14,720 deletions.
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dist/** -diff linguist-generated=true
index.js -diff linguist-generated=true
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.

31 changes: 31 additions & 0 deletions .github/workflows/slo-action-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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:
pull-requests: write
contents: read
actions: write
issues: write
checks: write
steps:
- name: Run SLO
uses: ydb-platform/slo-tests@v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_HEAD_REF: ${{ github.head_ref }}
GITHUB_BASE_REF: ${{ github.base_ref }}
WORKLOAD_RUNNER: "sleep 10"
CHAOS_TEST_RUNNER: "sleep 10"
Loading

0 comments on commit 8043161

Please sign in to comment.