Skip to content

Commit

Permalink
Merge pull request #30855 from vespa-engine/balder/reenable-running-s…
Browse files Browse the repository at this point in the history
…ystemtest-on-pr-builds

Reenable runing of basic systemtest
  • Loading branch information
baldersheim authored Apr 8, 2024
2 parents 82966e6 + a296abb commit b9e10aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
--tag docker.io/vespaengine/vespa-systemtest-el8:latest .
- verify-test-image: |
docker run --rm -ti --entrypoint bash docker.io/vespaengine/vespa-systemtest-el8:$VESPA_VERSION -lc \
"/opt/vespa-systemtests/lib/node_server.rb & sleep 3 && ruby /opt/vespa-systemtests/tests/search/basicsearch/basic_search.rb --run test_basicsearch__ELASTIC"
"/opt/vespa-systemtests/lib/node_server.rb & sleep 3 && ruby /opt/vespa-systemtests/tests/search/basicsearch/basic_search.rb --run test_basicsearch__INDEXED"
- publish-test-image: |
if [[ -z "$SD_PULL_REQUEST" ]]; then
OPT_STATE="$(set +o)"
Expand Down

0 comments on commit b9e10aa

Please sign in to comment.