Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.9] Disable flaky e2e tests #566

Merged
merged 3 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
---