Closed Bug 1582757 Opened 5 years ago Closed 4 years ago

Add window 10 aarch64

Categories

(Testing :: Condprofile, enhancement)

Version 3
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: tarek, Assigned: tarek)

References

Details

we want to build comditoned profiles for windows 10 aarch64 laptops

Depends on: 1534461

This should work, once we have geckodriver.exe added to target.common.tests.tar.gz on build-win64-aarch64/opt

    windows10-aarch64-firefox:
        worker-type: t-win64-aarch64-laptop
        description: Creates or updates conditioned profiles on Win64
        treeherder:
            symbol: condprof(firefox)
            platform: win64-aarch64-nightly/opt
        index:
            product: firefox
            job-name: condprof-winarch64
        dependencies:
            build-win64-aarch64/opt: build-win64-aarch64/opt
        fetches:
            build-win64-aarch64/opt:
                - artifact: target.common.tests.tar.gz
                - artifact: target.condprof.tests.tar.gz
                - artifact: target.zip
        run:
            using: run-task
            command: >-
                cd %CONDPROF_ROOT% &&
                python3.exe condprof/runner.py --geckodriver ../bin/geckodriver.exe --firefox ../firefox/firefox.exe archive
        worker:
            artifacts:
                - name: public/condprof
                  path: archive
                  type: directory

Isn't that just a x86 build which is required here? Would it work to just pick the signed Windows build from the toolchain task?

https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&tier=1%2C2%2C3&searchStr=geckodriver

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.