Skip to content

Prebuild only run when first time of project add into self-host Gitpod #10024

Closed
@newbe36524

Description

@newbe36524

Bug description

I deploy a self-host Gitpod in Azure as https://github.com/gitpod-io/gitpod-microsoft-aks-guide says.

Everything works but some problem of prebuilds raised.

Prebuilds of DEFAULT branch only run at the first time when a new repo added as a project in gitpod. After that, when I make some changes on the DEFAULT branch, it doesn't trigger prebuild. it's always in the READY state. But the actual content is old.

I'm curious if I'm overlooking some configuration or if this is a bug.

Steps to reproduce

  1. install gitpod as https://github.com/gitpod-io/gitpod-microsoft-aks-guide says
  2. sign in self-host gitpod by github account
  3. add github intergration oauth permission with private_repo and repo
  4. add a private repo into gitrepo
  5. DEFAULT branch starts to run prebuild and get into READY state.
  6. edit README.md in the repo in DEFAULT branch and push
  7. prebuild stats is still READY but nothing run, and prebuild list view, there is nothing but the first record of prebuild when repo init.

Workspace affected

No response

Expected behavior

  1. when I push changes to DEFAULT branch, it would trigger prebuild.

Example repository

No response

Anything else?

No response

Metadata

Metadata

Labels

type: bugSomething isn't working

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions