Skip to content

Commit 93d52f6

Browse files
committed
[zuul] Do deploy, test in post, not in collect-logs playbook
1 parent c73707f commit 93d52f6

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.zuul.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
- ci/check_ocp_version.yml
4646
post-run:
4747
- ci/post-collect_logs.yml
48+
- ci/deploy_stf.yml
49+
- ci/test_stf.yml
4850

4951
- job:
5052
name: stf-crc-nightly_bundles

ci/post-collect_logs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
cmd: |
6161
oc status
6262
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'
7171

7272
- hosts: controller
7373
name: Collect logs on the controller

0 commit comments

Comments
 (0)