Commit 7b5b0b59 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

chore: remove per pr circle jobs (#602)

parent 11cb097b
...@@ -109,13 +109,6 @@ jobs: ...@@ -109,13 +109,6 @@ jobs:
- checkout - checkout
- run: kurtosis run ${PWD} --verbosity detailed --args-file=./.github/tests/mev.yaml - 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: workflows:
nightly_tests: nightly_tests:
when: << pipeline.parameters.should-enable-check-latest-version-workflow >> when: << pipeline.parameters.should-enable-check-latest-version-workflow >>
...@@ -124,48 +117,8 @@ workflows: ...@@ -124,48 +117,8 @@ workflows:
<<: *setup_kurtosis_k3s <<: *setup_kurtosis_k3s
- mix_with_tools_k8s: - mix_with_tools_k8s:
<<: *setup_kurtosis_k3s <<: *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: - run_starlark_arm64:
filters: filters:
branches: branches:
ignore: ignore:
- main - main
\ No newline at end of file
- 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment