Skip to content

Commit

Permalink
Merge pull request #183 from eduolivares/fix_tobiko_dir_owner
Browse files Browse the repository at this point in the history
Move setting tobiko dir owner to the last action
  • Loading branch information
openshift-merge-bot[bot] committed Jul 1, 2024
2 parents 18ad16d + 15056e1 commit 7951a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/tcib/base/tobiko/tobiko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tcib_actions:
- run: cp /usr/share/tcib/container-images/tcib/base/tobiko/tobiko_sudoers /etc/sudoers.d/tobiko_sudoers
- 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
Expand All @@ -23,6 +22,7 @@ tcib_actions:
- 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
- run: chown -R tobiko.tobiko /var/lib/tobiko

tcib_entrypoint: /var/lib/tobiko/run_tobiko.sh

Expand Down

0 comments on commit 7951a4e

Please sign in to comment.