Skip to content

Commit 59a3ec8

Browse files
authored
Merge pull request #287 from jgarciao/add-exection-time-build-alerts
Add Execution-Time-Over-30m to build alert tests + small enhacenments
2 parents 5925ae0 + 1b3c882 commit 59a3ec8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

tests/Tests/200__monitor_and_manage/210__alerts/210__alerts.robot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ Verify Alert "JupyterHub image builds are failing" Fires When There Is An Image
231231
[Documentation] Verify the "JupyterHub image builds are failing" alert when there is a image build failed
232232
[Tags] Tier2
233233
... ODS-717
234+
... Execution-Time-Over-30m
234235
... KnownIssues
235236
${failed_build_name} = Provoke Image Build Failure namespace=redhat-ods-applications
236237
... build_name_includes=tensorflow build_config_name=s2i-tensorflow-gpu-cuda-11.4.2-notebook
@@ -271,6 +272,7 @@ Verify Alert "JupyterHub Image Builds Are Failing" Fires Up To 30 Minutes When T
271272
[Documentation] Verify that alert is firing up to 30 min and after thar resolve automatically
272273
[Tags] Tier2
273274
... ODS-790
275+
... Execution-Time-Over-30m
274276
... KnownIssues
275277
${failed_build_name} = Provoke Image Build Failure namespace=redhat-ods-applications
276278
... build_name_includes=pytorch build_config_name=s2i-pytorch-gpu-cuda-11.4.2-notebook

tests/Tests/500__jupyterhub/test.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ Can Launch Python3
7777

7878
Verify Message That Image Builds Are In Progress
7979
[Documentation] Verifies that Image Builds In Progress are Shown In RHODS Dashboard
80-
[Tags] Sanity
81-
... Tier2
80+
[Tags] Tier2
8281
... ODS-460
8382
Delete Last Pytorch Build
8483
${new_buildname}= Start New Pytorch Build

tests/Tests/600__ai_apps/620__intel_aikit/620__intel_aikit.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Verify intel aikit Is Available In RHODS Dashboard Explore Page
2727

2828
Verify Inetl AIKIT Operator Can Be Installed Using OpenShift Console
2929
[Tags] Tier2
30-
... ODS-760 ODS-702
30+
... ODS-760
3131
[Documentation] This Test Case Installed Intel AIKIT operator in Openshift cluster
3232
... Check and Launch AIKIT notebook image from RHODS dashboard
3333
Check And Install Operator in Openshift ${intel_aikit_container_name} ${intel_aikit_appname}

tests/Tests/600__ai_apps/660__openvino/660__openvino.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Verify OpenVino Is Available In RHODS Dashboard Explore Page
2424

2525
Verify Openvino Operator Can Be Installed Using OpenShift Console
2626
[Tags] Tier2
27-
... ODS-675 ODS-702 ODS-495
27+
... ODS-675
28+
... ODS-495
2829
[Documentation] This Test Case Installed Openvino operator in Openshift cluster
2930
... and Check and Launch AIKIT notebook image from RHODS dashboard
3031
Check And Install Operator in Openshift ${openvino_operator_name} ${openvino_appname}

0 commit comments

Comments
 (0)