提交 68984fb7 authored 作者: ricardoV94's avatar ricardoV94

DO NOT MERGE: Temporarily disable rest of CI for faster iteration

上级 9b2ad4fe
...@@ -81,7 +81,7 @@ jobs: ...@@ -81,7 +81,7 @@ jobs:
shell: micromamba-shell {0} shell: micromamba-shell {0}
run: | run: |
export PYTENSOR_FLAGS=warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc__cxxflags=-pipe export PYTENSOR_FLAGS=warn__ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise,gcc__cxxflags=-pipe
asv run --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr asv run --python=same --set-commit-hash=$(git rev-parse HEAD) --show-stderr --bench "bench_shape|bench_graph"
- name: Push results to asv-results branch - name: Push results to asv-results branch
shell: bash shell: bash
......
...@@ -22,6 +22,7 @@ permissions: {} ...@@ -22,6 +22,7 @@ permissions: {}
jobs: jobs:
check_changes: check_changes:
if: false # TEMPORARY: disabled for benchmarks debugging
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
should_run: ${{ steps.set_should_run.outputs.should_run }} should_run: ${{ steps.set_should_run.outputs.should_run }}
......
...@@ -19,6 +19,7 @@ concurrency: ...@@ -19,6 +19,7 @@ concurrency:
jobs: jobs:
changes: changes:
if: false # TEMPORARY: disabled for benchmarks debugging
name: "Check for changes" name: "Check for changes"
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论