tf-a-lts[2.8|2.10]-main: remove unused commands

Change-Id: I6c1b6cc5bd17d0ff3cfb1e584dbdd0e247247992
Signed-off-by: Arthur She <arthur.she@linaro.org>
diff --git a/tf-a-lts2.10-main.yaml b/tf-a-lts2.10-main.yaml
index d892cee..bc54745 100644
--- a/tf-a-lts2.10-main.yaml
+++ b/tf-a-lts2.10-main.yaml
@@ -345,20 +345,6 @@
             build-step-failure-threshold: never
             unstable-threshold: never
             failure-threshold: never
-    # If all tests passed, catch up the master branch with integration
-#    - conditional-step:
-#        condition-kind: current-status
-#        condition-best: SUCCESS
-#        condition-worst: SUCCESS
-#        steps:
-#        - shell: |-
-#            #!/bin/bash
-#            if [ $MULTIJOB_FAILED -eq 0 ]; then
-#                echo "Proceed with integration->master fast-forward merge"
-#                bash "${WORKSPACE}/tf-a-ci-scripts/script/scratch_scripts/fast-forward-master.sh"
-#            else
-#                echo "Do not proceed with integration->master merge as sub-jobs failed"
-#            fi
     publishers:
         - email:
             recipients: okash@google.com, paul.sokolovsky@linaro.org, bipin.ravi@arm.com, vwadekar@nvidia.com, joanna.farley@arm.com
diff --git a/tf-a-lts2.8-main.yaml b/tf-a-lts2.8-main.yaml
index f0bb539..355e289 100644
--- a/tf-a-lts2.8-main.yaml
+++ b/tf-a-lts2.8-main.yaml
@@ -320,20 +320,6 @@
             build-step-failure-threshold: never
             unstable-threshold: never
             failure-threshold: never
-    # If all tests passed, catch up the master branch with integration
-#    - conditional-step:
-#        condition-kind: current-status
-#        condition-best: SUCCESS
-#        condition-worst: SUCCESS
-#        steps:
-#        - shell: |-
-#            #!/bin/bash
-#            if [ $MULTIJOB_FAILED -eq 0 ]; then
-#                echo "Proceed with integration->master fast-forward merge"
-#                bash "${WORKSPACE}/tf-a-ci-scripts/script/scratch_scripts/fast-forward-master.sh"
-#            else
-#                echo "Do not proceed with integration->master merge as sub-jobs failed"
-#            fi
     publishers:
         - email:
             recipients: okash@google.com, paul.sokolovsky@linaro.org, bipin.ravi@arm.com, vwadekar@nvidia.com, joanna.farley@arm.com