Enhance Travis to do packaging job#2640
Merged
yadvr merged 1 commit intoapache:masterapache/cloudstack:masterfrom Jul 13, 2018
Merged
Enhance Travis to do packaging job#2640yadvr merged 1 commit intoapache:masterapache/cloudstack:masterfrom
yadvr merged 1 commit intoapache:masterapache/cloudstack:masterfrom
Conversation
aeebaab to
07b6f08
Compare
513afff to
5e9effc
Compare
9eb0598 to
72d74ea
Compare
Two stages are defined in travis job: test and package, where test runs before package. On package stage we're going to do the packaging of final artifacts based on centos7, centos63, ubuntu1804, ubuntu1604 and ubuntu1404. This is to validate that no PR will break packaging artifacts.
Contributor
Author
|
@rafaelweingartner @DaanHoogland @rhtyd we're good to go with this PR. |
Member
|
@khos2ow I do think so. |
Contributor
yadvr
approved these changes
Jul 13, 2018
borisstoyanov
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Jul 23, 2018
…e#2640) Two stages are defined in travis job: test and package, where test runs before package. On package stage we're going to do the packaging of final artifacts based on centos7, centos63, ubuntu1804, ubuntu1604 and ubuntu1404. This is to validate that no PR will break packaging artifacts.
julien-vaz
pushed a commit
to scclouds/cloudstack
that referenced
this pull request
Feb 18, 2025
Correção no formulário de edição de _hosts_ Closes apache#2640 See merge request scclouds/scclouds!1144
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The proposed change of this PR is to add extra step in Travis config to test the packaging of artifacts when new changes are committed and pushed. It will try to package given PR against matrix of possibilities (
centos7,centos6,ubuntu1804,ubuntu1604,ubuntu1404) to validate that the new changes won't break packaging final artifacts (rpmanddebfiles).Types of changes
GitHub Issue/PRs
Screenshots (if appropriate):
How Has This Been Tested?
Checklist:
Testing