Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upEnable a non-gated gczeal builder #373
Merged
Conversation
|
We should be able to request more static IPs. |
| - ./mach test-wpt --release --processes 24 --pref js.mem.gc.zeal.level=2 --pref js.mem.gc.zeal.frequency=1 --log-raw test-wpt-every-alloc.log --log-errorsummary wpt-errorsummary-every-alloc.log | ||
| - ./mach test-wpt --release --processes 24 --pref js.mem.gc.zeal.level=2 --pref js.mem.gc.zeal.frequency=100 --log-raw test-wpt-every-hundred.log --log-errorsummary wpt-errorsummary-every-hundred.log | ||
| - ./mach test-wpt --release --processes 24 --pref js.mem.gc.zeal.level=4 --pref js.mem.gc.zeal.frequency=1 --log-raw test-wpt-pre-barriers.log --log-errorsummary wpt-errorsummary-pre-barriers.log | ||
| - ./mach test-wpt --release --processes 24 --pref js.mem.gc.zeal.level=11 --pref js.mem.gc.zeal.frequency=1 --log-raw test-wpt-post-barriers.log --log-errorsummary wpt-errorsummary-post-barriers.log |
This comment has been minimized.
This comment has been minimized.
|
@bors-servo r+ You can also use Salt to find the IP addresses of any minion with |
|
|
bors-servo
added a commit
that referenced
this pull request
May 13, 2016
Enable a non-gated gczeal builder This adds a new `linux-rel-gczeal` builder, but does *not* currently gate builds on it. It builds release servo with debug mozjs and then runs the WPT tests with four different debug-mode GC settings to stress our bindings. It is not currently gated because I have no idea how reliable these tests will be. I've also added another EC2 instance (servo-linux3) for use by this. Note that we're out of static IPs for our account, so you have to go to the EC2 console to get the temp IP and we can't really assign it to a static .servo.org address. r? @edunham @aneeshusa cc @nox <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/373) <!-- Reviewable:end -->
|
Oh, you'll want to cherry-pick f6f9ee4 before this commit to get around the line length lint failure. |
|
|
servo/servo#8641 made headless go away, so we don't need a separate environment for it any more.
|
@bors-servo r=aneeshusa |
|
|
bors-servo
added a commit
that referenced
this pull request
May 14, 2016
Enable a non-gated gczeal builder This adds a new `linux-rel-gczeal` builder, but does *not* currently gate builds on it. It builds release servo with debug mozjs and then runs the WPT tests with four different debug-mode GC settings to stress our bindings. It is not currently gated because I have no idea how reliable these tests will be. I've also added another EC2 instance (servo-linux3) for use by this. Note that we're out of static IPs for our account, so you have to go to the EC2 console to get the temp IP and we can't really assign it to a static .servo.org address. r? @edunham @aneeshusa cc @nox <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/373) <!-- Reviewable:end -->
|
|
This was referenced May 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
larsbergstrom commentedMay 13, 2016
•
edited
This adds a new
linux-rel-gczealbuilder, but does not currently gate builds on it. It builds release servo with debug mozjs and then runs the WPT tests with four different debug-mode GC settings to stress our bindings.It is not currently gated because I have no idea how reliable these tests will be.
I've also added another EC2 instance (servo-linux3) for use by this. Note that we're out of static IPs for our account, so you have to go to the EC2 console to get the temp IP and we can't really assign it to a static .servo.org address.
r? @edunham @aneeshusa
cc @nox
This change is