chore: disable codeblock and notebook tests for the time being

These tests take huge amount of time in the CI, we should find a way to utilize key cache in them. Until then, they should be disabled.
This commit is contained in:
Umut
2023-01-02 14:41:52 +01:00
parent 9cb8e30cbf
commit 2bd449518c

View File

@@ -331,15 +331,15 @@ jobs:
run: |
make pytest
- name: PyTest CodeBlocks
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
run: |
make pytest_codeblocks
- name: PyTest Notebooks
if: ${{ fromJSON(env.IS_WEEKLY) && steps.conformance.outcome == 'success' && !cancelled() }}
run: |
make pytest_nb
# - name: PyTest CodeBlocks
# if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
# run: |
# make pytest_codeblocks
#
# - name: PyTest Notebooks
# if: ${{ fromJSON(env.IS_WEEKLY) && steps.conformance.outcome == 'success' && !cancelled() }}
# run: |
# make pytest_nb
# Compute coverage only on reference build
- name: Test coverage