Skip to content

Commit

Permalink
Merge pull request #151 from eduolivares/pin-tox-4.13
Browse files Browse the repository at this point in the history
[Tobiko] Pin tox to 4.13
  • Loading branch information
openshift-merge-bot[bot] committed Mar 12, 2024
2 parents 5325cd6 + 6c552a2 commit a8c3f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion container-images/tcib/base/tobiko/tobiko.yaml
Expand Up @@ -8,8 +8,11 @@ tcib_actions:
- run: chmod 440 /etc/sudoers.d/tobiko_sudoers
- run: mkdir -p /var/lib/tempest/external_files
- run: chown -R tobiko.tobiko /var/lib/tobiko
- run: >-
if [ '{{ tcib_distro }}' == 'rhel' ];then
if [ -n "$(rpm -qa redhat-release)" ];then dnf -y remove python3-chardet; fi ; fi
- run: python3 -m pip install --upgrade pip
- run: python3 -m pip install 'tox>=4.13'
- run: python3 -m pip install 'tox==4.13'
- run: cp /usr/share/tcib/container-images/tcib/base/tobiko/run_tobiko.sh /var/lib/tobiko/run_tobiko.sh
- run: chmod +x /var/lib/tobiko/run_tobiko.sh

Expand Down
1 change: 1 addition & 0 deletions zuul.d/job.yaml
Expand Up @@ -2,6 +2,7 @@
- job:
name: tcib-build-containers
parent: cifmw-tcib-base
nodeset: centos-stream-9-vexxhost
vars:
cifmw_build_containers_registry_namespace: podified-antelope-centos9
cifmw_build_containers_install_from_source: true
Expand Down

0 comments on commit a8c3f51

Please sign in to comment.