summaryrefslogtreecommitdiffstats
path: root/jjb/container4nfv
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Add job timeout for clover and container4nfvQiLiang1-0/+3
- set clover-daily-deploy job timeout to 3h - set container4nfv-daily-deploy job timeout to 4h - add time trigger for clover upload job Change-Id: I3809828d764a2da176c8f51713ebb763f979211d Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-21Add jjb for cloverQiLiang1-0/+10
- clover-project.yml is a modified copy of container4nfv-project.yml - clover and container4nfv temporary share the same vpod huawei-virtual6 - add job blocker between clover and container4nfv - add clover doc to opnfvdocs Change-Id: I6e4b133670fd46c57e338af37f2a066
---
project: 'Sample Virtual Network Function (SAMPLEVNF)'
project_creation_date: '27/03/2017'
project_category: ''
lifecycle_state: 'Incubation'
project_lead: &opnfv_samplevnf_ptl
    name: 'Deepak S'
    email: 'deepak.s@linux.intel.com'
    company: 'linux.intel.com'
    id: 'ds2'
    timezone: 'Unknown'
primary_contact: *opnfv_samplevnf_ptl
issue_tracking:
    type: 'jira'
    url: 'https://jira.opnfv.org/projects/[SAMPLEVNF]'
    key: '[SAMPLEVNF]'
mailing_list:
    type: 'mailman2'
    url: 'opnfv-tech-discuss@lists.opnfv.org'
    tag: '[samplevnf]'
realtime_discussion:
    type: irc
    server: 'freenode.net'
    channel: '#opnfv-samplevnf'
meetings:
    - type: 'gotomeeting+irc'
      agenda:  # eg: 'https://wiki.opnfv.org/display/'
      url:  # eg: 'https://global.gotomeeting.com/join/819733085'
      server: 'freenode.net'
      channel: '#opnfv-meeting'
      repeats: 'weekly'
      time:  # eg: '16:00 UTC'
repositories:
    - 'samplevnf'
committers:
    - <<: *opnfv_samplevnf_ptl
    - name: 'Frank Brockners'
      email: 'fbrockne@cisco.com'
      company: 'cisco.com'
      id: 'brockners'
    - name: 'xiaodong shang'
      email: 'shang.xiaodong@zte.com.cn'
      company: 'zte.com.cn'
      id: 'shangxdy'
    - name: 'Deepak S'
      email: 'deepak.s@linux.intel.com'
      company: 'linux.intel.com'
      id: 'ds2'
    - name: 'Sonika Jindal'
      email: 'sonijindal@gmail.com'
      company: 'gmail.com'
      id: 'sonika.jindal'
tsc:
    # yamllint disable rule:line-length
    approval: 'http//meetbot.opnfv.org/meetings/opnfv-meeting/2017/opnfv-meeting.2017-02-07-15.00.html'
    # yamllint enable rule:line-length
953eab0eb5db76ee0d5e84 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> 2017-10-24Do not set bashisms when calling build.shagardner1-3/+0 The maintainer can decide to set errexit nounset or pipefail Plus, this fails as pipefail is a bashism and shell: calls sh Change-Id: Ibac052fddce7e9a3eb7c536e08c64d9dad1a7a0a Signed-off-by: agardner <agardner@linuxfoundation.org> 2017-10-22add verify jobs for container4nfvGuo Ruijing1-1/+5 Change-Id: I8bca593398beb7e509c3ab7d02bf6fb7ad54b91a Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> 2017-10-03Create euphrates jobs for remaining projectsFatih Degirmenci1-1/+1 Change-Id: I1aee6c882b863ab69393ba906ae8b067a426fc3b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> 2017-09-12Fix Yamllint Violations for jjb/container4nfvTrevor Bramwell1-38/+39 JIRA: RELENG-254 Change-Id: I3c64608d9a185617769a7f9f1488e5cd3fd5cd16 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> 2017-08-28migrate openretriever to container4nfvGuo Ruijing1-0/+63 Change-Id: I6c758395abff5c980c013cbe65f99ad8938e20af Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>