~tyler-baker/+junk/uefi-fastmodels-examples

« back to all changes in this revision

Viewing changes to a15x1-a7x1-dynamic-uefi-test.json

  • Committer: Tyler Baker
  • Date: 2013-06-19 22:30:56 UTC
  • Revision ID: tyler.baker@linaro.org-20130619223056-z1caywmwdor023vt
UEFI and Bootwrapper Job Files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "target": "rtsm_ve-a15x1-a7x1_01", 
 
3
  "actions": [
 
4
    {
 
5
      "command": "deploy_linaro_image", 
 
6
      "parameters": {
 
7
        "hwpack": "http://192.168.1.2/images/rtsm_ve_a15x1-a7x1/hwpack_linaro-vexpress_20130604-0022_b172_armhf_supported.tar.gz", 
 
8
        "rootfs": "http://192.168.1.2/images/rtsm_ve_a15x1-a7x1/linaro-raring-nano-lava-20130603-389.tar.gz",
 
9
        "bootloader": "uefi"
 
10
      }, 
 
11
      "metadata": {
 
12
        "kernel.git_log_info": "Merge branch 'IKS-rebase' into integration-ci-vexpress", 
 
13
        "rootfs.build": "389", 
 
14
        "kernel_version": "3.10.0-rc4", 
 
15
        "hwpack.date": "20130604", 
 
16
        "kernel.build_url": "https://ci.linaro.org/jenkins/job/LT-ARM-integration-ci-vexpress/172/", 
 
17
        "kernel.git_branch_name": "(no branch)", 
 
18
        "hwpack.type": "vexpress", 
 
19
        "rootfs.date": "20130603", 
 
20
        "kernel_name": "LT-ARM-integration-ci-vexpress", 
 
21
        "build.id": "172", 
 
22
        "rootfs.type": "nano-lava", 
 
23
        "kernel.gitweb_url": "https://git.linaro.org/gitweb?p=landing-teams/working/arm/kernel.git", 
 
24
        "git_commitid": "4da13adcd362edbfde94448acd5de2f471ad5b6f", 
 
25
        "kernel.config": "unknown", 
 
26
        "git_url": "git://git.linaro.org/landing-teams/working/arm/kernel.git"
 
27
      }
 
28
    },
 
29
    {
 
30
      "command": "boot_linaro_image",
 
31
       "parameters": {
 
32
          "interactive_boot_cmds": true,
 
33
          "options": ["a",
 
34
                      "1",
 
35
                      "2",
 
36
                      "uImage",
 
37
                      "l",
 
38
                      "y",
 
39
                      "uInitrd",
 
40
                      "console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait ro mem=1024M earlyprink",
 
41
                      "rtsm\\rtsm_ve-ca15x1-ca7x1.dtb",
 
42
                      "Test Image",
 
43
                      "5",
 
44
                      "2"]
 
45
      }
 
46
    },  
 
47
    {
 
48
      "command": "submit_results", 
 
49
      "parameters": {
 
50
        "stream": "/anonymous/armv7-a15x1-a7x1/", 
 
51
        "server": "http://www.nwdrone.com/RPC2/"
 
52
      }
 
53
    }
 
54
  ], 
 
55
  "timeout": 20000, 
 
56
  "job_name": "ARMv7 A15x1-A7x1 Dynamic UEFI Test"
 
57
}