diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-08-18 11:30:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 11:30:21 -0400 |
commit | 8ceb0ed4bde579b8eb11d4a52f8fd1461e51304d (patch) | |
tree | 0722f9cd418ed1f254a4e7188e49899e093bc7f7 | |
parent | a8ae0e56dd75e6467e063c7f8014ab94ba07f0a0 (diff) | |
parent | 0e607303959ac67da4760146dc2082991b8137b1 (diff) | |
download | servo-8ceb0ed4bde579b8eb11d4a52f8fd1461e51304d.tar.gz servo-8ceb0ed4bde579b8eb11d4a52f8fd1461e51304d.zip |
Auto merge of #23992 - asajeffrey:magicleap-taskcluster-monompk, r=jdm
Update taskcluster for new Servo mpk name
<!-- Please describe your changes on the following line: -->
Updates taskcluster with the new Servo magicleap mpk filename.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23991
- [x] These changes do not require tests because it's fixing the build
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23992)
<!-- Reviewable:end -->
-rw-r--r-- | etc/taskcluster/decision_task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index de947985bc7..2d73448eaeb 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -907,7 +907,7 @@ def magicleap_nightly(): env -u DYLD_LIBRARY_PATH ./mach package --magicleap --release ./mach upload-nightly magicleap --secret-from-taskcluster """) - .with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo2D.mpk") + .with_artifacts("repo/target/magicleap/aarch64-linux-android/release/Servo.mpk") .find_or_create("build.magicleap_nightly." + CONFIG.task_id()) ) |