Skip to content

Conversation

@petemoore
Copy link
Member

This migrates the broken docker-in-docker docker-worker task to generic-worker.

@community-tc-integration
Copy link

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[2].payload.command[0][2]: unknown context value HOME

@petemoore petemoore force-pushed the dw-to-gw branch 3 times, most recently from bd66a3e to 9800e08 Compare May 5, 2023 11:59
@petemoore
Copy link
Member Author

Hi @marco-c

This fixes one of the two broken CI tasks. Many thanks to @lotas - we worked on this fix together, although it only bears my name as author. We set up a generic-worker/ubuntu pool for your project and migrated the dind task over to generic-worker to workaround the issues with dind on docker-worker.

@marco-c
Copy link
Collaborator

marco-c commented May 5, 2023

Thanks @petemoore and @lotas!
The task currently failing is the task that tries to run the image generated by the task you fixed, maybe the "fix" is simply removing "features: dind: true"? Can we keep using docker-worker for the downstream task? We are using task-boot in a few projects, so I'd prefer having to move the smallest number of tasks possible to generic-worker.

Copy link
Collaborator

@marco-c marco-c left a comment

Choose a reason for hiding this comment

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

Thanks!

@marco-c marco-c merged commit b1b11cf into mozilla:master May 5, 2023
@marco-c marco-c linked an issue May 5, 2023 that may be closed by this pull request
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.

Docker dind build task is failing

2 participants