Skip to content

Commit

Permalink
Revert "[stf-run-ci] Comment out rhol_crc role usage so jenkins can run"
Browse files Browse the repository at this point in the history
This reverts commit 82b8c06.
  • Loading branch information
elfiesmelfie committed Aug 24, 2023
1 parent a9ec785 commit 3d2b712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
- ansible.builtin.debug:
var: build_list

#- name: Login again in case that's what was wrong
# ansible.builtin.import_role:
# name: "/home/emma/repos/openstack-k8s-operators/ci-framework/ci_framework/roles/rhol_crc"
# tasks_from: add_crc_creds.yml
- name: Login again in case that's what was wrong
ansible.builtin.import_role:
name: rhol_crc
tasks_from: add_crc_creds.yml

- name: Create builds and artifacts
ansible.builtin.include_tasks: create_builds.yml
Expand Down

0 comments on commit 3d2b712

Please sign in to comment.