Skip to content

Commit

Permalink
fix: fix tests for mm
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Jan 29, 2024
1 parent 516569a commit c660e66
Showing 1 changed file with 5 additions and 47 deletions.
52 changes: 5 additions & 47 deletions tasks/test.yaml
Original file line number Diff line number Diff line change
@@ -1,60 +1,18 @@
tasks:
- name: health-check
actions:
- description: Mattermost Exporter Health Check
- description: Mattermost Operator Health Check
wait:
cluster:
kind: Deployment
name: mattermost-mattermost-exporter
namespace: mattermost

- description: Mattermost Registry Health Check
wait:
cluster:
kind: Deployment
name: mattermost-registry
namespace: mattermost
name: mattermost-operator
namespace: mattermost-operator

- description: Mattermost Shell Health Check
- description: Mattermost Health Check
wait:
cluster:
kind: Deployment
name: mattermost-mattermost-shell
namespace: mattermost

- description: Mattermost Toolbox Health Check
wait:
cluster:
kind: Deployment
name: mattermost-toolbox
namespace: mattermost

- description: Mattermost Sidekiq Health Check
wait:
cluster:
kind: Deployment
name: mattermost-sidekiq-all-in-1-v2
namespace: mattermost

- description: Mattermost Webservice Health Check
wait:
cluster:
kind: Deployment
name: mattermost-webservice-default
namespace: mattermost

- description: Mattermost Gitaly Health Check
wait:
cluster:
kind: StatefulSet
name: mattermost-gitaly
namespace: mattermost

- description: Mattermost Migrations Health Check
wait:
cluster:
kind: Job
name: mattermost-migrations-1
name: mattermost
namespace: mattermost

- name: ingress
Expand Down

0 comments on commit c660e66

Please sign in to comment.