sourcegraph/cmd/embeddings/image_test.yaml
Erik Seliger c3e9750ff8
Move embeddings service out of enterprise (#57291)
Mechanical code move to get another service out of enterprise.
2023-10-04 00:47:10 +02:00

22 lines
503 B
YAML

schemaVersion: "2.0.0"
commandTests:
- name: "binary is runnable"
command: "/embeddings"
envVars:
- key: "SANITY_CHECK"
value: "true"
# TODO: Have asked the team and they don't think bash is required
# Leaving this test as a comment until we've confirmed with QA
# - name: "bash is runnable"
# command: "bash"
# args:
# - --version
- name: "not running as root"
command: "/usr/bin/id"
args:
- -u
excludedOutput: ["^0"]
exitCode: 0