Skip to content
Merged
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
10 changes: 9 additions & 1 deletion test/e2e/e2e-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ parameters:
required: false
- name: SLACK_CHANNEL
required: false
- name: LOG_ANALYSIS_SLACK_WEBHOOK
required: false
- name: SLACK_NOTIFY
required: false
objects:
- apiVersion: batch/v1
kind: Job
Expand All @@ -58,7 +62,7 @@ objects:
- --only-health-check-nodes
- --skip-destroy-cluster
- --skip-must-gather
- --enable-llm-analysis
- --log-analysis-enable
- --configs
- ${OSDE2E_CONFIGS}
securityContext:
Expand Down Expand Up @@ -95,3 +99,7 @@ objects:
value: ${CAD_PAGERDUTY_ROUTING_KEY}
- name: GEMINI_API_KEY
value: ${GEMINI_API_KEY}
- name: LOG_ANALYSIS_SLACK_WEBHOOK
value: ${LOG_ANALYSIS_SLACK_WEBHOOK}
- name: SLACK_NOTIFY
value: ${SLACK_NOTIFY}