Skip to content

Commit e2f2d92

Browse files
committed
ci: Disable test that always times out
Signed-off-by: Joas Schilling <[email protected]>
1 parent 3a97f9e commit e2f2d92

File tree

1 file changed

+40
-38
lines changed

1 file changed

+40
-38
lines changed

.drone.yml

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -145,43 +145,43 @@ trigger:
145145
- pull_request
146146
- push
147147

148-
---
149-
kind: pipeline
150-
name: samba
151-
152-
steps:
153-
- name: submodules
154-
image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
155-
commands:
156-
- git submodule update --init
157-
- name: sqlite-php7.4-samba-native
158-
image: ghcr.io/nextcloud/continuous-integration-samba-native-php7.4:latest
159-
commands:
160-
- smbd -D -FS &
161-
- ./autotest-external.sh sqlite smb-linux
162-
- wget https://codecov.io/bash -O codecov.sh
163-
- 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-external-clover-sqlite.xml; fi"
164-
- 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-external-clover-sqlite.xml; fi"
165-
- 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-external-clover-sqlite-smb-linux.xml; fi"
166-
- 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-external-clover-sqlite-smb-linux.xml; fi"
167-
- name: sqlite-php7.4-samba-non-native
168-
image: ghcr.io/nextcloud/continuous-integration-samba-non-native-php7.4:latest
169-
commands:
170-
- smbd -D -FS &
171-
- ./autotest-external.sh sqlite smb-linux
172-
- wget https://codecov.io/bash -O codecov.sh
173-
- 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-external-clover-sqlite.xml; fi"
174-
- 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-external-clover-sqlite.xml; fi"
175-
- 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-external-clover-sqlite-smb-linux.xml; fi"
176-
- 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-external-clover-sqlite-smb-linux.xml; fi"
177-
178-
trigger:
179-
branch:
180-
- master
181-
- stable*
182-
event:
183-
- pull_request
184-
- push
148+
#---
149+
#kind: pipeline
150+
#name: samba
151+
#
152+
#steps:
153+
#- name: submodules
154+
# image: ghcr.io/nextcloud/continuous-integration-alpine-git:latest
155+
# commands:
156+
# - git submodule update --init
157+
#- name: sqlite-php7.4-samba-native
158+
# image: ghcr.io/nextcloud/continuous-integration-samba-native-php7.4:latest
159+
# commands:
160+
# - smbd -D -FS &
161+
# - ./autotest-external.sh sqlite smb-linux
162+
# - wget https://codecov.io/bash -O codecov.sh
163+
# - 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-external-clover-sqlite.xml; fi"
164+
# - 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-external-clover-sqlite.xml; fi"
165+
# - 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-external-clover-sqlite-smb-linux.xml; fi"
166+
# - 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-external-clover-sqlite-smb-linux.xml; fi"
167+
#- name: sqlite-php7.4-samba-non-native
168+
# image: ghcr.io/nextcloud/continuous-integration-samba-non-native-php7.4:latest
169+
# commands:
170+
# - smbd -D -FS &
171+
# - ./autotest-external.sh sqlite smb-linux
172+
# - wget https://codecov.io/bash -O codecov.sh
173+
# - 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-external-clover-sqlite.xml; fi"
174+
# - 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-external-clover-sqlite.xml; fi"
175+
# - 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-external-clover-sqlite-smb-linux.xml; fi"
176+
# - 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-external-clover-sqlite-smb-linux.xml; fi"
177+
#
178+
#trigger:
179+
# branch:
180+
# - master
181+
# - stable*
182+
# event:
183+
# - pull_request
184+
# - push
185185

186186
---
187187
kind: pipeline
@@ -2355,4 +2355,6 @@ trigger:
23552355
# - push
23562356
---
23572357
kind: signature
2358-
hmac: 329e06f74d523c1cf3ac1082654eba5c248761ed74faf41943da4c7f6dd50033
2358+
hmac: f3a025a17ff926af23615f50fada10ecc0c4a2fd5802f5e05566115bd54e4565
2359+
2360+
...

0 commit comments

Comments
 (0)