Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .ci/oci-devworkspace-happy-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ deployChe() {
-p openshift \
--batch \
--telemetry=off \
--installer=operator \
--workspace-engine=dev-workspace
--skip-devworkspace-operator \
--k8spodwaittimeout=6000000 \
--k8spodreadytimeout=6000000
}

deployDWO
Expand Down
4 changes: 2 additions & 2 deletions .ci/oci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
pip3 install --upgrade pip && \
pip3 install --ignore-installed --upgrade setuptools && \
# Install yq
pip3 install yq && \
# Install yq and jq
pip3 install yq jq && \
# Install kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
chmod +x ./kubectl && \
Expand Down
Loading