coreos / coreos-ci

CoreOS CI powers upstream testing for CoreOS projects.
https://jenkins-coreos-ci.apps.ocp.ci.centos.org/
6 stars 10 forks source link

jobs/seed-github-ci: stop wiping workspace #20

Closed jlebon closed 4 years ago

jlebon commented 4 years ago

Otherwise we blow away the git repo which Jenkins uses to know whether something changed, and so we end up rebuilding all the PRs and branches every time a branch index refresh happens (currently scheduled for once a day).

This essentially reverts #18. The original PR which prompted this is merged now. Let's keep an eye on the upstream issue.

cgwalters commented 4 years ago

Ugh. Hmm...do we need the branch index refresh job?

jlebon commented 4 years ago

Ugh. Hmm...do we need the branch index refresh job?

We do because that's when data associated with PRs/branches get GC'ed.