From 0e02e6c7250f67aa0a0b361128964f855cf2a0b2 Mon Sep 17 00:00:00 2001 From: Alexandre Quinteiro Date: Mon, 29 Jul 2024 15:05:15 -0300 Subject: [PATCH] [patch] Remove optimizer gs-resource-levelling test (#1145) Co-authored-by: Alexandre Quinteiro --- tekton/src/pipelines/fvt-optimizer.yml.j2 | 44 ----------------------- 1 file changed, 44 deletions(-) diff --git a/tekton/src/pipelines/fvt-optimizer.yml.j2 b/tekton/src/pipelines/fvt-optimizer.yml.j2 index 82fb9320d1..4af966641d 100644 --- a/tekton/src/pipelines/fvt-optimizer.yml.j2 +++ b/tekton/src/pipelines/fvt-optimizer.yml.j2 @@ -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 # -----------------------------------------------------------------------------