Skip to content

STOR-2413: Periodics tests in Sippy #66610

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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,9 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- periodic-e2e-aws-csi-techpreview-volumeattributesclass
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ tests:
TEST_ARGS: --run=VolumeAttributesClass
TEST_SUITE: all
workflow: openshift-e2e-aws
- as: periodic-e2e-aws-csi-techpreview-volumeattributesclass
cron: '@daily'
steps:
cluster_profile: aws-2
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_ARGS: --run=VolumeAttributesClass
TEST_SUITE: all
workflow: openshift-e2e-aws
- as: verify-commits
commands: |
commitchecker --start ${PULL_BASE_SHA:-master}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ tests:
TEST_ARGS: --run=VolumeAttributesClass
TEST_SUITE: all
workflow: openshift-e2e-aws
- as: periodic-e2e-aws-csi-techpreview-volumeattributesclass
cron: '@daily'
steps:
cluster_profile: aws-2
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_ARGS: --run=VolumeAttributesClass
TEST_SUITE: all
workflow: openshift-e2e-aws
- as: verify-commits
commands: |
commitchecker --start ${PULL_BASE_SHA:-master}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
base_images:
aws-ebs-csi-driver-test:
name: "4.19"
namespace: ocp
tag: aws-ebs-csi-driver-test
build_root:
from_repository: true
releases:
initial:
candidate:
product: ocp
stream: nightly
version: "4.19"
latest:
candidate:
product: ocp
stream: nightly
version: "4.19"
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: periodic-e2e-aws-csi-techpreview-volumeattributesclass
cron: '@daily'
steps:
cluster_profile: aws-2
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_ARGS: --run=VolumeAttributesClass
TEST_SUITE: all
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: release-4.19
org: openshift
repo: aws-ebs-csi-driver
variant: periodics
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
base_images:
aws-ebs-csi-driver-test:
name: "4.20"
namespace: ocp
tag: aws-ebs-csi-driver-test
build_root:
from_repository: true
releases:
initial:
candidate:
product: ocp
stream: nightly
version: "4.20"
latest:
candidate:
product: ocp
stream: nightly
version: "4.20"
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: periodic-e2e-aws-csi-techpreview-volumeattributesclass
cron: '@daily'
steps:
cluster_profile: aws-2
env:
FEATURE_SET: TechPreviewNoUpgrade
TEST_ARGS: --run=VolumeAttributesClass
TEST_SUITE: all
workflow: openshift-e2e-aws
zz_generated_metadata:
branch: release-4.20
org: openshift
repo: aws-ebs-csi-driver
variant: periodics
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
8 changes: 8 additions & 0 deletions ci-operator/config/openshift/aws-efs-utils/.config.prowgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
8 changes: 8 additions & 0 deletions ci-operator/config/openshift/csi-driver-smb/.config.prowgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
slack_reporter:
- channel: "#forum-ocp-storage"
job_states_to_report:
- failure
- error
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
4 changes: 2 additions & 2 deletions ci-operator/config/openshift/csi-operator/.config.prowgen
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ slack_reporter:
job_states_to_report:
- failure
- error
report_template: ':red_jenkins_circle: Job *{{.Spec.Job}}* ended with
*{{.Status.State}}*. <{{.Status.URL}}|View logs>'
report_template: |
':red_jenkins_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs>'
job_names: # Listing of job names (ci-operator's 'as' field) that this configuration applies to
- periodic-e2e-aws-efs-csi
- periodic-e2e-smb-csi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,37 +482,6 @@ tests:
env:
PROJECT_NAME: csi-operator
workflow: openshift-ci-security
- as: periodic-e2e-aws-efs-csi
cron: '@daily'
steps:
cluster_profile: aws-3
dependencies:
OO_INDEX: ci-index-aws-efs-csi-driver-operator-bundle
env:
ENABLE_LONG_CSI_CERTIFICATION_TESTS: "true"
OO_CHANNEL: stable
TEST_SUITE: openshift/csi
workflow: openshift-e2e-aws-csi-efs
- as: periodic-e2e-smb-csi
cron: '@daily'
steps:
cluster_profile: azure4
dependencies:
OO_INDEX: ci-index-smb-csi-driver-operator-bundle
env:
ENABLE_LONG_CSI_CERTIFICATION_TESTS: "true"
OO_CHANNEL: stable
OO_INSTALL_NAMESPACE: openshift-cluster-csi-drivers
OO_PACKAGE: smb-csi-driver-operator
OO_TARGET_NAMESPACES: '!all'
workflow: openshift-e2e-azure-csi-smb
- as: periodic-e2e-azure-file-csi
cron: '@daily'
steps:
cluster_profile: azure4
env:
ENABLE_LONG_CSI_CERTIFICATION_TESTS: "true"
workflow: openshift-e2e-azure-csi-file
- as: hypershift-e2e-aks
steps:
cluster_profile: hypershift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,33 +300,6 @@ tests:
env:
PROJECT_NAME: csi-operator
workflow: openshift-ci-security
- as: periodic-e2e-aws-efs-csi
cron: '@daily'
steps:
cluster_profile: aws
dependencies:
OO_INDEX: ci-index-aws-efs-csi-driver-operator-bundle
env:
OO_CHANNEL: stable
TEST_SUITE: openshift/csi
workflow: openshift-e2e-aws-csi-efs
- as: periodic-e2e-smb-csi
cron: '@daily'
steps:
cluster_profile: azure4
dependencies:
OO_INDEX: ci-index-smb-csi-driver-operator-bundle
env:
OO_CHANNEL: preview
OO_INSTALL_NAMESPACE: openshift-cluster-csi-drivers
OO_PACKAGE: smb-csi-driver-operator
OO_TARGET_NAMESPACES: '!all'
workflow: openshift-e2e-azure-csi-smb
- as: periodic-e2e-azure-file-csi
cron: '@daily'
steps:
cluster_profile: azure4
workflow: openshift-e2e-azure-csi-file
zz_generated_metadata:
branch: release-4.17
org: openshift
Expand Down
Loading