Skip to content

Commit

Permalink
Merge pull request #1064 from vfreex/use-kernel-rt-from-ose-4.11
Browse files Browse the repository at this point in the history
OCPBUGS-3959: [release-4.11] Use kernel-rt from ose repo
  • Loading branch information
openshift-merge-robot committed Nov 23, 2022
2 parents 11d54b3 + c35b47f commit 1adf3c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions ci/prow-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ REDIRECTOR_URL="https://rhcos-redirector.apps.art.xq1c.p1.openshiftapps.com/art/
setup_user() {
user_id="$(id -u)"
group_id="$(id -g)"
# create a homedir we're sure our UID will have access to
homedir=$(mktemp -d -p /var/tmp)

grep -v "^builder" /etc/passwd > /tmp/passwd
echo "builder:x:${user_id}:${group_id}::/home/builder:/bin/bash" >> /tmp/passwd
grep -v "^prowbuilder" /etc/passwd > /tmp/passwd
echo "prowbuilder:x:${user_id}:${group_id}::${homedir}:/bin/bash" >> /tmp/passwd
cat /tmp/passwd > /etc/passwd
rm /tmp/passwd

Expand Down
2 changes: 1 addition & 1 deletion extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# and https://github.com/coreos/fedora-coreos-tracker/issues/401

repos:
- rhel-8-nfv
- rhel-8-server-ose

extensions:
# https://github.com/coreos/fedora-coreos-tracker/issues/326
Expand Down

0 comments on commit 1adf3c2

Please sign in to comment.