Skip to content

Commit

Permalink
Merge pull request #141 from redhatci/operator_sdk_tests
Browse files Browse the repository at this point in the history
Make operator-sdk job work again
  • Loading branch information
tkrishtop authored Jan 22, 2024
2 parents f2fe3b9 + 8144f9b commit a36c348
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion roles/operator_sdk/tasks/build_scorecard_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
when: job_id is defined

- name: Build Operator-SDK image
ansible.builtin.command:
ansible.builtin.shell:
cmd: >
podman buildx build
-t {{ operator_sdk_img }}
Expand Down
10 changes: 5 additions & 5 deletions roles/operator_sdk/tasks/tests_scorecard_check_operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@
--wait-time 300s
"{{ scorecard_operator_dir }}"
chdir: "{{ scorecard_tmp_dir.path }}"
environment:
- OPENSHIFT_AUTH: "{{ scorecard_partner_creds }}"
- OO_BUNDLE: "{{ operator.bundle_image }}"
- OO_INDEX: "{{ oo_index }}"
- ARTIFACT_DIR: "{{ scorecard_artifacts }}"
environment:
OPENSHIFT_AUTH: "{{ scorecard_partner_creds }}"
OO_BUNDLE: "{{ operator.bundle_image }}"
OO_INDEX: "{{ oo_index }}"
ARTIFACT_DIR: "{{ scorecard_artifacts }}"
register: scorecard_exec
ignore_errors: true

Expand Down

0 comments on commit a36c348

Please sign in to comment.