-
Notifications
You must be signed in to change notification settings - Fork 9
FxCI: Add Windows Aarch64 #293
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
base: enterprise-main
Are you sure you want to change the base?
Conversation
83527d5 to
e252170
Compare
e252170 to
fb9956f
Compare
fb9956f to
263b0b5
Compare
| "--channel", | ||
| type=str, | ||
| choices=["official", "beta", "esr", "aurora", "nightly", "unofficial"], | ||
| choices=["official", "beta", "esr", "aurora", "nightly", "unofficial", "FirefoxEnterprise"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like "enterprise" is more in-line with the other options, but this is firmly your call
| treeherder["symbol"] = symbol | ||
|
|
||
| dep_th_platform = dep_job.task.get("extra", {}).get("treeherder-platform") | ||
| # TODO: Hack because we loose the platform that was from enterprise-repack |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Normally we would accomplish this by copying attributes over from the dependency task, this can be done via the from_deps transforms.. but we can clean this up as follow-up.
No description provided.