File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 45
45
- ci/check_ocp_version.yml
46
46
post-run :
47
47
- ci/post-collect_logs.yml
48
+ - ci/deploy_stf.yml
49
+ - ci/test_stf.yml
48
50
49
51
- job :
50
52
name : stf-crc-nightly_bundles
Original file line number Diff line number Diff line change 60
60
cmd : |
61
61
oc status
62
62
63
- - name : " Cheat and try prepare STF now"
64
- ansible.builtin.import_playbook : ' prepare.yml'
65
-
66
- - name : " Deploy STF"
67
- ansible.builtin.import_playbook : ' deploy_stf.yml'
68
-
69
- - name : " Test STF"
70
- ansible.builtin.import_playbook : ' test_stf.yml'
63
+ # - name: "Cheat and try prepare STF now"
64
+ # ansible.builtin.import_playbook: 'prepare.yml'
65
+ #
66
+ # - name: "Deploy STF"
67
+ # ansible.builtin.import_playbook: 'deploy_stf.yml'
68
+ #
69
+ # - name: "Test STF"
70
+ # ansible.builtin.import_playbook: 'test_stf.yml'
71
71
72
72
- hosts : controller
73
73
name : Collect logs on the controller
You can’t perform that action at this time.
0 commit comments