Skip to content

Commit

Permalink
[patch] Remove optimizer gs-resource-levelling test (#1145)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Quinteiro <[email protected]>
  • Loading branch information
2 people authored and andrefgj committed Aug 12, 2024
1 parent 1e06ad4 commit 0e02e6c
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions tekton/src/pipelines/fvt-optimizer.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -124,50 +124,6 @@ spec:
- name: configs
workspace: shared-configs

# 3. Run "optimizer-gs-resource-leveling" (Optimizer)
# -----------------------------------------------------------------------------
- name: fvt-optimizer-manage-connection
taskRef:
kind: Task
name: mas-fvt-manage
params:
- name: mas_instance_id
value: $(params.mas_instance_id)
- name: mas_workspace_id
value: $(params.mas_workspace_id)
- name: fvt_image_registry
value: $(params.fvt_image_registry)
- name: fvt_image_namespace
value: fvt-optimizer
- name: fvt_image_name
value: fvt-optimizer-manage-setup
- name: fvt_image_digest
value: $(params.fvt_digest_optimizer)
- name: product_channel
value: $(params.mas_app_channel_manage)
- name: product_id
value: ibm-mas-optimizer
- name: artifactory_token
value: $(params.fvt_artifactory_token)
- name: fvt_test_suite
value: optimizer-gs-resource-leveling
- name: fvt_mas_appws_component
value: optimizer
- name: fvt_test_driver
value: tpae
when:
- input: "$(params.fvt_digest_optimizer)"
operator: notin
values: [""]
- input: "$(params.mas_app_channel_manage)"
operator: notin
values: [""]
workspaces:
- name: configs
workspace: shared-configs
runAfter:
- fvt-optimizer

finally:
# 1. Run CV
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 0e02e6c

Please sign in to comment.