acf7572d10
We do not need gerrit-git-prep anymore, zuul-git-prep works on all our slaves and has the advantage of using zuul-cloner so that the local cache is used and Depends-On works. Remove gerrit-git-prep and use zuul-git-prep instead everywhere. Change-Id: I2f106af58f78fceaf3c497fe43e6f5a002695645
20 lines
470 B
YAML
20 lines
470 B
YAML
- job:
|
|
name: 'xstatic-check-version'
|
|
node: ubuntu-xenial
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- zuul-git-prep
|
|
- shell: |
|
|
virtualenv .venv
|
|
source .venv/bin/activate
|
|
pip --version
|
|
# Install setuptools_scm pre-requisite
|
|
pip install setuptools_scm
|
|
# Check version match
|
|
/usr/local/jenkins/slave_scripts/xstatic_check_version.py
|
|
deactivate
|
|
|
|
publishers:
|
|
- console-log
|