Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Attempting to automate testing of armv7 (armhf) images using a Debian 11.3 armhf VM and QEMU #9

Draft
wants to merge 44 commits into
base: trunk
Choose a base branch
from

Commits on Mar 28, 2022

  1. Added PLATFORM environment variable for starting up containers using …

    …different architecture before running tests. Added 10 second delay when platform is specified to give containers time to start when running under emulation. Experimented with geckodriver armv7 binary, which results in Firefox tests passing using qemu-user-static
    jamesmortensen committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ca59eed View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Merge from trunk

    jamesmortensen committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d8601f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bf70b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44167d9 View commit details
    Browse the repository at this point in the history
  4. Updated config.yml

    jamesmortensen committed May 20, 2022
    Configuration menu
    Copy the full SHA
    8a2a4a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99e9600 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fbff77 View commit details
    Browse the repository at this point in the history
  7. Updated config.yml

    jamesmortensen committed May 20, 2022
    Configuration menu
    Copy the full SHA
    0757be5 View commit details
    Browse the repository at this point in the history
  8. Updated config.yml

    jamesmortensen committed May 20, 2022
    Configuration menu
    Copy the full SHA
    dd5e754 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    82c3b4a View commit details
    Browse the repository at this point in the history
  2. Ordering of setup

    jamesmortensen committed May 21, 2022
    Configuration menu
    Copy the full SHA
    a2bdffd View commit details
    Browse the repository at this point in the history
  3. fixes

    jamesmortensen committed May 21, 2022
    Configuration menu
    Copy the full SHA
    cfd4264 View commit details
    Browse the repository at this point in the history
  4. fixes

    jamesmortensen committed May 21, 2022
    Configuration menu
    Copy the full SHA
    a27e6ef View commit details
    Browse the repository at this point in the history
  5. Env variables are still not propogating to other run blocks, so we'll…

    … set the DOCKER_HOST when running the build.
    jamesmortensen committed May 21, 2022
    Configuration menu
    Copy the full SHA
    e322355 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d6dc0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ece3ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e74769 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    630c2a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f03f8aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbc1468 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90b0177 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c392708 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb201a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9087a35 View commit details
    Browse the repository at this point in the history
  16. removed VM setup code

    jamesmortensen committed May 21, 2022
    Configuration menu
    Copy the full SHA
    b2a3bbc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9e33b3d View commit details
    Browse the repository at this point in the history
  18. Running tests with the armv7 VM. They don't pass with qemu-user-stati…

    …c and that's what was being used in the Makefile.
    jamesmortensen committed May 21, 2022
    Configuration menu
    Copy the full SHA
    ba1f808 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3677ae6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Now that CircleCI released arm-large on the free plan, we'll try test…

    …ing armv7l in a QEMU VM again...
    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    82c6df4 View commit details
    Browse the repository at this point in the history
  2. fix typo

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    d747600 View commit details
    Browse the repository at this point in the history
  3. Fixed qemu version

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    1171b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f076833 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b8b415 View commit details
    Browse the repository at this point in the history
  6. reduce number of cores

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    9da0a9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0917c9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11c68b8 View commit details
    Browse the repository at this point in the history
  9. typo

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    42473e6 View commit details
    Browse the repository at this point in the history
  10. Try 4gb of memory

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    f8f054c View commit details
    Browse the repository at this point in the history
  11. Try 3gb of memory

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    e3989b3 View commit details
    Browse the repository at this point in the history
  12. Go back to cortex-a15

    jamesmortensen committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    85ca350 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    70cf534 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    12b03ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b813f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    880bc73 View commit details
    Browse the repository at this point in the history