Skip to content

Commit 68984fb

Browse files
committed
DO NOT MERGE: Temporarily disable rest of CI for faster iteration
1 parent 9b2ad4f commit 68984fb

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
shell: micromamba-shell {0}
8282
run: |
8383
export PYTENSOR_FLAGS=warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc__cxxflags=-pipe
84-
asv run --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr
84+
asv run --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr --bench "bench_shape|bench_graph"
8585
8686
- name: Push results to asv-results branch
8787
shell: bash

.github/workflows/pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permissions: {}
2222

2323
jobs:
2424
check_changes:
25+
if: false # TEMPORARY: disabled for benchmarks debugging
2526
runs-on: ubuntu-latest
2627
outputs:
2728
should_run: ${{ steps.set_should_run.outputs.should_run }}

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919

2020
jobs:
2121
changes:
22+
if: false # TEMPORARY: disabled for benchmarks debugging
2223
name: "Check for changes"
2324
runs-on: ubuntu-latest
2425
outputs:

0 commit comments

Comments
 (0)