Skip to content

Commit

Permalink
revert changes to github actions workflows; remove operator-metrics e…
Browse files Browse the repository at this point in the history
…2e test

Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
  • Loading branch information
jaideepr97 committed Jul 27, 2023
1 parent 98b1036 commit 30292f4
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 254 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,14 @@ jobs:
- name: Download Go dependencies
run: |
go mod download
- name: Run the operator on cluster
- name: Run the operator locally
env:
ARGOCD_CLUSTER_CONFIG_NAMESPACES: argocd-e2e-cluster-config
run: |
set -o pipefail
make install generate fmt vet
# Use tee to flush output to the log. Other solutions like stdbuf don't work, not sure why.
# REDIS_CONFIG_PATH="build/redis" GRAFANA_CONFIG_PATH="grafana" go run ./main.go 2>&1 | tee /tmp/e2e-operator-run.log &
make deploy
REDIS_CONFIG_PATH="build/redis" GRAFANA_CONFIG_PATH="grafana" go run ./main.go 2>&1 | tee /tmp/e2e-operator-run.log &
- name: Run tests
run: |
set -o pipefail
Expand Down
28 changes: 0 additions & 28 deletions tests/k8s/1-033_validate_operator_metrics/01-assert.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions tests/k8s/1-033_validate_operator_metrics/01-install.yaml

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions tests/k8s/1-033_validate_operator_metrics/03-check-metrics.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions tests/k8s/1-033_validate_operator_metrics/04-assert.yaml

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions tests/k8s/1-033_validate_operator_metrics/05-check-metrics.yaml

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions tests/k8s/1-033_validate_operator_metrics/07-check-metrics.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions tests/k8s/1-033_validate_operator_metrics/08-assert.yaml

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions tests/k8s/1-033_validate_operator_metrics/09-check-metrics.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions tests/k8s/1-033_validate_operator_metrics/99-delete.yaml

This file was deleted.

0 comments on commit 30292f4

Please sign in to comment.