post-build-lava: remove the job

post-build-lava has been deprecated in favor of SQUAD integration.

Adjust the filenames related to LAVA/SQUAD to be more meaningful:
 * test.groovy -> postbuild.groovy
 * test.sh -> squad.sh
 * post-build-lava.param -> lava.param

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Change-Id: Idfda3f1fe6944e2b2f94b7c09fbe568de5a519cd
diff --git a/tf-a-builder.yaml b/tf-a-builder.yaml
index 135951e..5e3fc7c 100644
--- a/tf-a-builder.yaml
+++ b/tf-a-builder.yaml
@@ -141,7 +141,7 @@
                 DEVICE_TYPE=fvp
                 CUSTOM_YAML_URL=${BUILD_URL}/artifact/artefacts/debug/job.yaml
                 DEVICE_TYPE=$(awk -F': ' '/device_type/ {print $2}' ${WORKSPACE}/artefacts/debug/job.yaml)
-                cat << EOF > ${WORKSPACE}/post-build-lava.param
+                cat << EOF > ${WORKSPACE}/lava.param
                 DEVICE_TYPE=${DEVICE_TYPE}
                 LAVA_SERVER=tf.validation.linaro.org
                 EOF
@@ -163,9 +163,9 @@
                               - SUCCESS
                           build-steps:
                             - inject:
-                                properties-file: ${WORKSPACE}/post-build-lava.param
+                                properties-file: ${WORKSPACE}/lava.param
                             - shell:
-                                !include-raw: tf-a-builder/test.sh
+                                !include-raw: tf-a-builder/squad.sh
         - conditional-publisher:
           - condition-kind: file-exists
             on-evaluation-failure: dont-run
@@ -179,4 +179,4 @@
         - groovy-postbuild:
             script:
                 !include-raw:
-                  - tf-a-builder/test.groovy
+                  - tf-a-builder/postbuild.groovy