Skip to content

Commit

Permalink
fix: HappyPath tests (#2738)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Sep 8, 2023
1 parent 1972b7b commit 003732e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .ci/oc-test-happy-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ EOF
--telemetry off \
--batch

export HAPPY_PATH_USERSTORY=EmptyWorkspace && export HAPPY_PATH_SUITE=test
alias chectl=$(pwd)/bin/run

export HAPPY_PATH_USERSTORY=EmptyWorkspace
export HAPPY_PATH_SUITE=test
bash <(curl -s ${DEVWORKSPACE_HAPPY_PATH}/remote-launch.sh)
}

Expand Down
5 changes: 4 additions & 1 deletion .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ FROM registry.access.redhat.com/ubi9/nodejs-18:1
USER 0

# hadolint ignore=DL3041
RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs \
RUN dnf install -y -q --allowerasing --nobest nodejs-devel nodejs-libs python3-pip \
# already installed or installed as deps:
openssl openssl-devel ca-certificates make cmake cpp gcc gcc-c++ zlib zlib-devel brotli brotli-devel python3 nodejs-packaging && \
pip3 install --upgrade pip && \
pip3 install --upgrade setuptools && \
pip3 install yq && \
dnf update -y && dnf clean all && \
npm install -g [email protected] npm@9 && \
echo -n "node version: "; node -v; \
Expand Down

0 comments on commit 003732e

Please sign in to comment.