Eric Ball [Thu, 13 Jun 2019 14:45:06 +0000 (14:45 +0000)]
Merge "Deploy SEBA on compass task"
jialv01 [Thu, 13 Jun 2019 09:53:16 +0000 (17:53 +0800)]
Deploy SEBA on compass task
Deploy seba into community CI/CD platform
Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com>
Change-Id: I17fa9bae5a5a0b65ef5af790b4e1b8f75e9a6f7a
Jingzhao.Ni [Wed, 12 Jun 2019 15:27:34 +0000 (23:27 +0800)]
Remove the NODE_NAME judgement in compass scripts
Remove the NODE_NAME judgement in the scripts.
Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I348f09e961f75e534f69b9e34867bce011d6c531
Alex Kozyrev [Tue, 11 Jun 2019 17:27:09 +0000 (13:27 -0400)]
Run StarlingX validation weekly
Change-Id: I0d5e0a84545c0add7eddc1f28aec5e383f7b3a52
Eric Ball [Tue, 11 Jun 2019 13:11:59 +0000 (13:11 +0000)]
Merge "Declare NODE_NAME environment variable"
Jingzhao.Ni [Mon, 10 Jun 2019 13:01:07 +0000 (21:01 +0800)]
Declare NODE_NAME environment variable
Undeclaring NODE_NAME parameter results in the wrong network
configuration used which will cause deploying failure when
deploying hosts. In this patch, "arm-virtual-host" will be
assigned to NODE_NAME for fixing this error.
At the same time, a bug in iec installation script was resolved.
Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I79b638cfa41e650e0c08e601a8efb7635922cca0
Eric Ball [Mon, 10 Jun 2019 22:11:26 +0000 (22:11 +0000)]
Merge "Fixes to run in node, and in workspace"
Yolanda Robla [Fri, 7 Jun 2019 15:00:18 +0000 (17:00 +0200)]
Fixes to run in node, and in workspace
Switched the deployment to 1-node, for less memory
requirements.
Also fix some issues with WORKSPACE and GOPATH
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I1f5b572f0be0dea69d9ffd78d2c4ff5b634a5144
Eric Ball [Fri, 7 Jun 2019 14:46:50 +0000 (14:46 +0000)]
Merge "[iec] Add Fuel uninstall script & build step"
Eric Ball [Fri, 7 Jun 2019 14:16:59 +0000 (14:16 +0000)]
Merge "Add new job for deploying libvirt"
Yolanda Robla [Mon, 3 Jun 2019 09:23:06 +0000 (11:23 +0200)]
Add new job for deploying libvirt
It includes verify and merge jobs, to execute a deploy
on libvirt on a third-party CI.
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I0c331f36eb7461cceb6cfdab50bc54ae0a0b96c6
Eric Ball [Wed, 5 Jun 2019 20:03:24 +0000 (20:03 +0000)]
Merge "Change installer/binary jobs from merge to verify"
Yolanda Robla [Wed, 5 Jun 2019 09:14:04 +0000 (11:14 +0200)]
Change installer/binary jobs from merge to verify
The value of these jobs is to launch a brief test each time
a patch lands, they do not provide any value on merge. So changing
the naming and the behaviour to achieve that.
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I4c2f42ecdac9abdb9c3696ce62d870f632529293
Eric Ball [Wed, 5 Jun 2019 18:36:03 +0000 (18:36 +0000)]
Merge "Try to fix "sudo pip xxx" problem on CI platform"
Alexandru Avadanii [Mon, 27 May 2019 15:47:28 +0000 (17:47 +0200)]
[iec] Add Fuel uninstall script & build step
- add iec-fuel-destroy.sh, responsible for uninstalling Fuel resources
from the jumpserver;
- move Compass uninstall step after usecase(s) step(s);
- rework `deploy_type` matrix to be installer-agnostic and introduce
a new `installer` matrix;
- add blocking threshold for usecase(s) step(s) so destroy step is
always performed;
Change-Id: Ifaba336e436131a8ac9e871e706c0b8234b617ed
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Jingzhao.Ni [Tue, 4 Jun 2019 02:53:50 +0000 (10:53 +0800)]
Try to fix "sudo pip xxx" problem on CI platform
The main purpose of this patch is trying to fix the problem about
"sudo pip xxxx" error. In this patch, the following things will be
done.
1. Add a function which is used for checking pip environments in
iec-compass-build.sh.
The check_env function was added in iec-compass-build.sh file.
It will be used for checking whether there is any error when
running "sudo pip xxx" and "pip xxx" command. If error existed,
the pip software will be reinstall.
2. Remove the "sed" command which is used for replaceing the "sudo
pip xxx" command.
Since the compass requires some software which need to be run on
sudo mode, there is no need to replace those "sudo" command by
"python -m pip install xxx". So the replace cmd was removed.
Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I384e8213926e86ec9aafbcf20c3586291f63e016
Alex Kozyrev [Tue, 4 Jun 2019 14:15:37 +0000 (10:15 -0400)]
Add Jenkins job for StarlingX blueprint
Signed-off-by: Alex Kozyrev <alex.kozyrev@windriver.com>
Change-Id: Ic88e39fab56c9e6499469f75c6b706446a55e857
Alexandru Avadanii [Thu, 30 May 2019 13:34:28 +0000 (16:34 +0300)]
[validation] docker: Fix manifest push wildcard
The `make -C docker/*/. something` is expanded to
`make -C docker/firstsubdir/. docker/secondsubdir/. something`,
which leads to `make` interpreting the second directory as a
target name instead of running in that directory.
Switch to an explicit sh for loop to avoid this.
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Change-Id: I7ae64f37b27079994c150b7d98af683d89b5c173
Eric Ball [Tue, 28 May 2019 17:18:44 +0000 (17:18 +0000)]
Merge "Replace the root command with user mode"
Jingzhao.Ni [Mon, 27 May 2019 12:31:16 +0000 (20:31 +0800)]
Replace the root command with user mode
The "sudo pip install" command cause some error when deploying
compass. So replace the "sudo pip install" with the "python -m
pip install pyyaml" command.
Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: Ia86e5a8b1c75e6367d044e94e356f7d1a855418e
Saku Chydenius [Mon, 27 May 2019 12:23:35 +0000 (15:23 +0300)]
[ta] Add "remerge" trigger to TA merge jobs
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
Change-Id: I61131d86bed58e1408015443aff50bedd64b23ce
Saku Chydenius [Sun, 26 May 2019 16:33:16 +0000 (19:33 +0300)]
[ta] Store more image build result artifacts
All image build result files are included except the big images.
Change-Id: Icf6ef47ec688bfbd9727a3851c3b09d569594746
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
Eric Ball [Fri, 24 May 2019 19:01:07 +0000 (19:01 +0000)]
Merge "[ta] Move image build job to a bigger build minion"
Saku Chydenius [Fri, 24 May 2019 12:02:20 +0000 (15:02 +0300)]
[ta] Install build time dependencies to slaves
These are required when building TA ISO image
Change-Id: Ib5405b4ccea13dc99f460200d29a432e9bd3cb18
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
Eric Ball [Thu, 23 May 2019 15:18:04 +0000 (15:18 +0000)]
Merge "Add new job for deploying kni on AWS"
Eric Ball [Thu, 23 May 2019 14:39:50 +0000 (07:39 -0700)]
Revert "Revert Add DOCKERHUB_REGISTRY global var"
This reverts commit
0971296e4eb80b08195fc7c28045c900908ff11f.
Change-Id: Ie7a2302c879b3512bff73d68d957bde3042182e9
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Yolanda Robla [Thu, 2 May 2019 07:23:43 +0000 (09:23 +0200)]
Add new job for deploying kni on AWS
Change-Id: Ieae618b9dfe99880f218cb409d328106633419e8
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Eric Ball [Thu, 23 May 2019 14:08:45 +0000 (14:08 +0000)]
Merge "Add IEC Foundation Framework Deployment Work"
Eric Ball [Thu, 23 May 2019 14:05:40 +0000 (14:05 +0000)]
Merge "[ta] Increase slave size for selected components"
Anil Belur [Thu, 23 May 2019 09:34:56 +0000 (19:34 +1000)]
Revert "Add DOCKERHUB_REGISTRY global var to pro"
Revert "Add DOCKERHUB_REGISTRY global var to prod Jenkins"
This reverts commit
f538ce85786c51fd6fbcd5e07e53d701c07e43a5.
The change is causing docker jobs to fail.
https://jira.linuxfoundation.org/browse/IT-16409
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: Ib30eefea1b74bf6e8bd9e8e7c98be185dd9af27c
trevor tao [Thu, 23 May 2019 08:48:10 +0000 (16:48 +0800)]
Add IEC Foundation Framework Deployment Work
Add IEC foundation deployment working scripts for
IEC working environment and related verification to
the environment.
Signed-off-by: trevor tao <trevor.tao@arm.com>
Change-Id: I40b255cd9412b75deb052acd01932fddec06a826
Signed-off-by: trevor tao <trevor.tao@arm.com>
Ossi Koivistoinen [Fri, 24 May 2019 14:18:21 +0000 (17:18 +0300)]
[ta] Move image build job to a bigger build minion
TA image build job runs out of memory when the executor
has 8 GB memory. It has been tested to work with 16 GB.
Change-Id: Idc7a5855f47c6c0e539677a71dd989627985c14d
Signed-off-by: Ossi Koivistoinen <ossi.koivistoinen@nokia.com>
Saku Chydenius [Thu, 23 May 2019 06:27:08 +0000 (09:27 +0300)]
[ta] Increase slave size for selected components
These components were either timing out or getting out-of-memory while
building the RPM.
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
Change-Id: I15c12fbf33ba2b74767dca48e0ff59687a19af6d
Eric Ball [Thu, 23 May 2019 01:24:52 +0000 (01:24 +0000)]
Merge "[iec] Trigger all usecases in parent jobs"
Eric Ball [Wed, 22 May 2019 22:27:34 +0000 (22:27 +0000)]
Merge "[ta] Moved RPMs to Nexus3"
Eric Ball [Wed, 22 May 2019 20:54:38 +0000 (20:54 +0000)]
Merge "Add DOCKERHUB_REGISTRY global var to prod Jenkins"
raghuramamendru [Fri, 17 May 2019 06:14:33 +0000 (01:14 -0500)]
[ta] Moved RPMs to Nexus3
Includes:
- TA RPMs moved from Nexus2 to Nexus3
- "ta-settings" used instead of "images-snapshots-settings"
Change-Id: I07cd86f09ec8fc0aa43c0f0b8eb328dfa8102edf
Signed-off-by: raghuramamendru <raghurama.mendru@nokia.com>
Eric Ball [Wed, 22 May 2019 17:53:57 +0000 (17:53 +0000)]
Merge "Add 3 virtual hosts into IEC CI/CD platform"
Eric Ball [Wed, 22 May 2019 17:05:28 +0000 (17:05 +0000)]
Merge "[iec] Publish logs to LF Nexus"
Jingzhao.Ni [Wed, 22 May 2019 02:09:31 +0000 (10:09 +0800)]
Add 3 virtual hosts into IEC CI/CD platform
In this patch, the 3 virtual host was deployed on CI platform.
Firstly, it add the 3rd host into k8-nosdn-nofeature-noha.yml
confiugration file.
Secondly, it modifies the confiugration file for avoiding install
K8s by compass.
Signed-off-by: Jingzhao.Ni <Jingzhao.Ni@arm.com>
Change-Id: I5b1b6d4140a37182137325668b4bc7076c8b4f1d
Eric Ball [Wed, 22 May 2019 00:46:20 +0000 (17:46 -0700)]
Add DOCKERHUB_REGISTRY global var to prod Jenkins
Change-Id: I5d16e3fe8bce4e0ec5105a020cf23b55d49595a2
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Eric Ball [Tue, 21 May 2019 20:41:29 +0000 (20:41 +0000)]
Merge "[ta] Add TA verify and merge jobs"
Saku Chydenius [Wed, 15 May 2019 13:54:42 +0000 (16:54 +0300)]
[ta] Add TA verify and merge jobs
Includes:
- TA-specific macros and templates to akraino_templates/
- Verify and merge jobs for all the "ta/*" git repositories that
produce RPMs. Merge jobs will upload RPMs to Nexus repository
"images-snapshots".
- Verify jobs for the three supporting tool and configuration git
repositories ta/{manifest|build-tools|rpmbuilder}
- Image build job to produce the TA end product: ISO image
- Publish ISO images to Nexus
- Moved shell scripts to jjb/shell
Signed-off-by: Saku Chydenius <saku.chydenius@nokia.com>
Change-Id: I2b1ecd6f34c2dd5f5c8fbb9ff09ab180d943a3d9
Alexandru Avadanii [Tue, 21 May 2019 14:55:36 +0000 (16:55 +0200)]
[iec] Publish logs to LF Nexus
Push job output and any files matching the '**/*.log' ANT pattern
to LF Nexus for:
- IEC install jobs;
- IEC usecase jobs;
Change-Id: I025e004d4e5567254a088754aa852966b511a7a6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Alexandru Avadanii [Thu, 16 May 2019 19:31:53 +0000 (21:31 +0200)]
[iec] Trigger all usecases in parent jobs
This should fix the unresolved job reference for seba_on_arm by
using j2 templates to create triggers for all usecases defined.
While at it, fix missing {deploy-type} in trigger name and rename
all occurences of s/deploy-type/deploy_type/g since jinja2 does
not allow dashes ('-') in variable names.
Change-Id: Ibeffa1fde45d7be498301d084b07f1577b992bae
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
re2429 [Wed, 15 May 2019 19:40:31 +0000 (15:40 -0400)]
New Jenkins jobs to build the RC api server
Signed-off-by: re2429 <re2429@att.com>
Change-Id: I08c010d960c409d9191c53de3c0977ae5116c34e
Ciprian Barbu [Tue, 23 Apr 2019 15:26:02 +0000 (18:26 +0300)]
Initial job for deploying SEBA on ARM
Change-Id: Ic84813596cdc3343d4dc414e480610e46d25526e
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
Cristina Pauna [Tue, 14 May 2019 11:14:57 +0000 (14:14 +0300)]
[validation] Add job timeout
Currently when the jobs fail to execute (e.g jenkins slave is offline)
the job hangs indefinetly. Added a timeout for each job to prevent
this type of situation.
Change-Id: Ia3b824f92fbeea644033196599d1f20b963452bc
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Jingzhao [Mon, 13 May 2019 06:12:08 +0000 (14:12 +0800)]
Add compass task for iec CI/CD in community
For integrating the compass into IEC CI platform, the
task about it in CI scripts was added.
Then, the compass will deploy 3 virtual hosts on the
host. And for function checking, it will be updated
in the future.
Change-Id: I57472de5c0eacf5134d7fa9152993bb9475b413d
Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
Eric Ball [Fri, 10 May 2019 18:55:34 +0000 (18:55 +0000)]
Merge "Adjust kni gerrit trigger to pick up merges"
Cristina Pauna [Fri, 10 May 2019 14:45:11 +0000 (17:45 +0300)]
[validation] Fix the slave-label
Change the plugin used for docker build jobs. The jobs weren't
scheduled properly when using the slave-label parameter.
Also reduce the size of the slave for validation-{stream}-docker
job as we don't need docker to be on the slave
Change-Id: Ied06773d28fb8706a6072e744aa3c64cfba602f7
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Eric Ball [Thu, 9 May 2019 20:18:59 +0000 (13:18 -0700)]
Adjust kni gerrit trigger to pick up merges
The original trigger appears to have been pulled from a verify job
rather than a merge job. This should fix build-on-merge function.
Change-Id: I77ba8479801a82a5d1d3e670ba8822cb773cfdb9
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Eric Ball [Tue, 7 May 2019 15:45:25 +0000 (08:45 -0700)]
Update JJB binary version to 2.9.1
2.2.1 is extremely outdated now. 2.9.1 has been out for ~6 months,
and appears to be very stable. Sandbox testing does not show any
issues with using this version.
Change-Id: I670540838b513f84a820002139514c6d6485d844
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Eric Ball [Sat, 4 May 2019 00:32:42 +0000 (00:32 +0000)]
Merge "[validation] Disable 'parallel' for verify jobs"
Eric Ball [Sat, 4 May 2019 00:21:12 +0000 (00:21 +0000)]
Merge "[validation] Add jobs to build the docker images"
Cristina Pauna [Tue, 23 Apr 2019 14:58:24 +0000 (17:58 +0300)]
[validation] Add jobs to build the docker images
JIRA: VAL-11
This patch creates a multi-job that builds the docker images for both
x86 and arm in parrallel. At the end a manifest list is created for both
images.
Change-Id: Ib50c41d7bad6d61e637dcd1994a3ea9065cd0378
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Cristina Pauna [Fri, 3 May 2019 07:06:21 +0000 (10:06 +0300)]
[validation] Disable 'parallel' for verify jobs
JIRA: VAL-10
Port https://gerrit.akraino.org/r/#/c/608/ to validation project
Change-Id: I2728333297b0820c9550a0ad66ce7390d8af5f16
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Alexandru Avadanii [Thu, 2 May 2019 20:09:45 +0000 (22:09 +0200)]
[iec] Disable 'parallel' for verify jobs
Switch from `detox` to `tox` when running IEC verify jobs, as
`detox` seems to silently return success without actually running
the tests.
Change-Id: I742c5b67352f01ebbe1299094d5484cb597656e5
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Indumathi [Mon, 22 Apr 2019 04:26:31 +0000 (06:26 +0200)]
Add nc/ovs-dpdk-unicycle jobs to Jenkins
Change-Id: I4a480d8168c2fc8c5587260d528eea3e10ca7c74
Signed-off-by: Indumathi <indumathi.buddi@ericsson.com>
Cristina Pauna [Tue, 23 Apr 2019 13:01:46 +0000 (16:01 +0300)]
[iec] Add job to verify patches
JIRA: IEC-2
Add a jenkins job to verify the code for the iec project
Also see https://gerrit.akraino.org/r/#/c/571/
Change-Id: I918739eecfaa6b43f1affcc0a42f272722a9b304
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Eric Ball [Mon, 22 Apr 2019 22:18:11 +0000 (22:18 +0000)]
Merge "[iec] deploy: Disable git submodule cloning"
Alexandru Avadanii [Thu, 18 Apr 2019 13:01:22 +0000 (15:01 +0200)]
[iec] deploy: Disable git submodule cloning
IEC deploy jobs do not require cloning git submodules, which got
pretty heavy (more than 1GB), so at least for these jobs, disable
git submodules via JJB scm configuration.
Since `lf-infra-gerrit-scm` macro from lf-macros does not allow
configuration of submodule.disable, stop using said wrapper macro.
Change-Id: If6b41bf213a3cea095fabc03f8efbd3bda7d1723
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Cristina Pauna [Thu, 18 Apr 2019 16:05:53 +0000 (19:05 +0300)]
[validation] Add job to verify patches
JIRA: VAL-10
Add a jenkins job to verify the code for the validation project
This patch needs to be merged after https://gerrit.akraino.org/r/#/c/566/
Change-Id: Id2453d706efd4f1c629f4715d1198eca2130ef1c
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Eric Ball [Wed, 17 Apr 2019 17:17:57 +0000 (17:17 +0000)]
Merge "Add new job to build kni binary"
Yolanda Robla [Mon, 1 Apr 2019 11:10:41 +0000 (13:10 +0200)]
Add new job to build kni binary
Change-Id: Id504c6b79b7e3e34eea9b84a26df0273a2e4a668
Eric Ball [Tue, 16 Apr 2019 20:37:58 +0000 (20:37 +0000)]
Merge "Add initial job to produce kni installer binary"
Eric Ball [Thu, 11 Apr 2019 17:04:59 +0000 (17:04 +0000)]
Merge "Update images for all build nodes"
Milin [Wed, 10 Apr 2019 17:22:14 +0000 (12:22 -0500)]
Update job-template names
Update job-template names from {project} to {project-name} variable.
The changes are being made because the "project" variable allows
slashes, and the job names can't have slashes in them.
Issue: CIMAN-1
Change-Id: Ieeccbde889053cfd5d50de9673a52bb327652f97
Signed-off-by: Milin <mjaiswal@contractor.linuxfoundation.org>
Eric Ball [Wed, 10 Apr 2019 15:51:12 +0000 (08:51 -0700)]
Update images for all build nodes
Change-Id: I8f8861631cb160f973d4296cd62deb90caf782a4
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Yolanda Robla [Tue, 12 Mar 2019 11:54:04 +0000 (12:54 +0100)]
Add initial job to produce kni installer binary
Change-Id: Ib37080d6b4815c32fe7dd941397000cf9e03d4ed
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Naga Sugguna [Tue, 2 Apr 2019 18:43:43 +0000 (13:43 -0500)]
New JJB file for validation project
Change-Id: I73b923bd9cfcc36c847338c77057a4c55029aa06
Eric Ball [Tue, 2 Apr 2019 01:12:39 +0000 (01:12 +0000)]
Merge "[iec] Add deploy jobs"
Cristina Pauna [Mon, 18 Mar 2019 17:14:03 +0000 (19:14 +0200)]
[iec] Add deploy jobs
Change-Id: I8ea94a17c06e75ce222535685ca6b132817414ac
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
wutianwei [Wed, 27 Mar 2019 06:18:28 +0000 (14:18 +0800)]
Change choosing-strategy
Eliot project still connot checkout to correct commit id
In the patch I change choosing-strategy to 'gerrit',
because choosing-strategy select what to build.
Change-Id: If53740e7b99464a6388f9f0c1a2e30f0f8644ffc
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Eric Ball [Tue, 26 Mar 2019 17:23:00 +0000 (17:23 +0000)]
Merge "fix verify cann't fetch correct refs"
Eric Ball [Thu, 21 Mar 2019 15:16:13 +0000 (15:16 +0000)]
Merge "Add CentOS 7 8c-8g builder"
Milin [Wed, 20 Mar 2019 18:06:34 +0000 (13:06 -0500)]
Add CentOS 7 8c-8g builder
The file is being added so 8G VMS can be available and configured
for the OS.
Issue: RT-69932
Change-Id: Ia00f567cc5428f4c25bb9c624985f72cd935f585
Signed-off-by: Milin <mjaiswal@contractor.linuxfoundation.org>
wutianwei [Thu, 21 Mar 2019 03:22:48 +0000 (11:22 +0800)]
fix verify cann't fetch correct refs
When trigger the verify job, it cannot fetch the correct.
It fetch the refs/heads/master instead of my changes.
Change-Id: I6ec4c3262b48d13e39620f83b828df7d612f6044
Signed-off-by: wutianwei <wutianwei1@huawei.com>
davidplunkett [Wed, 20 Mar 2019 20:58:11 +0000 (20:58 +0000)]
use path for maven -f until scripts are updated
Change-Id: I6e129257425a566a69eda5fa66f2e3ccce8e32fc
Signed-off-by: davidplunkett <dp7642@att.com>
Eric Ball [Tue, 19 Mar 2019 17:23:29 +0000 (17:23 +0000)]
Merge "Add script for connecting static jenkins slaves"
Eric Ball [Mon, 18 Mar 2019 19:23:28 +0000 (19:23 +0000)]
Merge "Correct verify job branch selection"
Cristina Pauna [Thu, 14 Mar 2019 18:29:37 +0000 (20:29 +0200)]
Add script for connecting static jenkins slaves
Script from [1] adapted for akraino, both for production and for
sandbox. It configures monit and connects the slave to the LF master
Usage for production:
sudo akraino/repos/ci-management/utils/jenkins-jnlp-connect.sh \
-j /home/jenkins -u jenkins -n <slave_name> -s <secret>
Usage for sandbox:
sudo akraino/repos/ci-management/utils/jenkins-jnlp-connect.sh \
-j /home/jenkins -u jenkins -n <slave_name> -s <secret> -b
[1] https://github.com/opnfv/releng/blob/master/utils/jenkins-jnlp-connect.sh
Change-Id: I7289a06a13deb3626a4c37147d6fb8b5fdd0e5ff
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
Eric Ball [Wed, 13 Mar 2019 23:38:23 +0000 (16:38 -0700)]
Update global-jjb to v0.31.0
This fixes an issue causing failures in jobs using deploy-maven-files
script.
Change-Id: I56519b2c242bab817a26979bf167044b8d6c2eaf
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Eric Ball [Wed, 13 Mar 2019 16:44:42 +0000 (09:44 -0700)]
Correct verify job branch selection
The verify job was not picking up the correct branch, as it had been
modeled after the merge jobs, which are single-branch. Also made the
verify jobs more generic, as they had been designed specific to the
eliot project.
Change-Id: I3bacc22bffb89c4b7378c1ada7bd0af988c75a15
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
wutianwei [Tue, 12 Mar 2019 03:56:56 +0000 (11:56 +0800)]
[ELIOT] fix the git branch and refspec
Change branch to $GERRIT_BRANCH and refspec to $GERRIT_REFSPEC,
otherwise it always fetchs the master instead of my change
Change-Id: Id25e7e5edced5ed658df3ea655590604ce71e19d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
wutianwei [Wed, 6 Mar 2019 08:21:19 +0000 (16:21 +0800)]
[ELIOT]Add verify job
Add a job to verify the eliot python code
Change-Id: I2bc4c329a6b51ddae25907194a8377e5644341d0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Yolanda Robla [Fri, 15 Feb 2019 12:01:28 +0000 (13:01 +0100)]
Add kni view in akraino jenkins
Change-Id: I43a92e328ec643175c5c99ba68f493b75f405a4b
Thanh Ha (zxiiro) [Thu, 14 Feb 2019 22:00:02 +0000 (22:00 +0000)]
Merge "Add Jenkins views for recently added projects"
Eby, Robert (re2429) [Mon, 11 Feb 2019 20:45:25 +0000 (15:45 -0500)]
Remove development branch builds
Change-Id: I0bd4e37dd32d804a8e093501a060149ee9adc73d
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Eric Ball [Thu, 14 Feb 2019 19:35:45 +0000 (11:35 -0800)]
Add Jenkins views for recently added projects
Change-Id: I5c9db97c8b1afaa765b1319da0130467a63385a6
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Eby, Robert (re2429) [Thu, 20 Dec 2018 15:40:27 +0000 (10:40 -0500)]
Make sure AUTOSTAGING has a value
Change-Id: Ib092aa5867ef57f85252542743aa7f8390c1dc20
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Eby, Robert (re2429) [Wed, 12 Dec 2018 01:06:14 +0000 (20:06 -0500)]
Removed apt since it will always fail.
Change-Id: I8d78dad5e8f4c180f8cc4fbad9938a9e64f68bfb
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Eby, Robert (re2429) [Fri, 7 Dec 2018 16:08:57 +0000 (11:08 -0500)]
Change yum to apt for Ubuntu
Change-Id: I841f5d9f7a6f69596ce891e52baacfe353e6bfa6
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Eby, Robert (re2429) [Mon, 3 Dec 2018 19:13:31 +0000 (14:13 -0500)]
Update for staging docker builds
Added new shell to check autostage directory
Updated triggers for staging docker builds
Change-Id: I9b9bfe4fb1b837016a0ab2d9fb7b6ec6e85be6e6
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Eby, Robert (re2429) [Mon, 3 Dec 2018 15:56:29 +0000 (10:56 -0500)]
Fixed error that broke release builds
Change-Id: I54aba7e13e20fcef582ba1450df89e65a11561b0
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Jessica Wagantall [Fri, 30 Nov 2018 18:16:11 +0000 (10:16 -0800)]
Add nexus-iq-namespace for CLM jobs
Add nexus-iq-namespace variable for CLM jobs to use the
'akraino' prefix in Nexus IQ reports.
Having this prefix, will help in situations where two different
organizations have the same application names.
Change-Id: I1f2b998250a72c22eb1e567c2ab83d920d923dda
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Eby, Robert (re2429) [Thu, 29 Nov 2018 21:18:18 +0000 (16:18 -0500)]
Add staging builds to six projects
Change-Id: I7f2f6e72a725ce0ca2ef73fa07ce14fd25a1c1e8
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Eby, Robert (re2429) [Thu, 29 Nov 2018 18:59:10 +0000 (13:59 -0500)]
Fix path snafu for relative paths
Change-Id: Ibf957ab636e209db52da145dfb746ee2f38c055a
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Andrew Grimberg [Thu, 29 Nov 2018 15:37:21 +0000 (07:37 -0800)]
Fixup new templates to support global-jjb v0.27
`
Change-Id: I65700eded9fd2337bd075b1e47856d6b9bb6febe
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Andrew Grimberg [Wed, 28 Nov 2018 23:14:13 +0000 (23:14 +0000)]
Merge "Added staging build steps for tar files"