Skip to content

Commit

Permalink
chore: remove per pr circle jobs (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored May 8, 2024
1 parent 11cb097 commit 7b5b0b5
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ jobs:
- checkout
- run: kurtosis run ${PWD} --verbosity detailed --args-file=./.github/tests/mev.yaml

mix_persistence_k8s:
resource_class: xlarge
executor: ubuntu_vm
steps:
- checkout
- run: kurtosis run ${PWD} "$(cat ./.github/tests/mix-persistence-k8s.yaml)"

workflows:
nightly_tests:
when: << pipeline.parameters.should-enable-check-latest-version-workflow >>
Expand All @@ -124,48 +117,8 @@ workflows:
<<: *setup_kurtosis_k3s
- mix_with_tools_k8s:
<<: *setup_kurtosis_k3s

per_pr_test:
when: << pipeline.parameters.should-enable-build-workflow >>
jobs:
- kurtosis-docs-checker/check-docs:
should-check-changelog: false
markdown-link-check-config-json: |
{
"ignorePatterns": [
{
"pattern": "https://github.com/kurtosis-tech/ethereum-package"
}
]
}
filters:
branches:
ignore:
- main

- run_starlark_arm64:
filters:
branches:
ignore:
- main

- mev_k8s:
<<: *setup_kurtosis_k3s
filters:
branches:
ignore:
- main

- mix_with_tools_k8s:
<<: *setup_kurtosis_k3s
filters:
branches:
ignore:
- main

- mix_persistence_k8s:
<<: *setup_kurtosis_k3s
filters:
branches:
ignore:
- main
- main

0 comments on commit 7b5b0b5

Please sign in to comment.