-
Notifications
You must be signed in to change notification settings - Fork 158
show tracing link #2194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
show tracing link #2194
Conversation
ScharfViktor
commented
Jan 21, 2026
.woodpecker.star
Outdated
| "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 $CACHE_S3_SERVER/$PUBLIC_BUCKET/web/tracing/$CI_REPO_NAME/$CI_PIPELINE_NUMBER/$f \n"; done', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can try running these commands in one of the workflow step to check if it works or not
"echo $MC_HOST",
"echo $CACHE_S3_SERVER",
"echo 'https://s3.ci.opencloud.eu'",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the server_url secret repo level or org level?. if the secret is not used then we can try removing it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
env, variable and plain text didn't work:
+ echo $MC_HOST
https://********
+ echo https://********
https://********
+ echo 'https://********'
https://********
+ buildifier --mode=check .woodpecker.star
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the URL matches the secret 1-to-1, it cannot be displayed in the logs in plain text.
The only option is to remove the URL from the secret. @flimmy could you remove s3.ci.opencloud.eu from secret?
