From 0855bc795ce34ca2a3c1e23c75ac2eb8b8359a3a Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 16 Apr 2024 09:50:39 -0400 Subject: [PATCH] Revert "debug" This reverts commit 863989f53865b539504e0c2da2eb7d7c9ac8698b. --- .github/workflows/test.yml | 2 +- chia/_tests/core/util/config.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4055b5468e..eb450efdea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: - name: Generate matrix configuration id: configure run: | - python chia/_tests/build-job-matrix.py --per directory --verbose --only clvm > matrix.json + python chia/_tests/build-job-matrix.py --per directory --verbose > matrix.json cat matrix.json echo configuration=$(cat matrix.json) >> "$GITHUB_OUTPUT" echo matrix_mode=${{ ( github.event_name == 'schedule' ) && 'all' || ( github.event_name == 'workflow_dispatch' ) && 'all' || ( github.repository_owner == 'Chia-Network' && github.repository != 'Chia-Network/chia-blockchain' ) && 'limited' || ( github.repository_owner == 'Chia-Network' && github.repository == 'Chia-Network/chia-blockchain' && github.ref == 'refs/heads/main' ) && 'main' || ( github.repository_owner == 'Chia-Network' && github.repository == 'Chia-Network/chia-blockchain' && startsWith(github.ref, 'refs/heads/release/') ) && 'all' || ( github.repository_owner == 'Chia-Network' && github.repository == 'Chia-Network/chia-blockchain' && startsWith(github.base_ref, 'release/') ) && 'all' || 'main' }} >> "$GITHUB_OUTPUT" diff --git a/chia/_tests/core/util/config.py b/chia/_tests/core/util/config.py index 36a120bf3d..0bc8434702 100644 --- a/chia/_tests/core/util/config.py +++ b/chia/_tests/core/util/config.py @@ -1,4 +1,3 @@ from __future__ import annotations checkout_blocks_and_plots = True -parallel = False