From 8d5eba8ab43f82313dd09b3a567de4fb8588705c Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 4 Mar 2024 11:40:28 -0800 Subject: [PATCH 1/4] ci: Add some missing jobs to the gating task The min versions test snuck through --- .github/workflows/tests.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e23db7dad55b..6bcd396b1751 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -549,18 +549,20 @@ jobs: - lint-megalinter - nightly - publish-web - - test-msrv + - test-deps-min-versions - test-dotnet - test-elixir + - test-grammars - test-java - test-js - - test-grammars - - test-prqlc-c + - test-msrv - test-php + - test-prqlc-c - test-python - test-rust - test-rust-main - test-taskfile + - time-compilation runs-on: ubuntu-latest steps: - name: Decide whether the needed jobs succeeded or failed @@ -590,6 +592,7 @@ jobs: "build-web", "check-links-book", "check-links-markdown", + "test-deps-min-versions" "lint-megalinter", "measure-code-cov", "nightly", @@ -605,7 +608,8 @@ jobs: "test-python", "test-rust", "test-rust-main", - "test-taskfile" + "test-taskfile", + "time-compilation" ] build-prqlc: From 0acd6f1d8cbf73c00f3bf51fd0d97aa942249c21 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 4 Mar 2024 12:17:00 -0800 Subject: [PATCH 2/4] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6bcd396b1751..5ca2a3e9a722 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -592,7 +592,7 @@ jobs: "build-web", "check-links-book", "check-links-markdown", - "test-deps-min-versions" + "test-deps-min-versions", "lint-megalinter", "measure-code-cov", "nightly", From 6b417028a65addd42ca46d34d1df07b3d6ea6b88 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 4 Mar 2024 12:20:50 -0800 Subject: [PATCH 3/4] --- .github/workflows/tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5ca2a3e9a722..66d92ee4698b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -592,22 +592,22 @@ jobs: "build-web", "check-links-book", "check-links-markdown", - "test-deps-min-versions", "lint-megalinter", "measure-code-cov", "nightly", "publish-web", - "test-msrv", + "test-deps-min-versions", "test-dotnet", "test-elixir", + "test-grammars", "test-java", "test-js", - "test-prqlc-c", - "test-grammars", + "test-msrv", "test-php", + "test-prqlc-c", "test-python", - "test-rust", "test-rust-main", + "test-rust", "test-taskfile", "time-compilation" ] From beed3cad787fd59ca410d554540af2a672197896 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Mon, 4 Mar 2024 12:21:53 -0800 Subject: [PATCH 4/4] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 66d92ee4698b..9c8d83f62eeb 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -606,8 +606,8 @@ jobs: "test-php", "test-prqlc-c", "test-python", - "test-rust-main", "test-rust", + "test-rust-main", "test-taskfile", "time-compilation" ]