Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] moving user timeout in the end #1230

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions tekton/src/tasks/fvt/fvt-manage-last-phase.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ spec:

steps:

# Manage FVT MAS UserTimeout
- name: fvt-manage-mas-usertimeout
# Manage FVT Application Designer
- name: fvt-manage-application-designer
image: '$(params.fvt_image_registry)/fvt-manage/fvt-ibm-mas-manage@$(params.fvt_image_digest)'
imagePullPolicy: $(params.image_pull_policy)
timeout: 150m # Ensure bad FVTs don't run forever
Expand All @@ -158,10 +158,10 @@ spec:
name: dshm
env:
- name: FVT_TEST_SUITE
value: masuser-timeout
value: application-designer

# Manage FVT Application Designer
- name: fvt-manage-application-designer
# Manage FVT Start Center
- name: fvt-manage-startcenter-config
image: '$(params.fvt_image_registry)/fvt-manage/fvt-ibm-mas-manage@$(params.fvt_image_digest)'
imagePullPolicy: $(params.image_pull_policy)
timeout: 150m # Ensure bad FVTs don't run forever
Expand All @@ -173,10 +173,10 @@ spec:
name: dshm
env:
- name: FVT_TEST_SUITE
value: application-designer
value: startcenter-config

# Manage FVT Start Center
- name: fvt-manage-startcenter-config
# Manage FVT Create Workflow Design & Approve WO Assignments
- name: fvt-manage-workflow-designer
image: '$(params.fvt_image_registry)/fvt-manage/fvt-ibm-mas-manage@$(params.fvt_image_digest)'
imagePullPolicy: $(params.image_pull_policy)
timeout: 150m # Ensure bad FVTs don't run forever
Expand All @@ -188,10 +188,10 @@ spec:
name: dshm
env:
- name: FVT_TEST_SUITE
value: startcenter-config

# Manage FVT Create Workflow Design & Approve WO Assignments
- name: fvt-manage-workflow-designer
value: workflow-designer
# Manage FVT MAS UserTimeout
- name: fvt-manage-mas-usertimeout
image: '$(params.fvt_image_registry)/fvt-manage/fvt-ibm-mas-manage@$(params.fvt_image_digest)'
imagePullPolicy: $(params.image_pull_policy)
timeout: 150m # Ensure bad FVTs don't run forever
Expand All @@ -203,4 +203,4 @@ spec:
name: dshm
env:
- name: FVT_TEST_SUITE
value: workflow-designer
value: masuser-timeout