Skip to content

Commit 7b5b0b5

Browse files
authored
chore: remove per pr circle jobs (ethereum#602)
1 parent 11cb097 commit 7b5b0b5

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

.circleci/config.yml

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ jobs:
109109
- checkout
110110
- run: kurtosis run ${PWD} --verbosity detailed --args-file=./.github/tests/mev.yaml
111111

112-
mix_persistence_k8s:
113-
resource_class: xlarge
114-
executor: ubuntu_vm
115-
steps:
116-
- checkout
117-
- run: kurtosis run ${PWD} "$(cat ./.github/tests/mix-persistence-k8s.yaml)"
118-
119112
workflows:
120113
nightly_tests:
121114
when: << pipeline.parameters.should-enable-check-latest-version-workflow >>
@@ -124,48 +117,8 @@ workflows:
124117
<<: *setup_kurtosis_k3s
125118
- mix_with_tools_k8s:
126119
<<: *setup_kurtosis_k3s
127-
128-
per_pr_test:
129-
when: << pipeline.parameters.should-enable-build-workflow >>
130-
jobs:
131-
- kurtosis-docs-checker/check-docs:
132-
should-check-changelog: false
133-
markdown-link-check-config-json: |
134-
{
135-
"ignorePatterns": [
136-
{
137-
"pattern": "https://github.com/kurtosis-tech/ethereum-package"
138-
}
139-
]
140-
}
141-
filters:
142-
branches:
143-
ignore:
144-
- main
145-
146120
- run_starlark_arm64:
147121
filters:
148122
branches:
149123
ignore:
150-
- main
151-
152-
- mev_k8s:
153-
<<: *setup_kurtosis_k3s
154-
filters:
155-
branches:
156-
ignore:
157-
- main
158-
159-
- mix_with_tools_k8s:
160-
<<: *setup_kurtosis_k3s
161-
filters:
162-
branches:
163-
ignore:
164-
- main
165-
166-
- mix_persistence_k8s:
167-
<<: *setup_kurtosis_k3s
168-
filters:
169-
branches:
170-
ignore:
171-
- main
124+
- main

0 commit comments

Comments
 (0)