Skip to content
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

Speed up pipeline for maven projects #346

Closed
supereagle opened this issue Feb 16, 2018 · 2 comments · Fixed by #367
Closed

Speed up pipeline for maven projects #346

supereagle opened this issue Feb 16, 2018 · 2 comments · Fixed by #367
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/P0 Highest priority. Must be actively worked on as someone's top priority right now.

Comments

@supereagle
Copy link
Member

supereagle commented Feb 16, 2018

Is this a BUG REPORT or FEATURE REQUEST?:

/kind feature

What happened:
For maven projects, their dependencies are downloaded for every build. If the network is not good, or the dependency is huge, the pipeline will be very slow.

What you expected to happen:
Cache the dependency to speed up pipeline.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:
/assign @supereagle
/priority p0

@caicloud-bot
Copy link
Collaborator

@supereagle: GitHub didn't allow me to assign the following users: yuejinming.

Note that only caicloud members can be assigned.

In response to this:

Is this a BUG REPORT or FEATURE REQUEST?:

/kind feature

What happened:
For maven projects, their dependencies are downloaded for every build. If the network is not good, or the dependency is huge, the pipeline will be very slow.

What you expected to happen:
Cache the dependency to speed up pipeline.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:
/assign @yuejinming
/priority p0

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@caicloud-bot caicloud-bot added kind/feature Categorizes issue or PR as related to a new feature. priority/P0 Highest priority. Must be actively worked on as someone's top priority right now. labels Feb 16, 2018
supereagle added a commit to supereagle/cyclone that referenced this issue Feb 16, 2018
@supereagle
Copy link
Member Author

/assign supereagle

supereagle added a commit to supereagle/cyclone that referenced this issue Feb 16, 2018
supereagle added a commit to supereagle/cyclone that referenced this issue Feb 21, 2018
supereagle added a commit to supereagle/cyclone that referenced this issue Feb 21, 2018
caicloud-bot pushed a commit that referenced this issue Feb 27, 2018
Automatic merge from submit-queue.

feat(#346): use cache volume to speed up pipeline

**What this PR does / why we need it**:

Use cache volume to speed up pipeline

**Which issue(s) this PR fixes** *(optional, close the issue(s) when PR gets merged)*:

Fixes #346

**Special notes for your reviewer**:

/cc @bbbmj 

**Release note**:

```release-note
Cache dependency to speed up pipeline.
```
supereagle added a commit to supereagle/cyclone that referenced this issue Feb 27, 2018
caicloud-bot pushed a commit that referenced this issue Feb 27, 2018
…error (#359)

Automatic merge from submit-queue.

fix(#346): let the pipeline to run in non-cache mode when volume has error

**What this PR does / why we need it**:

When the volume has error, still let the pipeline to run, but in non-cache mode.

**Which issue(s) this PR fixes** *(optional, close the issue(s) when PR gets merged)*:

Fixes #346

**Special notes for your reviewer**:

/cc @bbbmj 

**Release note**:

```release-note
NONE
```
supereagle added a commit to supereagle/cyclone that referenced this issue Mar 8, 2018
supereagle added a commit to supereagle/cyclone that referenced this issue Mar 11, 2018
supereagle added a commit to supereagle/cyclone that referenced this issue Mar 11, 2018
caicloud-bot pushed a commit that referenced this issue Mar 13, 2018
Automatic merge from submit-queue.

feat(#346): use cache volume to speed up pipeline

**What this PR does / why we need it**:

Use cache volume to speed up pipeline

**Which issue(s) this PR fixes** *(optional, close the issue(s) when PR gets merged)*:

Fixes #346

**Special notes for your reviewer**:

/cc @zhujian7 

**Release note**:

```release-note
Use cache volume to speed up pipeline
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/P0 Highest priority. Must be actively worked on as someone's top priority right now.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants