mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
fix downstream ci names
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
run: make test-molecule
|
run: make test-molecule
|
||||||
working-directory: ./ansible_collections/community/kubernetes
|
working-directory: ./ansible_collections/community/kubernetes
|
||||||
|
|
||||||
downstream-sanity-2.9:
|
downstream-sanity-29:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
run: make downstream-test-sanity
|
run: make downstream-test-sanity
|
||||||
working-directory: ./ansible_collections/community/kubernetes
|
working-directory: ./ansible_collections/community/kubernetes
|
||||||
|
|
||||||
downstream-integration-2.9:
|
downstream-integration-29:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -155,7 +155,7 @@ jobs:
|
|||||||
run: make downstream-test-integration
|
run: make downstream-test-integration
|
||||||
working-directory: ./ansible_collections/community/kubernetes
|
working-directory: ./ansible_collections/community/kubernetes
|
||||||
|
|
||||||
downstream-molecule-2.9:
|
downstream-molecule-29:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
plugins/modules/helm.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/helm_info.py validate-modules:parameter-type-not-in-doc
|
|
||||||
plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc
|
||||||
plugins/modules/k8s.py validate-modules:return-syntax-error
|
plugins/modules/k8s.py validate-modules:return-syntax-error
|
||||||
plugins/modules/k8s_scale.py validate-modules:parameter-type-not-in-doc
|
plugins/modules/k8s_scale.py validate-modules:parameter-type-not-in-doc
|
||||||
|
|||||||
Reference in New Issue
Block a user