Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaw-jan <saw.jan.grg3e@gmail.com>2022-03-30 08:02:04 +0300
committerSawjan Gurung <saw.jan.grg3e@gmail.com>2022-03-31 09:12:51 +0300
commitb139deb1f9bcc12c96f4cd96113531cf36bf9482 (patch)
tree0367d88600335c59cfe739dce11a4f1a38b2e85f /.drone.star
parent6a106b86246548a78f7842e51ec445c01b8edf17 (diff)
add to comment and notification
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star13
1 files changed, 0 insertions, 13 deletions
diff --git a/.drone.star b/.drone.star
index e1a82ba1b..f4f16467d 100644
--- a/.drone.star
+++ b/.drone.star
@@ -255,18 +255,6 @@ def gui_tests(ctx, trigger = {}, depends_on = [], filterTags = [], version = "da
"STACKTRACE_FILE": STACKTRACE_FILE,
},
},
- {
- "name": "stacktrace",
- "image": "owncloudci/alpine:latest",
- "commands": [
- "cat %s" % STACKTRACE_FILE,
- ],
- "when": {
- "status": [
- "failure",
- ],
- },
- },
] +
# GUI test result has been disabled for now, as we squish can not produce the result in both html and json format.
# Disabled untill the feature to generate json result is implemented in squish, or some other method to reuse the log parser is implemented.
@@ -576,7 +564,6 @@ def setGuiTestReportDir():
"image": OC_UBUNTU,
"commands": [
"mkdir %s/screenshots -p" % GUI_TEST_REPORT_DIR,
- "touch %s/coredumps" % GUI_TEST_REPORT_DIR,
"chmod 777 %s -R" % GUI_TEST_REPORT_DIR,
],
}]