mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 22:12:44 +00:00
Merge pull request #212 from maxamillion/downstream/fix_ci_round_2
fix downstream ci names (round 2)
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