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

Yet another round of battling building and testing containers on Windows #966

Merged
merged 20 commits into from
Jul 9, 2018

Conversation

rfay
Copy link
Member

@rfay rfay commented Jul 3, 2018

The Problem/Issue/Bug:

We seem to never be able to build and test our containers on WIndows and elsewhere.

Trying again.

How this PR Solves The Problem:

Script and docs (mostly) updates, and agent debugging

Manual Testing Instructions:

Build should run reliably on each testbot, especially windows testbots.

@rfay rfay self-assigned this Jul 3, 2018
@rfay rfay force-pushed the 20180703_fix_windows_containers branch from fc3d9d5 to d78c1c9 Compare July 6, 2018 22:27
@rfay rfay force-pushed the 20180703_fix_windows_containers branch from 0618b45 to 4aa3299 Compare July 8, 2018 05:11
@rfay rfay force-pushed the 20180703_fix_windows_containers branch from cc89924 to db7e51c Compare July 8, 2018 23:40
@rfay rfay requested a review from andrewfrench July 9, 2018 13:41
@rfay rfay added this to the v1.0.0 milestone Jul 9, 2018
@rfay
Copy link
Member Author

rfay commented Jul 9, 2018

Much pain, much learning. I think this is ready for a quick review. Mostly I learned about agent setup, and may still have some work to do on that, maybe an agent qualifier script that makes sure git works right and all the right tools are installed?

@@ -7,6 +7,12 @@ set -o pipefail
set -o nounset
set -x

echo "--- Cleanup docker"
echo "Warning: deleting all docker containers and deleting ~/.ddev/Test*"
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think ~/.ddev/Test* gets deleted, if we're still expecting that to happen.

Copy link
Member Author

Choose a reason for hiding this comment

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

Great point - It's a copy-from-original-script problem. This script doesn't ever create anything in ~/.ddev, I'll fix that.

@rfay
Copy link
Member Author

rfay commented Jul 9, 2018

I'm probably good with this now, my energy may have run its course again :)

Copy link
Contributor

@andrewfrench andrewfrench left a comment

Choose a reason for hiding this comment

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

Hey, we got the green checks! All changes look reasonable to me.

@rfay rfay merged commit 882f3d9 into ddev:master Jul 9, 2018
@rfay rfay deleted the 20180703_fix_windows_containers branch July 9, 2018 22:54
andrewfrench pushed a commit to andrewfrench/ddev that referenced this pull request Jul 10, 2018
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.

None yet

2 participants