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

ci: Configure ruff #1193

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Next Next commit
Remove concurrency
Only the workflows that trigger need the concurrency
LecrisUT committed Dec 4, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 259778247c344a1f4d74410ab59b136fa8a60b65
4 changes: 0 additions & 4 deletions .github/workflows/step_build.yml
Original file line number Diff line number Diff line change
@@ -10,10 +10,6 @@ on:
default: false
description: Upload build artifacts

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-build
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
4 changes: 0 additions & 4 deletions .github/workflows/step_pre-commit.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,6 @@ run-name: Pre-commit
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-pre-commit
cancel-in-progress: true

jobs:
pre-commit:
runs-on: ubuntu-latest
4 changes: 0 additions & 4 deletions .github/workflows/step_static-analysis.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,6 @@ run-name: Run CodeQL analysis
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-static-analysis
cancel-in-progress: true

jobs:
codeql:
runs-on: ubuntu-latest
4 changes: 0 additions & 4 deletions .github/workflows/step_test_unit_functional.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,6 @@ run-name: Run Unit/Functional/Integration and External tests using Pip
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-test_classification
cancel-in-progress: true

jobs:
test-pip:
continue-on-error: ${{ matrix.experimental || false }}
4 changes: 0 additions & 4 deletions .github/workflows/step_tests-conda.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,6 @@ run-name: Run tests using Conda
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-conda-test
cancel-in-progress: true

jobs:
test-conda:
strategy:
4 changes: 0 additions & 4 deletions .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,6 @@ run-name: Run tests using Pip
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-pip-test
cancel-in-progress: true

jobs:
test-pip:
runs-on: ubuntu-latest
4 changes: 0 additions & 4 deletions .github/workflows/step_tests-ui.yml
Original file line number Diff line number Diff line change
@@ -4,10 +4,6 @@ run-name: Run UI tests with Galata
on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-ui-test
cancel-in-progress: true

jobs:
test-ui:
continue-on-error: false