mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-21 20:39:58 -05:00
Compare commits
1 Commits
main
...
showTraceL
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c75042f52 |
@@ -434,6 +434,7 @@ MINIO_MC_ENV = {
|
||||
"from_secret": "cache_s3_secret_key",
|
||||
},
|
||||
"PUBLIC_BUCKET": "public",
|
||||
"MC_PUBLIC_HOST": "https://s3.ci.opencloud.eu",
|
||||
}
|
||||
|
||||
CI_HTTP_PROXY_ENV = {
|
||||
@@ -1758,7 +1759,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"],
|
||||
"cd %s/reports/e2e/playwright/tracing/" % dirs["web"],
|
||||
'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 $MC_PUBLIC_HOST/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/$f \n"; done',
|
||||
],
|
||||
"when": {
|
||||
"status": status,
|
||||
|
||||
Reference in New Issue
Block a user