Remove now obsolete jenkins-sudo-grep lines
The run-tox script uses now zuul-sudo-grep, these lines are not needed anymore. Remove them. Depends-On: https://review.openstack.org/538342 Change-Id: I90cbd6af8c24b25e89db719be378e2641d4e5d15
This commit is contained in:
parent
3aea4c3f32
commit
b636324a80
@ -62,20 +62,6 @@
|
|||||||
command: "/usr/sbin/visudo -c"
|
command: "/usr/sbin/visudo -c"
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Modify run-tox.sh to use zuul-sudo-grep.sh pre
|
|
||||||
lineinfile:
|
|
||||||
path: /usr/local/jenkins/slave_scripts/run-tox.sh
|
|
||||||
regexp: '^sudo .script_path/jenkins-sudo-grep.sh pre'
|
|
||||||
line: 'sudo $script_path/zuul-sudo-grep.sh pre'
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Modify run-tox.sh to use zuul-sudo-grep.sh post
|
|
||||||
lineinfile:
|
|
||||||
path: /usr/local/jenkins/slave_scripts/run-tox.sh
|
|
||||||
regexp: '^ sudo .script_path/jenkins-sudo-grep.sh post'
|
|
||||||
line: ' sudo $script_path/zuul-sudo-grep.sh post'
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Show the environment passed in to job shell scripts
|
- name: Show the environment passed in to job shell scripts
|
||||||
shell:
|
shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user