Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I4d046d2be7342e7bf4b19e930dfa3c8f9dea8e79
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I0c8adbca67e5f2235bb2d48c19edc0f96400faab
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Changes Include:
- Fixes phase jobs to run on the same node
- Removes using WORKSPACE/.tmp dir for unpacking snapshot since other
phase jobs will need access to these files. Now just unpacks to cache
directory
- Fixes download for ODL. The previous way ODL was being downloaded
was only if a manual patch-set job was run on the ODL gerrit. This
patch changes the download to use the zip artifact automatically
produced.
- The zip artifact is converted to tar.gz and stored in /tmp/ for the
install job to consume. Note: the conversion is done because the
odl-pipeline install scripts only currently accept tar.gz.
- Extra checks in install job to make sure required files exist and
have been previously unpacked by deploy job.
Change-Id: I38aad98cac247eb4af2839811388b119079bc7ba
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Changed port from 8711 to 8082 and auto to test in url. There are 3
successful builds.
https://build.opnfv.org/ci/job/testapi-automate-master/
Change-Id: I099b026eb22c7d95d8bf7345837e7c2234ef571d
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
|
|
Change-Id: I84d3a485594e9ca4c6e0230f2243458fe4450f40
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: Ib3c0cb13dbab2d8c6f8b7fd2219900b32d153b8e
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
Change-Id: Idfa76608e796d9e27bbed4a351d16018e9380c59
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
|
|
|
|
|
|
Workspace wiping was done in builders, which can be removed in favor of
wiping workspace via the 'scm' entry in the job. For now we point at
apex since we require apex repo to clean the host properly. We also
need sdnvpn for the python code to upgrade ODL. Since we can only use a
single scm at a time, we use apex in the jjb, and then manually clone
sdnvpn in the builders that require it.
Change-Id: I52274fc8fdd6b6c052e396c2a63dab5abcbf764e
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Trigger is changed to change-merged for testing and will be reverted to
weekly once there is a successful build
Change-Id: I99a7f49e3d05e4915f1a2dd225fcf4ffde312df3
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
|
|
Change-Id: I059daa067b4aba9f680a63b0a5ec535164fb05d3
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Change-Id: I81bd36ce085d373ecd986a453cde8d45f179a7fb
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
An aarch64 image was created for functest in
https://gerrit.opnfv.org/gerrit/#/c/27801/
This image is build and pushed with
https://gerrit.opnfv.org/gerrit/#/c/28291/
In this commit, the aarch64 image is pulled when an aarch64
jenkins slave is used for running functest.
JIRA: ARMBAND-180
Change-Id: Idfe7115275a056ef5137cff0a963910c2707457c
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
|
|
Otherwise, we saw functions definition in shell script to be
fold by double bracket, not single as expected.
Change-Id: I1924d261f6d8313afa5cf70d173374840e5394db
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
Jenkins slave arm-build3 was added to build the docker image on arm
This commit adds jobs to use that jenkins slave.
JIRA: ARMBAND-108
Change-Id: I7b293d119ca3347983940639fe0cfea1098b18f3
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
|
|
|
|
We fixed the issue of accessing database failed on intel-pod8.
Some problem happened in Huawei Munich Lab.So we move the CI job to this pod.
Change-Id: Iefddcf2bef2cc296b1abd2d224b78c6dbc522295
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: I5aaf203f3db5078e462007c78aa9ff13d102c70c
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Change-Id: Ideb6302df40cae35637d9d764a7811532cf46d7b
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Change-Id: I8143a664a7d9829a048df2603df281ee78dda937
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Intel POD dedicated to VSPERF was moved to new location
and renamed to Intel POD 12.
Change-Id: I98a2204de90f6a491edb9e378da46600d4f29978
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Aric Gardner <agardner@linuxfoundation.org>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I5e97a617a1e205ab7827b362d7e46e5f1792a578
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Apex needs a way to run a gate job after basic scenarios (nosdn,
odl-nofeature) pass. We need the capability to specify which scenario
should be the gate. This patch allows us via a comment to specify
'start-gate-scenario: <scenario>' which will start a gate job to
validate that scenario deploys and passes basic functest health check.
Some drawbacks of this approach include only being able to validate a
single scenario per comment + gerrit votes overriding (not true
workflow/pipeline plugin). The positive is this is a fairly small CI
change to enable some much needed verification. It will be the Apex
committers responsibility to issue this comment post Jenkins +1 approval
of pre-gate.
Change-Id: I9a1364bb1cece8b35488d496789a5e83c707b32d
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
- activate baremetal runs
- disable onos related runs (plugin ain't ready yet)
Change-Id: I89c9cc0a9eafeff698112cdfb4654f4f7852d014
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
|
|
|
|
Change-Id: I210e5148c8058488edab6f26ece42b011e0e618d
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
JIRA: DOVETAIL-180
Change-Id: Ia1e448c5802693c635bc4ca347df3defb9e1e3b4
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Change-Id: I26a2296eb216fae738d4e749410810bff2072e25
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
|
|
Change-Id: Ie323aa771f2348d99eacbf5115c1503e69576ab7
Signed-off-by: meimei <meimei@huawei.com>
|
|
Change-Id: Iffb93175cc253a471530571662a5b8fb3a00ff88
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Need to add it back from the last revert
Change-Id: Ibc2f225c94121e89cc1db1b03b085e588b5a732c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
This reverts commit fd8d915b212fb8adc943a74b537b5b5efffeaaad.
Change-Id: I9e56196f2ac84b72af2f9b51bbcd663fdc4e02c3
|
|
This route will let functest container access floating IPs on the
overcloud when virtual deployments are used.
Change-Id: I9c63239d4d224a141538e9d6f203f4902fe8752e
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
https://gerrit.opnfv.org/gerrit/#/c/27629/ missed the qtip
jobs and caused verify job to fail with
https://build.opnfv.org/ci/job/releng-verify-jjb/900/console
Change-Id: Id9883edb98cc2e7f3fcb8623aeadebfb653f484b
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
|
|
|
|
|
|
|
|
|
|
New jobs for merge and verify added in tandem to ODLDocs. Intent of
keeping these doc jobs between ODL & OPNFV as similar as possible is
to keep the scope for common jobs and cross collaboration possible.
The archiving feature that is included in post build configuration of
ODLDoc jobs has been left out for now until CI Team can take it up.
Change-Id: Ifb494f1491f07ad0af39cd2644f895372b98edf3
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
This patch includes script updates/corrections to upload the artifacts
based on Job type and phase.
Change-Id: I817f9a0cc9a2850759743a72f0db7d2c342360f1
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
|
|
|