Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Comments

Bug 1488148: Add localhost.localdomain host name#411

Merged
walac merged 3 commits intotaskcluster:masterfrom
walac:master
Sep 18, 2018
Merged

Bug 1488148: Add localhost.localdomain host name#411
walac merged 3 commits intotaskcluster:masterfrom
walac:master

Conversation

@walac
Copy link
Contributor

@walac walac commented Sep 14, 2018

This is a requirement for nss-try. We could work on allowing additional
configuration from the VM using the user data, but as we aim to replace
docker-worker, lets postpone more elaborate configs for newer worker.

Copy link
Contributor

@djmitche djmitche left a comment

Choose a reason for hiding this comment

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

Approved if the schemas/payload.json change is removed..

"properties": {
"log": {
"title": "Custom log location",
"type": "string"
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 see any changes to actually use this value -- was this diff included by mistake?

If not, a description property would be great: What does this mean? Is it a path on the host or in the docker container? Or is it the artifact name?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is part of unit tests fixes broken in #409

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, ok -- could you add the description then? I didn't know such a thing was available (I still don't!)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Neither do I before the tests started to fail.

ShmSize: 1800000000,
ExtraHosts: [
'localhost.localdomain:127.0.0.1', // for nss-try
],
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems like the critical change, and seems fine (maybe link to the bug instead of just saying it's for nss-try? It seems pretty generic and other projects might want the functionality too)

Wander Lairson Costa added 3 commits September 18, 2018 17:25
* Fix payloads with extra fields
* Fix expired task artifact download
This test was never reliable. Let's trust in the unit tests to make sure
upload retry works.
This is a requirement for nss-try. We could work on allowing additional
configuration from the VM using the user data, but as we aim to replace
docker-worker, lets postpone more elaborate configs for newer worker.
@walac walac merged commit 48f7d78 into taskcluster:master Sep 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants