gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.52k stars 1.2k forks source link

More transparency on gitpod prebuilds #14695

Open gengjiawen opened 1 year ago

gengjiawen commented 1 year ago

Objective

we are using it https://github.com/nodejs/node, But prebuilds seems never work.

Is it because code submmited to frequently or the project is too big?

stale[bot] commented 1 year ago

This issue 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.

gengjiawen commented 1 year ago

not stable

gengjiawen commented 1 year ago

@akosyakov

akosyakov commented 1 year ago

@gengjiawen sorry I cannot help here

loujaybee commented 10 months ago

@gengjiawen can you provide some more details here?

  1. What is the repo? Can you share a reproduction?
  2. What makes you think the project is "too big"?
  3. How long are prebuilds taking for you?
  4. What do you see in the prebuilds log in your projects in Gitpod?
github-actions[bot] commented 1 month ago

This issue 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.

gengjiawen commented 1 month ago

What is the repo? Can you share a reproduction?

Open https://github.com/nodejs/node in gitpod

What makes you think the project is "too big"?

take really long to build

How long are prebuilds taking for you?

It seems it never works, I start a new gitpod workspace, it start to build from the scratch.

What do you see in the prebuilds log in your projects in Gitpod?

It's a org repo. not sure what's the url

svenefftinge commented 1 month ago

In the prebuild settings you ca reduce the amount of prebuilds, so that prebuilds are only created every nth commit on the main branch. Workspace pick the last successful prebuild and run an incremental build on top.

Did you try that? does it help?