blob: c5fd64c13b4e20fafe99e5e5214fd5db9d00ec01 [file] [log] [blame]
---
- job-template:
concurrent: false
disabled: false
description: '{job-description}'
name: self-deploy-virtualenvs
display-name: Update virtualenvs on SRE CI
parameters:
- string:
default: 'master'
description: 'tcp-qa review refspec'
name: TCP_QA_REFS
trim: 'true'
scm:
- git:
branches:
- FETCH_HEAD
refspec: '${{TCP_QA_REFS}}'
url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa
builders:
- shell: "chmod +x tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh"
- shell: "export CHANGE_RIGHTS=false ; ./tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh"
logrotate:
DaysToKeep: 365
artifactDaysToKeep: 60