diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-04-15 08:43:06 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-04-15 08:43:06 +0200 |
commit | 1ec0890d76cdfeee8e70bfe9fb5816f8e0119a22 (patch) | |
tree | baa1c7d887a418b2cdc48ebf3afd76cb0e903261 /.drone.yml | |
parent | 3e63a9a8c799bdb964eaf5fd7ce7cd70f863a7a9 (diff) | |
download | nextcloud-server-1ec0890d76cdfeee8e70bfe9fb5816f8e0119a22.tar.gz nextcloud-server-1ec0890d76cdfeee8e70bfe9fb5816f8e0119a22.zip |
Pass proper TEST_SELECTION to drone objectstore
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index cb6e5b7b167..9cc36d301c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1996,7 +1996,7 @@ steps: commands: - phpenmod xdebug - ./tests/drone-wait-objectstore.sh - - TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite + - TEST_SELECTION=PRIMARY-s3 ./autotest.sh sqlite - wget https://codecov.io/bash -O codecov.sh - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi" - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi" @@ -2027,7 +2027,7 @@ steps: commands: - phpenmod xdebug - ./tests/drone-wait-objectstore.sh - - TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite + - TEST_SELECTION=PRIMARY-azure ./autotest.sh sqlite - wget https://codecov.io/bash -O codecov.sh - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi" - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-clover-sqlite.xml; fi" |