mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-28 07:51:47 -05:00
Compare commits
6 Commits
groupware
...
showTraceL
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ade34ac342 | ||
|
|
7cc92aebf9 | ||
|
|
38bfe7ed3e | ||
|
|
a248ace6d4 | ||
|
|
7b7a5ea3f5 | ||
|
|
2c75042f52 |
@@ -1758,7 +1758,7 @@ def uploadTracingResult(ctx):
|
|||||||
"mc cp -a %s/reports/e2e/playwright/tracing/* s3/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/" % dirs["web"],
|
"mc cp -a %s/reports/e2e/playwright/tracing/* s3/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/" % dirs["web"],
|
||||||
"cd %s/reports/e2e/playwright/tracing/" % dirs["web"],
|
"cd %s/reports/e2e/playwright/tracing/" % dirs["web"],
|
||||||
'echo "To see the trace, please open the following link in the console"',
|
'echo "To see the trace, please open the following link in the console"',
|
||||||
'for f in *.zip; do echo "npx playwright show-trace $MC_HOST/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/$f \n"; done',
|
'for f in *.zip; do echo "npx playwright show-trace https://$MC_HOST/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/$f \n"; done',
|
||||||
],
|
],
|
||||||
"when": {
|
"when": {
|
||||||
"status": status,
|
"status": status,
|
||||||
@@ -2603,6 +2603,7 @@ def translation_sync(ctx):
|
|||||||
}]
|
}]
|
||||||
|
|
||||||
def checkStarlark(ctx):
|
def checkStarlark(ctx):
|
||||||
|
S3_HOST = "s3.ci.opencloud.eu"
|
||||||
return [{
|
return [{
|
||||||
"name": "check-starlark",
|
"name": "check-starlark",
|
||||||
"steps": [
|
"steps": [
|
||||||
@@ -2610,6 +2611,10 @@ def checkStarlark(ctx):
|
|||||||
"name": "format-check-starlark",
|
"name": "format-check-starlark",
|
||||||
"image": OC_CI_BAZEL_BUILDIFIER,
|
"image": OC_CI_BAZEL_BUILDIFIER,
|
||||||
"commands": [
|
"commands": [
|
||||||
|
"echo https://S3_HOST",
|
||||||
|
"echo https://%s/public" % S3_HOST,
|
||||||
|
"echo %s" % CACHE_S3_SERVER,
|
||||||
|
"echo 'https://s3.ci.opencloud.eu'",
|
||||||
"buildifier --mode=check .woodpecker.star",
|
"buildifier --mode=check .woodpecker.star",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user