Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4c4baba
)
Use tagging instead of branching for csit-verified
39/639/1
author
Jan Gelety
<
[email protected]
>
Tue, 29 Mar 2016 14:24:47 +0000
(16:24 +0200)
committer
Jan Gelety
<
[email protected]
>
Tue, 29 Mar 2016 14:49:53 +0000
(16:49 +0200)
- use tags instead of branches in case of
job "csit-vpp-master-verify-weekly"
Change-Id: Icbdcc2a57e1ab17d634ce3b8deedbc481f8f313c
Signed-off-by: Jan Gelety <
[email protected]
>
jjb/csit/csit-vpp-functional.yaml
patch
|
blob
|
history
diff --git
a/jjb/csit/csit-vpp-functional.yaml
b/jjb/csit/csit-vpp-functional.yaml
index
dcedc68
..
fd56246
100644
(file)
--- a/
jjb/csit/csit-vpp-functional.yaml
+++ b/
jjb/csit/csit-vpp-functional.yaml
@@
-179,6
+179,10
@@
publishers:
- git:
push-only-if-success: true
- branches:
- - branch:
- name: "master-verified"
+ tags:
+ - tag:
+ remote: origin
+ name: "csit-verified"
+ message: "Verified CSIT version for VPP testing"
+ create-tag: true
+ update-tag: true