Merge lp://staging/~qzhang/lava-dispatcher/another-inject-kernel into lp://staging/lava-dispatcher

Proposed by Spring Zhang
Status: Merged
Merged at revision: 110
Proposed branch: lp://staging/~qzhang/lava-dispatcher/another-inject-kernel
Merge into: lp://staging/lava-dispatcher
Diff against target: 309 lines (+159/-14)
6 files modified
doc/android-new-kernel.json (+37/-0)
doc/lava-new-kernel.json (+30/-0)
lava_dispatcher/actions/android_deploy.py (+28/-7)
lava_dispatcher/actions/deploy.py (+58/-5)
lava_dispatcher/client.py (+1/-1)
lava_dispatcher/utils.py (+5/-1)
To merge this branch: bzr merge lp://staging/~qzhang/lava-dispatcher/another-inject-kernel
Reviewer Review Type Date Requested Status
Linaro Validation Team Pending
Review via email: mp+72927@code.staging.launchpad.net

Description of the change

Another injecting kernel, use l-h-r now.
1. use linaro-hwpack-replace to get a new hwpack with new kernel before deployment.
2. tested once and pass
3. only support new kernel in deb format in normal image and tarball format in Android image.
4. job file like:
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters":
        {
          "rootfs":
"http://snapshots.linaro.org/11.05-daily/linaro-nano/20110612/0/images/tar/nano-n-tar-20110612-0.tar.gz",
          "hwpack":
"http://snapshots.linaro.org/11.05-daily/linaro-hwpacks/lt-mx53loco/20110609/0/images/hwpack/hwpack_linaro-lt-mx53loco_20110609-0_armel_supported.tar.gz",
          "kernel_matrix":[
"http://pkgserver/original/linux-image-2.6.38-1000-linaro-lt-mx5_2.6.38-1000.7_armel.deb", "linux-image-2.6.38"]
        }
    },

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

This looks basically OK to me, bet it conflicts with trunk now though.

101. By Spring Zhang

sync with mainline

102. By Spring Zhang

sync with mainline

103. By Spring Zhang

sync with mainline

104. By Spring Zhang

sync with mainline

105. By Spring Zhang

fix another OSError 18 link error

106. By Spring Zhang

fix minor bugs

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches