mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
Merge pull request #10779 from kata-containers/topic/arm64-static-build-runner
workflows: Move arm static checks runner
This commit is contained in:
commit
f5c509d58e
@ -26,7 +26,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
instance:
|
instance:
|
||||||
- "arm-no-k8s"
|
- "ubuntu-22.04-arm"
|
||||||
- "s390x"
|
- "s390x"
|
||||||
- "ppc64le"
|
- "ppc64le"
|
||||||
uses: ./.github/workflows/build-checks.yaml
|
uses: ./.github/workflows/build-checks.yaml
|
||||||
|
@ -14,6 +14,7 @@ paths:
|
|||||||
# Mapping of path (python) regexps to set-of-tests (sort by order of importance)
|
# Mapping of path (python) regexps to set-of-tests (sort by order of importance)
|
||||||
# CI
|
# CI
|
||||||
- "^ci/openshift-ci/": []
|
- "^ci/openshift-ci/": []
|
||||||
|
- "^\\.github/workflows/static-checks": ["static"]
|
||||||
- "^\\.github/workflows/": []
|
- "^\\.github/workflows/": []
|
||||||
# TODO: Expand filters
|
# TODO: Expand filters
|
||||||
# Documentation
|
# Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user