diff --git a/scripts/ci_test.sh b/scripts/ci_test.sh index b85d83d..b82efba 100755 --- a/scripts/ci_test.sh +++ b/scripts/ci_test.sh @@ -24,11 +24,6 @@ if ! oc get secret -n "$NAMESPACE" assisted-chat-ssl-ci &>/dev/null; then --from-file=client_secret="${SECRETS_BASE_PATH}/sso-ci/client_secret" fi -if ! oc get secret -n "$NAMESPACE" gemini &>/dev/null; then - echo "Creating gemini secret in namespace $NAMESPACE" - oc create secret generic -n $NAMESPACE gemini --from-file=api_key="${SECRETS_BASE_PATH}/gemini/api_key" -fi - oc process -p IMAGE_NAME="$ASSISTED_CHAT_TEST" \ -p SSL_CLIENT_SECRET_NAME=assisted-chat-ssl-ci \ -p JOB_ID=${UNIQUE_ID} \ diff --git a/test/evals/README.md b/test/evals/README.md index 0e8f5f2..4209e51 100644 --- a/test/evals/README.md +++ b/test/evals/README.md @@ -11,7 +11,6 @@ Evaluation mechanism to validate Agent task completion (e2e) ```bash pip install git+https://github.com/lightspeed-core/lightspeed-evaluation.git#subdirectory=lsc_agent_eval ``` -- `GEMINI_API_KEY` env var is set ## Running tests diff --git a/test/prow/template.yaml b/test/prow/template.yaml index ed57714..67c3c47 100644 --- a/test/prow/template.yaml +++ b/test/prow/template.yaml @@ -32,11 +32,6 @@ objects: secretKeyRef: key: ${SSL_CLIENT_SECRET_KEY} name: ${SSL_CLIENT_SECRET_NAME} - - name: GEMINI_API_KEY - valueFrom: - secretKeyRef: - key: ${GEMINI_API_SECRET_KEY_NAME} - name: ${GEMINI_API_SECRET_NAME} - name: GOOGLE_APPLICATION_CREDENTIALS value: /opt/app-root/google-vertex-service-account.json - name: AGENT_URL @@ -72,10 +67,6 @@ parameters: value: http://assisted-chat - name: AGENT_PORT value: "8090" -- name: GEMINI_API_SECRET_NAME - value: gemini -- name: GEMINI_API_SECRET_KEY_NAME - value: api_key - name: VERTEX_API_SECRET_NAME value: vertex-service-account - name: VERTEX_API_SECRET_KEY_NAME