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

Propagate default workdir for newly created steps #502

Merged

Conversation

@aneeshusa
Copy link
Member

aneeshusa commented Oct 3, 2016

The StepsYAMLParsingStep is statically in the step list of the factory,
so when starting a build Buildbot will call setDefaultWorkdir on each
step. We need to save this value and propagate it to the steps we
create on the fly to ensure they also receive a workdir value.

Another step towards #316.


This change is Reviewable

The StepsYAMLParsingStep is statically in the step list of the factory,
so when starting a build Buildbot will call `setDefaultWorkdir` on each
step. We need to save this value and propagate it to the steps we
create on the fly to ensure they also receive a workdir value.
@aneeshusa
Copy link
Member Author

aneeshusa commented Oct 3, 2016

@larsbergstrom
Copy link
Contributor

larsbergstrom commented Oct 4, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2016

📌 Commit 8c5bc71 has been approved by larsbergstrom

@bors-servo
Copy link
Contributor

bors-servo commented Oct 4, 2016

Test exempted - status

@bors-servo bors-servo merged commit 8c5bc71 into servo:master Oct 4, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test exempted
Details
bors-servo added a commit that referenced this pull request Oct 4, 2016
…arsbergstrom

Propagate default workdir for newly created steps

The StepsYAMLParsingStep is statically in the step list of the factory,
so when starting a build Buildbot will call `setDefaultWorkdir` on each
step. We need to save this value and propagate it to the steps we
create on the fly to ensure they also receive a workdir value.

Another step towards #316.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/502)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.