-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update prebuild and incremental prebuild emojis #16110
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
Conversation
/werft run with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.2 |
/werft run with-clean-slate-deployment=true recreate-vm=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.3 |
/werft run with-clean-slate-deployment=true recreate-vm=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.4 |
/werft run with-clean-slate-deployment=true recreate-vm=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.5 |
started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.6 because the annotations in the pull request description changed |
/werft run with-clean-slate-deployment=true with-preview=true recreate-vm=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.7 |
/werft run with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.8 |
/werft run with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.9 |
/werft run with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.10 |
fa32177
to
94f1cbd
Compare
/werft run with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.12 |
/werft run with-clean-slate-deployment=true recreate-vm=true with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.13 |
Ready-For-Review 🏓 |
94f1cbd
to
e889a6a
Compare
started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.15 because the annotations in the pull request description changed |
@@ -498,14 +498,14 @@ func (tm *tasksManager) watch(task *task, term *terminal.Term) { | |||
duration := "" | |||
if elapsed >= 1*time.Minute { | |||
elapsedInMinutes := strconv.Itoa(int(math.Round(elapsed.Minutes()))) | |||
duration = "⏱️ Well done on saving " + elapsedInMinutes + " minute" | |||
duration = "⏱️\bWell done on saving " + elapsedInMinutes + " minute" |
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.
question: Does \b
work? I couldn't test this with a prebuild in the preview environment. 🤷
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.
why does space
doesn't work 🤔 ?
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.
maybe an xterm issue 🤔
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.
Hey @jeanp413! I highlighted this because I could not test it in the preview environment. Maybe it's working just fine. Do you think it's safe to merge this as is and see how it renders in production?
/werft run with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.16 |
/werft run recreate-vm 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.17 |
started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.18 because the annotations in the pull request description changed |
/werft run 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.19 |
/werft run 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.20 |
/hold |
e889a6a
to
fb9a339
Compare
/werft run with-clean-slate-deployment=true recreate-vm=true with-preview=true 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.22 |
@gtsiolis doesn't work 😞 |
fb9a339
to
f56e6de
Compare
/werft with-preview with-large-vm 👎 unknown command: with-preview |
/werft run with-preview with-large-vm 👍 started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.24 |
f56e6de
to
22ec223
Compare
started the job as gitpod-build-gt-update-prebuild-and-incremental-prebuild-e.26 because the annotations in the pull request description changed |
22ec223
to
af4b0d0
Compare
Socket Security Pull Request Report👍 No new dependency issues detected in pull request Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with Powered by socket.dev |
af4b0d0
to
03835f0
Compare
@gtsiolis there's two issues here:
|
03835f0
to
ed6e06b
Compare
I was doing some tests but didn't help
yeah we could try that |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
An attempt to resolve #15508, see relevant comment in #15508 (comment).
Related Issue(s)
Fixes #15508
How to test
Add a project and open the logs of a successful prebuild.
Release Notes
Build Options:
Experimental feature to run the build with GitHub Actions (and not in Werft).
leeway-target=components:all
Run Leeway with
--dont-test
Preview Environment Options:
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh