Revert "SQUAD : Adding a memory footprint gathering script launched from ci"

This reverts commit b605c6ce6e5e150e8f0eb7a22286381863955a47.

Reason for revert:
python3 tf-m-ci-scripts/memory_footprint.py /home/buildslave/workspace/tf-m-build-config/trusted-firmware-m/ AN521_GNUARM_PSA_2_Debug_BL2_NS_MEDIUM Default,CoreIPC,CoreIPCTfmLevel2 ****
Traceback (most recent call last):
  File "tf-m-ci-scripts/memory_footprint.py", line 207, in <module>
    config = identify_config(CI_CONFIG)
  File "tf-m-ci-scripts/memory_footprint.py", line 138, in identify_config
    arguments = get_config(CI_CONFIG)
  File "tf-m-ci-scripts/memory_footprint.py", line 115, in get_config
    match_dict = m.groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'

Change-Id: I6ad9ae8dc30298ee9622c4438a2a8f84bcf0ce0e
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index 41eb6c9..25e6eb6 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -1,6 +1,6 @@
 #!/usr/bin/env groovy
 //-------------------------------------------------------------------------------
-// Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
+// Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
 //
 // SPDX-License-Identifier: BSD-3-Clause
 //
@@ -158,9 +158,6 @@
   params += string(name: 'CODE_REPO', value: env.CODE_REPO)
   params += string(name: 'CODE_COVERAGE_EN', value: env.CODE_COVERAGE_EN)
   params += string(name: 'CI_SCRIPTS_BRANCH', value: env.CI_SCRIPTS_BRANCH)
-  if (env.JOB_NAME.equals("tf-m-nightly")) { //Setting the Memory footprint gathering.
-     params += string(name: 'SQUAD_CONFIGURATIONS', value: env.SQUAD_CONFIGURATIONS)
-  }
   return { -> results
     def build_res = build(job: 'tf-m-build-config', parameters: params, propagate: false)
     def build_info = [build_res, config, params_collection]