Update Armada manifests for osh-infra
This updates the Armada manifests to remove the explicit enabling of helm tests (as the default armada behavior is now to test by default) and updates the ceph-osd chart document to set the native helm wait behavior to false (required for the update-uuid job to complete successfully) Change-Id: Ia84f20ce0f38be5f07dedce70b3fbe424a037ba2 Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
parent
385803eef2
commit
a9652653fb
@ -136,8 +136,8 @@ data:
|
||||
release_group: osh-ceph-osd
|
||||
resources:
|
||||
- type: daemonset
|
||||
test:
|
||||
enabled: true
|
||||
native:
|
||||
enabled: false
|
||||
install:
|
||||
no_hooks: False
|
||||
upgrade:
|
||||
@ -204,8 +204,6 @@ data:
|
||||
timeout: 1800
|
||||
labels:
|
||||
release_group: osh-ceph-client
|
||||
test:
|
||||
enabled: true
|
||||
install:
|
||||
no_hooks: False
|
||||
upgrade:
|
||||
|
@ -62,7 +62,6 @@ data:
|
||||
release: osh-infra-ceph-config
|
||||
namespace: osh-infra
|
||||
test:
|
||||
enabled: true
|
||||
timeout: 600
|
||||
wait:
|
||||
timeout: 1800
|
||||
@ -554,8 +553,6 @@ data:
|
||||
resources:
|
||||
- type: deployment
|
||||
- type: job
|
||||
test:
|
||||
timeout: 600
|
||||
install:
|
||||
no_hooks: False
|
||||
upgrade:
|
||||
|
Loading…
Reference in New Issue
Block a user