Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Ie94e149e7e221108ffd0195d6420192ab69a5ee3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: I9d4eb0079507014e37f8ad569af541b9d0121f7a
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: If3f8b0666617c32d9945bd7ca72090bb86fcb250
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
|
|
|
|
JIRA: FUNCTEST-227
Change-Id: Ied4beee57c914823043bb14879110da7c560a148
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
|
|
JIRA: BOTTLENECK-69
Change-Id: Ide9db53db0b517d54a3ccc5eddffd9b2b52120ea
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
|
|
|
|
The upload script was copied from that of fuel@opnfv.
Change-Id: I3300900ff83b4d2257f1fa24cd9bad7ef2797087
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
|
|
Problem to be fixed: if the job detects that there is another
docker-build in progress it will exit but won't be triggered again
until it detects a new commit in the repo.
Change-Id: Ifee419f50fa9d4cb21825302688e1af3311c4bb9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: I412f57456d5dd8c34c90525f6066831351489aec
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Hopefully this reduces the confusion around how many flake8 violations
are actually present.
Change-Id: If3246627fdd18aca0a968cea0d8387038dfe7c12
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
builder"
|
|
Change-Id: I70955e7ab926b9e6b1a5c9be70a06eba6d8b4d7d
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Need this for .pyc files generated by root as deploy is run as root.
Change-Id: If23b7c6a7ae3b8d63882548f2b2a5b8d91cb1995
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I29b7f0537bce698d57ece88abf1b148954a76dc0
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
|
|
Change-Id: I805bdd746d1ab6fad00be014973e0d38c684bc4c
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Change-Id: Ib8a1a6ca80c0653b2cd593dff5a0c71d24b2f24c
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
Change-Id: I8dec946c5434a120f2529db7db8dea126e62e41d
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Change-Id: Ic5e3fa73c144c2787f697dd5326426a2ff8936b6
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Also adds dependency for python34 package.
Change-Id: I6d28a9e0a196c400aecc1d7bb17eefce6e611564
Signed-off-by: Feng Pan <fpan@redhat.com>
|
|
|
|
Change-Id: I3703e0bde8b712d7c9b90621cc7ee1a44340076b
Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
|
|
Change-Id: Icf15d27605848b143d75a750d45006dbcfc638ff
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I1c500952b673937581a604daf57e2290ce50cbdc
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
And don't push results to DB when running single suites.
Change-Id: Ifd0472536dccc39e4e15f8aa4b70bf3b5f35f9b9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: I5a8a9ffcbeb078775efb060a14f59f13753b4d01
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
In master, the installer VM has been renamed to undercloud.
Change-Id: Ic695dd39e481e51e38c8b601cadd497bf2a8bc1d
|
|
it was forced to brahmaputra.1.0, and it won't take the
latest fixes in the stable branch. The tag 'stable' is
a build made of the latest changes in the stable branch.
Change-Id: I420bbae7e68decf137ea2f67f456ece3072f3be3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: Ice49ee99829957228b09ae29415e489ae958a6bb
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: Id268e25655169c6cba06a96e0f2ad3b6731d88f8
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
|
|
Change-Id: I9665c2bed171e0ece421c460c49f792e6ad4e492
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
|
|
This changes
- ssh-agent-credentials:
users: '{ssh-credentials}'
to
- ssh-agent-credentials:
users:
- '{ssh-credentials}'
Then, the size of the generated XML can be slightly smaller, such
as:
Old XML:
<com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
<credentialIds>
<string>d</string>
<string>4</string>
<string>2</string>
...
<string>b</string>
<string>2</string>
<string>e</string>
</credentialIds>
</com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
New XML:
<com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
<user>d42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e</user>
</com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
Change-Id: I8215a33784c63757a5b74f30a5aa771fc19c5207
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
|
|
Change-Id: I9b08704dc8a02197ec72a8c03faafc36aaa68a8e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: Id02ff937246c946372e00834b3accd80f760fef7
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: I8ab18f5a5871e8df51c70b4de4201bd7b514cdb2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
Change-Id: I434185e39ae17ce40b7387b18fcc0e5191fb08a1
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Change-Id: I8cdbdaa34b2619edd4345efb53a5990b3515ed3c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Change-Id: I7871e177f88363369b4efa866590ff853d4cdcbd
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
|
|
|
|
- Ignore linting the virtualenv
- Fix quoting of the lint log
Change-Id: I90bb81b383e21b912bd811587224c2367f3ae8a9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
|
|
|
|
Change-Id: Ifda489de76a65716d75fb1022dd4bc3810091d4c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
JIRA: BOTTLENECK-60
Change-Id: Ibcadaa6251e373c01a5e318dff67ec64d18760c4
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|