Skip to content

Commit eca87bb

Browse files
authored
Stop running circleci checks (#4192)
1 parent ff99bc0 commit eca87bb

File tree

3 files changed

+1
-253
lines changed

3 files changed

+1
-253
lines changed

.circleci/config.yml

Lines changed: 0 additions & 248 deletions
This file was deleted.

docs/docs/new-feature.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def create_genesis_state(spec, validator_balances, activation_threshold):
105105

106106
- Update [GitHub Actions config](https://github.com/ethereum/consensus-specs/blob/dev/.github/workflows/run-tests.yml)
107107
- Update `pyspec-tests.strategy.matrix.version` list by adding new feature to it
108-
- Update [CircleCI config](https://github.com/ethereum/consensus-specs/blob/dev/.circleci/config.yml)
109-
- Add new job to the `workflows.test_spec.jobs`
110108

111109
## Others
112110

tests/generators/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ To add a new test generator that builds `New Tests`:
182182
By adding the base generator to your requirements, you can make a generator really easily. See docs below.
183183
4. Your generator is called with `-o some/file/path/for_testing/can/be_anything --preset-list mainnet minimal`.
184184
The base generator helps you handle this; you only have to define test case providers.
185-
5. Finally, add any linting or testing commands to the
186-
[circleci config file](../../.circleci/config.yml) if desired to increase code quality.
187-
Or add it to the [`Makefile`](../../Makefile), if it can be run locally.
185+
5. Finally, add any linting or testing commands to the [`Makefile`](../../Makefile), if it can be run locally.
188186

189187
*Note*: You do not have to change the makefile.
190188
However, if necessary (e.g. not using Python, or mixing in other languages), submit an issue, and it can be a special case.

0 commit comments

Comments
 (0)