Skip to content

Commit

Permalink
[v1.9] Disable flaky e2e tests (#566)
Browse files Browse the repository at this point in the history
* Disable flaky e2e tests

* Disable flaky e2e tests

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

* Ignore 1-069_validate_redis_secure_comm_autotls_ha test

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

* Disable 1-067_validate_redis_secure_comm_no_autotls_ha

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>

---------

Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
  • Loading branch information
svghadi committed Jul 13, 2023
1 parent 4864f64 commit dd13990
Show file tree
Hide file tree
Showing 129 changed files with 196 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,196 @@
---
apiVersion: argoproj.io/v1alpha1
kind: ArgoCD
metadata:
name: openshift-gitops
namespace: openshift-gitops
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openshift-gitops-server
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: openshift-gitops-openshift-gitops-argocd-application-controller
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: openshift-gitops-openshift-gitops-argocd-server
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: openshift-gitops-openshift-gitops-argocd-application-controller
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: openshift-gitops-openshift-gitops-argocd-server
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-applicationset-controller
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-argocd-application-controller
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-argocd-dex-server
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-argocd-grafana
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-argocd-redis
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-argocd-redis-ha
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-argocd-server
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-applicationset-controller
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-argocd-application-controller
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-argocd-dex-server
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-argocd-grafana
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-argocd-redis
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-argocd-redis-ha
namespace: openshift-gitops
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-argocd-server
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-applicationset-controller
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-argocd-application-controller
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-argocd-dex-server
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-argocd-grafana
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-argocd-redis
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-argocd-redis-ha
namespace: openshift-gitops
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: openshift-gitops-argocd-server
namespace: openshift-gitops
---
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: openshift-gitops-application-controller
namespace: openshift-gitops
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openshift-gitops-applicationset-controller
namespace: openshift-gitops
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openshift-gitops-dex-server
namespace: openshift-gitops
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openshift-gitops-redis
namespace: openshift-gitops
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openshift-gitops-repo-server
namespace: openshift-gitops
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: openshift-gitops-server
namespace: openshift-gitops
---

0 comments on commit dd13990

Please sign in to comment.