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

Stop producing obslytics data #558

Merged
merged 1 commit into from
Aug 14, 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
16 changes: 0 additions & 16 deletions obslytics/bases/triggers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,6 @@ spec:
templateRef:
name: obslytics-data-exporter-workflow-template
template: normalize-timestamps
- - name: large-metrics
template: large-metrics-backfill
arguments:
parameters:
- name: backfill_from_timestamp
value: "{{steps.normalize-timestamps.outputs.parameters.backfill_from_timestamp}}"
continueOn:
failed: true
- - name: xl-metrics
template: xl-metrics-backfill
arguments:
parameters:
- name: backfill_from_timestamp
value: "{{steps.normalize-timestamps.outputs.parameters.backfill_from_timestamp}}"
continueOn:
failed: true
- - name: get-all-partitioned-tables
continueOn:
failed: true
Expand Down
6 changes: 0 additions & 6 deletions obslytics/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ patchesJson6902:
version: v1alpha1
kind: CronWorkflow
name: obslytics-data-exporter-verification-cron-workflows
- path: triggers.yaml
target:
group: argoproj.io
version: v1alpha1
kind: WorkflowTemplate
name: obslytics-data-exporter-workflow-triggers
- path: workflow-templates.yaml
target:
group: argoproj.io
Expand Down
21 changes: 0 additions & 21 deletions obslytics/overlays/dev/triggers.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions obslytics/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ patchesJson6902:
version: v1alpha1
kind: CronWorkflow
name: obslytics-data-exporter-verification-cron-workflows
- path: triggers.yaml
target:
group: argoproj.io
version: v1alpha1
kind: WorkflowTemplate
name: obslytics-data-exporter-workflow-triggers
- path: workflow-templates.yaml
target:
group: argoproj.io
Expand Down
86 changes: 0 additions & 86 deletions obslytics/overlays/prod/triggers.yaml

This file was deleted.

Loading