Skip to content

Commit

Permalink
chore(ephemeral): remove --no-remove-resources
Browse files Browse the repository at this point in the history
RHINENG-11562
  • Loading branch information
psegedy committed Sep 25, 2024
1 parent 53dda8c commit ad3bf08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ARG INSTALL_TOOLS=no
RUN curl -o /etc/yum.repos.d/postgresql.repo \
https://copr.fedorainfracloud.org/coprs/mmraka/postgresql-16/repo/epel-9/mmraka-postgresql-16-epel-9.repo

RUN dnf install -y go-toolset postgresql diffutils rpm-devel pg_repack
RUN dnf install -y go-toolset postgresql diffutils rpm-devel pg_repack && \
ln -s /usr/libexec/platform-python /usr/bin/python3

ENV GOPATH=/go \
GO111MODULE=on \
Expand Down
2 changes: 1 addition & 1 deletion pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export APP_NAME="patchman" # name of app-sre "application" folder this componen
export COMPONENT_NAME="patchman" # name of app-sre "resourceTemplate" in deploy.yaml for this component
export IMAGE="quay.io/cloudservices/patchman-engine-app"
export DOCKERFILE="Dockerfile"
export COMPONENTS_W_RESOURCES="vmaas content-sources-backend"
export COMPONENTS_W_RESOURCES="vmaas content-sources-backend patchman"

export IQE_PLUGINS="patchman"
export IQE_MARKER_EXPRESSION="patch_smoke"
Expand Down

0 comments on commit ad3bf08

Please sign in to comment.