Skip to content

Commit

Permalink
Remove redundant OLS CI tests
Browse files Browse the repository at this point in the history
- All scenarios are covered in e2e-ols-cluster step.
  • Loading branch information
onmete committed Apr 30, 2024
1 parent 372db3f commit 1661a4f
Showing 1 changed file with 0 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,94 +49,6 @@ tests:
secret:
mount_path: /tmp/secret
name: ols-codecov-token
- always_run: false
as: e2e-ols-azure-openai-gpt35
cron: '@daily'
presubmit: true
run_if_changed: ^(Containerfile.*|Makefile|manifests/.*|ols/.*|pyproject.toml|pdm.lock|scripts/.*|tests/.*)$
steps:
test:
- as: e2e
commands: |
export PROVIDER_KEY_PATH=/var/run/azureopenai/token
export PROVIDER=azure_openai
export PROVIDER_URL=https://ols-test.openai.azure.com/
export PROVIDER_DEPLOYMENT_NAME=0301-dep
export MODEL=gpt-3.5-turbo
tests/scripts/test-e2e-standalone.sh
credentials:
- mount_path: /var/run/azureopenai
name: azureopenai-apitoken
namespace: test-credentials
from: src
grace_period: 5ns
resources:
requests:
cpu: 100m
- as: e2e-ols-bam-granite13b-chat-v2
cron: '@daily'
presubmit: true
run_if_changed: ^(Containerfile.*|Makefile|manifests/.*|ols/.*|pyproject.toml|pdm.lock|scripts/.*|tests/.*)$
steps:
test:
- as: e2e
commands: |
export PROVIDER_KEY_PATH=/var/run/bam/token
export PROVIDER=bam
export MODEL=ibm/granite-13b-chat-v2
tests/scripts/test-e2e-standalone.sh
credentials:
- mount_path: /var/run/bam
name: bam-apitoken
namespace: test-credentials
from: src
grace_period: 5ns
resources:
requests:
cpu: 100m
- always_run: false
as: e2e-ols-openai-gpt35
cron: '@daily'
presubmit: true
steps:
test:
- as: e2e
commands: |
export PROVIDER_KEY_PATH=/var/run/openai/token
export PROVIDER=openai
export MODEL=gpt-3.5-turbo
tests/scripts/test-e2e-standalone.sh
credentials:
- mount_path: /var/run/openai
name: openai-apitoken
namespace: test-credentials
from: src
grace_period: 5ns
resources:
requests:
cpu: 100m
- always_run: false
as: e2e-ols-watsonx-granite13b-chat-v2
cron: '@daily'
presubmit: true
steps:
test:
- as: e2e
commands: |
export PROVIDER_KEY_PATH=/var/run/watsonx/token
export PROVIDER=watsonx
export PROVIDER_PROJECT_ID=ad629765-c373-4731-9d69-dc701724c081
export MODEL=ibm/granite-13b-chat-v2
tests/scripts/test-e2e-standalone.sh
credentials:
- mount_path: /var/run/watsonx
name: watsonx-apitoken
namespace: test-credentials
from: src
grace_period: 5ns
resources:
requests:
cpu: 100m
- as: e2e-ols-cluster
run_if_changed: ^(Containerfile.*|Makefile|manifests/.*|ols/.*|pyproject.toml|pdm.lock|scripts/.*|tests/.*)$
steps:
Expand Down

0 comments on commit 1661a4f

Please sign in to comment.