Skip to content

Commit

Permalink
[ci] Remove debug tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Jan 8, 2024
1 parent cff1152 commit fa1a2ea
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci/pre-2node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
sto_dir: '{{ ansible_env.HOME }}/{{ zuul.projects["github.com/infrawatch/service-telemetry-operator"].src_dir }}'
when: sto_dir | default('') | length == 0

- name: "Check whether the zuul-params file exists at this time"
ansible.builtin.shell:
cmd: ls {{ ansible_user_dir }}/ci-framework-data/artifacts/parameters/
register: output

- ansible.builtin.debug: var=output.stdout

- name: "Run bootstrap playbook"
ansible.builtin.shell:
cmd: |
Expand All @@ -28,7 +21,7 @@
- name: Run ci_framework infra playbook
ansible.builtin.shell:
cmd: |
ansible-playbook -e cifmw_use_opn=false -e cifmw_use_devscripts=false -e cifmw_basedir={{ ansible_user_dir }}/ci-framework-data/ -e cifmw_openshift_setup_skip_internal_registry_tls_verify=true {{ ci_framework_dir }}/playbooks/02-infra.yml
ansible-playbook -e cifmw_use_opn=false -e cifmw_use_devscripts=false -e cifmw_basedir={{ ansible_user_dir }}/ci-framework-data/ -e cifmw_openshift_setup_skip_internal_registry_tls_verify=true playbooks/02-infra.yml
chdir: "{{ ci_framework_dir }}"

- name: Run make targets for setup
Expand Down

0 comments on commit fa1a2ea

Please sign in to comment.