Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Booting/testing something in CI #19

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2018

  1. CI: Build .iso (but not -efi.iso) images.

    Previously (in linuxkit#8) building both seemed to timeout or otherwise fall foul of
    some sort of infra glitch. Try just building one for now.
    
    This is a first step in trying to actually boot images in CI.
    
    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    8a30148 View commit details
    Browse the repository at this point in the history
  2. CI: Try booting something

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    40ce9c4 View commit details
    Browse the repository at this point in the history
  3. Drop some commented info

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    769fa97 View commit details
    Browse the repository at this point in the history
  4. Try using machine job type to boot.

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    4eec22b View commit details
    Browse the repository at this point in the history
  5. less verbose, reduce noise vs master

    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e9d816f View commit details
    Browse the repository at this point in the history
  6. use sudo, machine executor does not run as root

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    4975d44 View commit details
    Browse the repository at this point in the history
  7. Just test cri-container + bridge while debugging CI

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    ba058d7 View commit details
    Browse the repository at this point in the history
  8. Skip some more packages while debugging

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e39aebe View commit details
    Browse the repository at this point in the history
  9. Move workspace to ~ for machine executor

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    769d223 View commit details
    Browse the repository at this point in the history
  10. fix for shell ~ expansion and set -x

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    9b2ee01 View commit details
    Browse the repository at this point in the history
  11. Use less memory

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    7a6924c View commit details
    Browse the repository at this point in the history
  12. more debug, less vcpus

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    1e91ab4 View commit details
    Browse the repository at this point in the history
  13. Workspace binaries in Linux subdir

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    457e7d6 View commit details
    Browse the repository at this point in the history
  14. Try booting with Hyperkit on MacOS

    Signed-off-by: Ian Campbell <ijc@docker.com>
    Ian Campbell committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e342651 View commit details
    Browse the repository at this point in the history