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

[merged] tests: Introduce "vmcheck" #303

Closed
wants to merge 2 commits into from

Conversation

cgwalters
Copy link
Member

This is infrastructure that's oriented around Vagrant, we do builds
inside the target VM (actually inside a Docker container), but then
directly make install DESTDIR=/host/.

The goal here is to have a convenient workflow for:

  • dev -> hand testing
  • dev -> run destructive tests

This is infrastructure that's oriented around Vagrant, we do builds
inside the target VM (actually inside a Docker container), but then
directly `make install DESTDIR=/host/`.

The goal here is to have a convenient workflow for:

  - dev -> hand testing
  - dev -> run destructive tests
register: inspect

- name: build buildimg
command: make buildimg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add this here:

args:
  chdir: sync/tests/vmcheck

@cgwalters
Copy link
Member Author

Fixup 🔧 ⬆️

@cgwalters
Copy link
Member Author

Obviously there's a pile of hacks in here. It does something useful, but I'm still uncertain about the maintenance cost vs how useful it is.

I am already hitting the pain that it doesn't help one build ostree or libhif. A clear generalization of this is to move https://github.com/cgwalters/rpmdistro-gitoverlay more towards being a convenient tool for local development.

@jlebon
Copy link
Member

jlebon commented Jun 7, 2016

Right, this is going to require some further tweaking before we can start using it for tests. But I'm OK with getting it in and fixing it up there.

@rh-atomic-bot r+ 851366c

@rh-atomic-bot
Copy link

⌛ Testing commit 851366c with merge 77eb3e2...

@rh-atomic-bot
Copy link

☀️ Test successful - status-atomicjenkins
Approved by: jlebon
Pushing 77eb3e2 to master...

@rh-atomic-bot rh-atomic-bot changed the title tests: Introduce "vmcheck" [merged] tests: Introduce "vmcheck" Jun 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants