summaryrefslogtreecommitdiff
path: root/tf-a-builder
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-02-08 09:42:30 -0600
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-02-11 19:29:53 +0000
commit3b48171bc28a9f688050fe9b75af9bc226d65135 (patch)
tree54b422a566c260b8b04a6992adb6387c7f6b8bd5 /tf-a-builder
parentb4e04c0b120c8a025854cf028d74bd463ed134af (diff)
lava-job-definitions: remove static Juno job template
This template is leftover from migration work [1] and is no longer needed: it is created dynamically by CI scripts. [1] https://developer.trustedfirmware.org/w/collaboration/openci/ Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: Ie49fb1b64ecbc007be2aafe87736b8933c81da3b
Diffstat (limited to 'tf-a-builder')
-rw-r--r--tf-a-builder/lava-job-definitions/juno/template.yaml65
1 files changed, 0 insertions, 65 deletions
diff --git a/tf-a-builder/lava-job-definitions/juno/template.yaml b/tf-a-builder/lava-job-definitions/juno/template.yaml
deleted file mode 100644
index 97307c4..0000000
--- a/tf-a-builder/lava-job-definitions/juno/template.yaml
+++ /dev/null
@@ -1,65 +0,0 @@
-device_type: juno
-
-job_name: tf-a-builder
-
-timeouts:
- job:
- minutes: 30
- action:
- minutes: 5
- actions:
- u-boot-interrupt:
- seconds: 120
- u-boot-commands:
- seconds: 120
- uboot-retry:
- seconds: 180
- connections:
- u-boot-interrupt:
- seconds: 120
- u-boot-commands:
- seconds: 120
- uboot-retry:
- seconds: 180
-
-priority: medium
-visibility: public
-
-actions:
-
-- deploy:
- namespace: recovery
- timeout:
- minutes: 10
- to: vemsd
- recovery_image:
- url: ${BUILD_URL}/artifact/artefacts/debug/juno_recovery.zip
- compression: zip
-
-- deploy:
- namespace: target
- timeout:
- minutes: 2
- to: nfs
- os: debian
- nfsrootfs:
- url: http://releases.linaro.org/openembedded/aarch64/17.01/linaro-image-minimal-genericarmv8-20170127-888.rootfs.tar.gz
- compression: gz
-
-- boot:
- namespace: target
- connection-namespace: recovery
- method: u-boot
- commands: norflash
- auto_login:
- login_prompt: 'login:'
- username: root
- prompts:
- - root@(.*):~#
-
-metadata:
- gerrit project: ${GERRIT_PROJECT}
- gerrit branch: ${GERRIT_BRANCH}
- gerrit refspec: ${GERRIT_REFSPEC}
- test groups: ${test_groups}
- build url: ${BUILD_URL}