Skip to content

Commit

Permalink
Merge pull request #197 from 14rcole/bundle-operator-sdk-1.9.0
Browse files Browse the repository at this point in the history
[CVP-1887] Use the v1.9.0 version of operator-sdk for operator bundle testing
  • Loading branch information
14rcole authored Jul 26, 2021
2 parents 40ab6a9 + 18c682a commit ae20967
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfiles/ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fedoraproject.org/fedora:33
WORKDIR /project
ARG OPERATOR_SDK_VERSION=v1.4.0
ARG OPERATOR_SDK_VERSION=v1.9.0
RUN export ARCH=$(case $(arch) in x86_64) echo -n amd64 ;; aarch64) echo -n arm64 ;; *) echo -n $(arch) ;; esac);\
export OS=$(uname | awk '{print tolower($0)}');\
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/$OPERATOR_SDK_VERSION/;\
Expand Down
2 changes: 1 addition & 1 deletion roles/install_operator_prereqs/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
testing_bin_path: /tmp/cvp/bin
operator_sdk_version: v1.3.0
operator_sdk_version: v1.9.0
oc_version: 4.4.13 # The catalog initialization test requires oc v4.4+
operator_courier_version: 2.1.9
go_version: 1.13.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
stages:
- parallel: true
tests:
- image: quay.io/operator-framework/scorecard-test:latest
- image: quay.io/operator-framework/scorecard-test:v1.9.0
entrypoint:
- scorecard-test
- basic-check-spec
labels:
suite: basic
test: basic-check-spec-test
- image: quay.io/operator-framework/scorecard-test:latest
- image: quay.io/operator-framework/scorecard-test:v1.9.0
entrypoint:
- scorecard-test
- olm-bundle-validation
Expand Down

0 comments on commit ae20967

Please sign in to comment.