Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plasma-infra: Disabled perf test #1383

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/performance-test-base.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Perftest (base branch cache)

on:
push:
branches:
- master
- dev
workflow_dispatch:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а напомни что это

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yeti-or
ручками дергать. Но мы не будем )


jobs:
perftest:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/performance-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
name: Component Performance Testing

on:
pull_request:
branches:
- master
pull_request_target:
branches:
- dev
workflow_dispatch:

concurrency:
# New commit on branch cancels running workflows of the same branch
Expand All @@ -17,10 +12,12 @@ concurrency:

jobs:
authorize:
if: false
name: Authorize external pull request
uses: ./.github/workflows/authorize-external-pr.yml

state:
if: false
needs: [ authorize ]
uses: ./.github/workflows/change-detection.yml
with:
Expand All @@ -31,7 +28,7 @@ jobs:
perftest:
needs: [ authorize, state ]
runs-on: ubuntu-latest
if: ${{ fromJSON(needs.state.outputs.STATE).HAS_PACKAGES_DS_CHANGES }}
if: false
env:
PR_NAME: pr-${{ github.event.number }}
steps:
Expand Down
4 changes: 1 addition & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
# review when someone opens a pull request.
* @Yeti-or @neretin-trike @Yakutoc @TitanKuzmich @shuga2704

native/* @malilex @Yeti-or

.github/* @Yakutoc @Yeti-or @malilex
.github/* @Yakutoc @Yeti-or @TitanKuzmich
Loading