Age | Commit message (Collapse) | Author | Files | Lines |
|
With this change releng/jjb/* now passes on:
Jenkins Job Builder version: 2.0.1 and 1.6.2
Error:
TypeError: write() argument must be str, not list
Explanation:
in jjb 1.6.2 it would allow the list in and then the job would convert
the list into a literal string of "['var1', 'var2']"
- 'compass-{scenario}-{pod}-daily-{stream}'
Can have scenario passed, {scenario} is part of the job name
so it knows which scenario to add.
- 'compass-deploy-{pod}-daily-{stream}'
cannot have scenario passed, there is not one job generated per scenario
so its tryting to add "['senario1', 'scenario2', 'etc']" into the {scenario}
value, which is not allowed.
This worked on jjb 1.6.2 becasue we overwrite the scenario
information later:
- trigger-builds:
- project: 'compass-deploy-{pod}-daily-{stream}'
predefined-parameters: |
DEPLOY_SCENARIO={scenario}
jjb/armband/armband-ci-jobs.yml is very simillar to this job
and passes a default, which works, so that is what I have done here:
- string:
name: DEPLOY_SCENARIO
default: 'os-odl-nofeature-ha'
addendum:
removed scenario: '{scenario}' from
'compass-{scenario}-{pod}-daily-{stream}'
even though it is valid, Trevor rightly pointed out that there is
nothing to consume this value.
Change-Id: I134b2bd5888dcdfa5b768a7db2bdc98ad32ec28e
Signed-off-by: agardner <agardner@linuxfoundation.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Change-Id: I0384563e5e663ea485626562df5ee49815b95817
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
|
|
|
|
This is tagged at the last merged docs patch to stable/fraser
Change-Id: I0d976cd947621ceab3a15df8ea98bdc245fe93fc
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
|
|
|
|
|
|
The last commit I had to revert, as the refs were put under branches
branch should never change and indicates where the branching happens.
I have taken those refs and put them in the releases section
Change-Id: I8026b331b18cde18c08ed1bef79d291c3a7ffce8
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
|
|
This reverts commit 583c715b4c5320bdd6e0b09b68af852d8660dc14.
Change-Id: I63c99606804c4c02b1e8aff91937c62916137bc9
|
|
Add the opnfv-6.0.1 to the current commit, and lists opnfv-6.0.0 as
being tagged on the previous one.
Change-Id: I01b3efb6fe04b3dcf32ef2c01315ecb34fb30133
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
According to this https://issues.jenkins-ci.org/browse/JENKINS-47566,
the failure seems to be caused by the permission problem.
Change the owner of all files in 'results' directory to be jenkins.
Change-Id: I0ed30018354259601c39016fc1950ea7db867e78
Signed-off-by: xudan <xudan16@huawei.com>
|
|
Change-Id: Ic3cb135911eddc4490a50e57f5165688cec623a0
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I28c584535617afb32801f912adafe5282aa64ed1
Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
|
|
This is tagged at the current tip of stable/fraser branch
Change-Id: Ie169aa7e2ef7096155253aeb5c8adeeefc2cf278
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Include link to release notes
Change-Id: Ic9b8ed9d08fd54f00bf4afe9539f32fae9339e23
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
I have tagged your repo for you at the head of the fraser branch
Please let us know if this is correct.
If I dont hear back from you I will merge this and tag your repo
at this location
Change-Id: Ie9ee3b17d5f909b0160cbacd7db99a43385c3d7d
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
I have tagged your repo for you at the head of the fraser branch
Please let us know if this is correct.
If I dont hear back from you I will merge this and tag your repo
at this location
Change-Id: I66541b703924018ca7d81a736a1af8767c100846
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
I have tagged your repo for you at the head of the
fraser branch
Please let us know if this is correct.
If I dont hear back from you I will merge this and tag your repo
at this location
Change-Id: I9223da8139ce997e6b7dde9db30a875324c0b94f
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
|
|
Change-Id: Ieaa5b8050da3f502074d7f968c4cf65a108f84c2
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
opnfv-6.0.0 was previously tagged on the master branch, but the ref to
be release is on stable/fraser. So bumping the tag to 6.0.1 and adding
the previous tag at the correct ref to the file.
Change-Id: Ic57fd2116e8662391748455cfe25c23e9853b65d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I1dc616a46cb4b6e24996c9e7a3f253c23363b5fe
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|