Hanna Arhipova | b75e2d2 | 2021-04-21 11:18:08 +0300 | [diff] [blame] | 1 | --- |
| 2 | - job-template: |
| 3 | concurrent: false |
| 4 | disabled: false |
| 5 | description: '{job-description}' |
| 6 | name: self-deploy-virtualenvs |
| 7 | display-name: Update virtualenvs on SRE CI |
| 8 | parameters: |
| 9 | - string: |
| 10 | default: 'master' |
| 11 | description: 'tcp-qa review refspec' |
| 12 | name: TCP_QA_REFS |
| 13 | trim: 'true' |
| 14 | scm: |
| 15 | - git: |
| 16 | branches: |
| 17 | - FETCH_HEAD |
| 18 | refspec: '${{TCP_QA_REFS}}' |
| 19 | url: https://gerrit.mcp.mirantis.com/mcp/tcp-qa |
| 20 | builders: |
| 21 | - shell: "chmod +x tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh" |
| 22 | - shell: "export CHANGE_RIGHTS=false ; ./tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh" |
| 23 | |
| 24 | |