Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I9a3ec4c5adf52c5990dd163970faf376f60aa037
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I7aa96c53f40696fe33326468537c83f427f02038
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Iaa56bc56e6a98813856634e77ce278e5e76ce234
Signed-off-by: meimei <meimei@huawei.com>
|
|
|
|
|
|
Change-Id: Ib85bebcad312cf5f1374bde01851537ba5c751f0
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I858296e8b3a8013cc6b51db7462ae091a1f804c3
Signed-off-by: meimei <meimei@huawei.com>
|
|
JIRA: SECURITY-39
Please let me know what effects this will have on other moving parts.
feel free to abandon, this is just to start a discussion
Change-Id: Id5420c33d00aa69bebb4a7c822223a6ee7dc2a71
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
Change-Id: Ia040c85ad26317d087895b9a50d26cc456a0605b
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I79f209dac19cb0e66049f5a6062a54ff2971cefe
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Ifcd9355055405c9c4f89a774d7a8fc44997884e3
Signed-off-by: meimei <meimei@huawei.com>
|
|
the duration of daily job have been decreased to within 4hours
Change-Id: Ia42f223bfd0df7c7138cee3db69b11a67a78d64b
Signed-off-by: meimei <meimei@huawei.com>
|
|
|
|
os-odl_l2-moon-noha
os-nosdn-kvm-ha
Change-Id: I13e3efbc657b7ce37eac43ff80a0168d59901340
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Iaced24782396f78d0620f4283b33c644739f88e7
Signed-off-by: meimei <meimei@huawei.com>
|
|
JIRA: COMPASS-431
Change-Id: I42b632170f4423627b57bdc21f5d5718a46067b0
Signed-off-by: meimei <meimei@huawei.com>
|
|
JIRA: COMPASS-438
Change-Id: Ic94cc244141e2ff3a15fa2cdaeb4cac93ca04fe5
Signed-off-by: meimei <meimei@huawei.com>
|
|
The change to gpg_import_key is just so that I could +x it.
Change-Id: I647d0586e7c5f653f6c1a479db2b1c75c4620064
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
This is the first step towards having alignment of the job structure, applying
commit gating and use of labels for all installer jobs.
Apart from the above, it also
- puts all CI baremetal and virtual PODs together
- gets rid of use of slaves directly for CI baremetal and virtual PODs
- switches labels for all CI baremetal and virtual PODs using below labels
{installer}-baremetal
{installer}-virtual
- puts all CI build slaves together and switches to labels - except huawei-build
- puts all none-CI PODs together
Please note that this change does not impact the overall job structure.
Change-Id: I2d8d15799a57fe7e063d39f81b96d19c218b100e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I002bbec8be051b306102af08a676c4bb91fb35c2
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I4074ed73292e743256a7f69caf93fce950cf774d
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I435c17a3426d6157efab5292f2acf9df8634eaeb
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Iefded3b425785d6dc2b25bb4f8312934b8c8b545
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Iaa1b15badf9750f47a68612f4dae48952de3a3d4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
This is a required field for JJB > 1.4
Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Change-Id: I97a0e1576aecb6ff6f319ca531917dc92bb29277
Signed-off-by: meimei <meimei@huawei.com>
|
|
- remove the support of juno
- support Mitaka
JIRA: COMPASS-413
Change-Id: I592001421ce485cabb400a72d9ffe2fd0d3577f5
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Ib56f4675e840c05ab2ed331efef553362cd16fb3
Signed-off-by: meimei <meimei@huawei.com>
|
|
This change switches compass jobs to use labels instead of tying
jobs to slaves.
The changes in detail are:
- Compass jobs can roam on any pod that is labelled with compass-baremetal
and compass-virtual.
- Above means that there is no branch/pod allocation anymore.
- New jobs are created in order to get rid of pod names from them and just
use baremetal or virtual in names.
- Old jobs are removed.
- Related test jobs are updated.
- huawei-virtual label is renamed to compass-virtual since we still have
installer specific slaves, not company specific. In future the job
might end up on a none-Huawei slave too.
- huawei-pod2 is not a CI POD so it is left in none-CI PODs section.
- block relations and triggers might require fine tuning and left to compass
project to decide how to adjust
Job structure remains same; one parent job calling 3 downstream jobs:
deploy, functest, yardstick.
The OS to deploy (trusty or centos7) needs to be solved in a separate patch
in a sustainable way.
Change-Id: I22bfaff36640667b6764f0e303a3286af0eb41b2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: Id33543777ba227214f92770db730051326cba25f
Signed-off-by: meimei <meimei@huawei.com>
|
|
|
|
- enable ocl scenario only in ubuntu deployment
- disable ci jobs of Brahmaputra
- use huawei-pod1 instead untill intel8 back to online
JIRA: COMPASS-393
Change-Id: I76245d8c5f650ee85664d86fe4d9da1ca2c6e76a
Signed-off-by: meimei <meimei@huawei.com>
|
|
JIRA: COMPASS-392
Change-Id: Iec07b950747ced3a70250cf7947cb9feb0558f0d
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I65a30fa13807b8aeab47880d7a1085038d2031ff
Signed-off-by: meimei <meimei@huawei.com>
|
|
Slave names will be as below.
- huawei-us-deploy-bare-1 -> huawei-pod1
- huawei-us-deploy-bare-2 -> huawei-pod2
- huawei-sh-test-2-defaults -> huawei-pod3
- huawei-sh-pod6 -> huawei-pod4
- huawei-us-deploy-vm-1 -> huawei-virtual1
- huawei-us-deploy-vm-2 -> huawei-virtual2
- huawei-us-deploy-vm-3 -> huawei-virtual3
- huawei-us-deploy-vm-4 -> huawei-virtual4
huawei-sh-pod4 will be removed from Jenkins.
Please note that this change will result in removal of existing jobs.
This is not that crucial since the use of labels will result in same.
Change-Id: I63798c799a402b1694ee0767ffdb45a597897cd9
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I94a2f097432148a9fa1e739225960c1ac1ec581e
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Ie6ad8ffa979c2d5e80cfb53cb338a94e9aa96e27
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Iae7d280e7b45a8dcaa61f3bedea8a7f5c4d5ad82
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I5717249e40a711c207d1d15fb3260c09217408f2
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: If5687dbde81d93954859c03da6a026e225f5ba99
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Ief1971dc92f1c1c93ef9ff55a57ae7ed6e43e473
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Id054c95377f0f3fa048f8017aa665d9a90e2e74b
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Ie24a02341438be6a59b036098e090a62ed822845
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Ib9c1a72b65b3c90b45624412a967cc7605252bb1
Signed-off-by: meimei <meimei@huawei.com>
|
|
- Checkout the commit that was used for building the ISO to have consistency
- Switch to include-raw-escape and get rid of extra/escape curly brackets
Change-Id: I8f879b39d310ac14d72f77e260c7e80e0bf33e39
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I0ceb78f2345a4d627e2318c4f149ad6ca76bef19
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I2f7cec73be482122d3ff7409eae6d514838a0e3e
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: I69848dd40abf425acc671b332aec4199d4116ba3
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: If629d4f345931e31053a0a95fc266a168c62fb86
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Id2021e11dd84ed0caccb0456da6d99798469b72f
Signed-off-by: meimei <meimei@huawei.com>
|