Skip to content

Commit 2c8257d

Browse files
committed
ci: rm chk_proofs, chk_docs_pragma_min_version, chk_antlr_grammar from circleci
1 parent a966568 commit 2c8257d

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.circleci/config.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ commands:
210210
name: Build_ossfuzz
211211
command: scripts/ci/build_ossfuzz.sh
212212

213-
run_proofs:
214-
steps:
215-
- run:
216-
name: Correctness proofs for optimization rules
217-
command: scripts/run_proofs.sh
218-
219213
run_soltest:
220214
steps:
221215
- run:
@@ -244,12 +238,6 @@ commands:
244238
no_output_timeout: 30m
245239
command: .circleci/parallel_cli_tests.py
246240

247-
run_docs_pragma_min_version:
248-
steps:
249-
- run:
250-
name: docs pragma version check
251-
command: scripts/docs_version_pragma_check.sh
252-
253241
# --------------------------------------------------------------------------
254242
# Artifact Commands
255243

@@ -961,20 +949,6 @@ jobs:
961949
command: scripts/pylint_all.py
962950
- matrix_notify_failure_unless_pr
963951

964-
chk_antlr_grammar:
965-
<<: *base_cimg_small
966-
steps:
967-
- checkout
968-
- run:
969-
name: Install Java
970-
command: |
971-
sudo apt -q update
972-
sudo apt install -y openjdk-17-jdk
973-
- run:
974-
name: Run tests
975-
command: scripts/test_antlr_grammar.sh
976-
- matrix_notify_failure_unless_pr
977-
978952
chk_buglist:
979953
<<: *base_node_small
980954
steps:
@@ -990,20 +964,6 @@ jobs:
990964
command: test/buglistTests.js
991965
- matrix_notify_failure_unless_pr
992966

993-
chk_proofs:
994-
<<: *base_ubuntu2404_small
995-
steps:
996-
- checkout
997-
- run_proofs
998-
- matrix_notify_failure_unless_pr
999-
1000-
chk_docs_pragma_min_version:
1001-
<<: *base_ubuntu2404_small
1002-
steps:
1003-
- checkout
1004-
- run_docs_pragma_min_version
1005-
- matrix_notify_failure_unless_pr
1006-
1007967
t_ubu_pyscripts:
1008968
<<: *base_ubuntu2404_small
1009969
steps:
@@ -1879,11 +1839,8 @@ workflows:
18791839
- chk_coding_style: *requires_nothing
18801840
# DISABLED FOR 0.6.0 - chk_docs_examples: *requires_nothing
18811841
- chk_buglist: *requires_nothing
1882-
- chk_proofs: *requires_nothing
18831842
- chk_pylint: *requires_nothing
18841843
- chk_errorcodes: *requires_nothing
1885-
- chk_antlr_grammar: *requires_nothing
1886-
- chk_docs_pragma_min_version: *requires_nothing
18871844
- t_ubu_pyscripts: *requires_nothing
18881845
- t_win_pyscripts: *requires_nothing
18891846

0 commit comments

Comments
 (0)