Skip to content

Commit f0603d2

Browse files
Document test_stage_unstable_flag consumer as post-run POST_FAILURE
Update global.yml comment to match ci-framework-jobs check-test-unstable-post instead of run-phase fail plus failure-message. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4ad50e8 commit f0603d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configs/global.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ report_dir: "{{ artifacts_dir }}/test_results"
3333
# Sets the Ansible Controller Node machine's HOME environment variable
3434
controller_home_dir: "{{ lookup('ansible.builtin.env', 'HOME') }}"
3535
# The resources_file and stage_unstable flags are on the Ansible control node's HOME.
36-
# test_stage_unstable_flag is written only by testing-stage rescues. The ci-framework
37-
# shiftstack role fails the Zuul job when this file is present in rsynced artifacts;
38-
# pair with failure-message: unstable on monolithic shiftstack Zuul jobs for yellow UI.
36+
# test_stage_unstable_flag is written only by testing-stage rescues. The ci-framework-jobs
37+
# post-run playbook check-test-unstable-post.yaml fails Zuul POST_FAILURE when this file
38+
# is present in rsynced shiftstack artifacts (run phase stays SUCCESS).
3939
# stage_unstable_flag is used by soft verification/install workarounds (no end-of-run fail).
4040
resources_file: "{{ controller_home_dir }}/artifacts/resources.yml"
4141
stage_unstable_flag: "{{ controller_home_dir }}/artifacts/stage_unstable_flag"

0 commit comments

Comments
 (0)