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

Remove chaos pipelines #378

Merged
merged 2 commits into from
Sep 6, 2024
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
3 changes: 0 additions & 3 deletions install/roles/automation-hub/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@
- import_tasks: scenario-deployment/tekton/odh-tkn-pipelines.yaml
tags: [tekton-pipelines, odh, never]

- import_tasks: scenario-deployment/tekton/chaos-tkn-pipelines.yaml
tags: [tekton-pipelines, chaos, never]

- import_tasks: scenario-deployment/workflows/infra-argo-workflows.yaml
tags: [workflow, infra, never]

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
git clone https://github.com/skodjob/automation-hub.git $CURRENT_DIR
echo $GIT_CRYPT_SECRET | base64 -d > "$CURRENT_DIR/crypt-key"
cd $CURRENT_DIR && git crypt unlock crypt-key
cd $CURRENT_DIR && ansible-playbook install/automation-hub-play.yaml --tags="infra,strimzi-infra,odh,chaos" -v
cd $CURRENT_DIR && ansible-playbook install/automation-hub-play.yaml --tags="infra,strimzi-infra,odh" -v
env:
- name: GIT_CRYPT_SECRET
valueFrom:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,22 +0,0 @@
---
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
name: open-data-hub-files-update-start
labels:
app: skodjob
project: skodjob
spec:
pipelineRef:
name: open-data-hub-files-update-pipeline
workspaces:
- name: pipeline-ws
volumeClaimTemplate:
metadata:
name: odh-pvc
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1000Mi
Loading