Skip to content
  1. Jul 23, 2021
  2. Jul 22, 2021
  3. Dec 16, 2020
  4. Jul 20, 2020
    • Douglas RAILLARD's avatar
      Squashed 'external/workload-automation/' changes from 37f4d330..9edb6b20 · d784e0a6
      Douglas RAILLARD authored
      9edb6b20 postgres_schemas: Add rules for cascading deletes
      879a4916 README: Update with more specific supported python version.
      7086fa6b target: Force consistent logcat format
      716e59da framework/target: Add logcat buffer wrap detection
      08fcc7d3 fw/getters: Fix typo
      684121e2 fw: Replace usage of file locking with atomic writes
      0c1229df utils/misc: Implement atomic writes
      615cbbc9 fw/target_info: Prevent multiple parses of the target_info_cache
      1425a6f6 Implement caching of ApkInfo
      4557da2f utils/android: Implement a Podable wrapper of ApkInfo
      7cf5fbd8 framework, tests: Correct signal disconnection
      3f5a31de commands: Add report command
      7c6ebfb4 framework: Have Job hold its own JobState
      8640f4f6 framework: Add serializing Job status setter
      46096536 framework: Fix serialized job retries set to 0
      d4057367 tests: Add run state testbench
      ef6cffd8 travis: Limit the maximum version of isort
      
      git-subtree-dir: external/workload-automation
      git-subtree-split: 9edb6b20f07cbc06897298b591fb3685c9507fc8
      d784e0a6
  5. Jun 16, 2020
    • Douglas RAILLARD's avatar
      Squashed 'external/devlib/' changes from 3c28c280..20d1eaba · fd1d228e
      Douglas RAILLARD authored
      20d1eaba module/cpuidle: Fix incorrect path check
      45ee68fd utils/android: Add support for using aapt2
      b5246244 utils/android: Update to discover android tools from PATH
      bae741dc docs/overview: Fix python2 style print
      b717deb8 module/cpuidle: Simplify Cpuidle.__init__
      ccde9de2 devlib/AndroidTarget: Update screen state methods to handle doze
      c25852b2 utils/android: Allow instantiating an ApkInfo object without a path.
      f7b7aaf5 utils/ssh: Do not attempt to push files recursivley and add logging
      569e4bd0 LogcatCollector: Learn to pass format to logcat
      07cad780 utils/version: dev version bump
      21cb10f5 utils/ssh: Add logging to sftp file transfer
      d2aea077 target/ChromeOsTarget: Update ssh parameter list
      d4640535 utils/ssh: Fix typo
      cfb28c47 utils/ssh: Allow SSH to use SCP as a file transfer method
      b941c6c5 utils/ssh: Move the scp transport method to the SSH base class
      ea9f9c87 docs/ssh: Add note about connecting to passwordless machines.
      4f103876 utils/ssh: Only attempt loading ssh keys if no password is supplied
      a4f92317 collector/perf: Disable pager for perf event list.
      3c85738f docs/target: Fix method name
      45881b9f utils/android: Expose `connection_attempts` argument to `AdbConnection`
      a8ff622f target: Propergate adb_server in all `adb_command`s
      fcd2439b LogcatCollector: flush the log before terminating pexpect.spawn()
      3709e06b utils/android: LogcatMonitor: put pexpect.spawn() in str mode
      7c8573a4 README: Update to include installation notes for `paramiko`
      6f1ffee2 platform/arm: Decode IP address directly
      7ade1b8b platform/arm: Don't specify "Android" in the debug print.
      
      git-subtree-dir: external/devlib
      git-subtree-split: 20d1eabaf049056dd2a5b5fb085aa07495d43a90
      fd1d228e
  6. May 14, 2020
  7. Apr 21, 2020
  8. Jan 14, 2020
  9. Sep 16, 2019
    • Douglas Raillard's avatar
      Squashed 'external/workload-automation/' changes from 832ed797e..2f231b5ce · 620a0b9d
      Douglas Raillard authored
      2f231b5ce fw/target: detect module variations in TargetInfo
      75878e2f2 uiauto/build_scripts: Update to use python3
      023cb88ab templates/setup: Update package setup template to specify python3
      d27443deb workloads/rt_app: Update to use python3
      1a15f5c76 Geekbench: Adding support for Version 5 of Geekbench Corporate
      d3af4e751 setup.py: Update pandas version restrictions
      73b0b0d70 readthedocs: Add ReadtheDocs configuration
      bb18a1a51 travis: Remove tests for python2.7
      062be6d54 output_processors/postgresql: Don't reconnect if not initialised
      c1e095be5 output_processors/postgresql: Ensure still connected to the database
      eeebd010b output_processors/postgresql: Group database connection operations
      e387e3d9b Update to remove Python2 as supported version.
      6042fa374 fw/version: Version Bump
      050329a5e fw/version: Update version for WA and required devlib
      d9e7aa9af Dockerfile: Update to use the latest versions of WA and devlib
      125cd3bb4 docs/changes: Changelog for v3.1.4
      75ea78ea4 docs/faq: Fix formatting
      12bb21045 instruments/SysfsExtractor: Add extracted directories as artifacts
      4bb1f4988 fw/DatabaseOutput: Only attempt to extract config if avaliable
      0ff6b4842 fw/DatabaseOutput: Fix the retrieval of job level artifacts
      98b787e32 fw/DatabaseOutput: Enabled retrieving of directory artifacts
      e91543666 commands/postgres: Upgrade the data base schema to v1.3
      68e1806c0 output_processors/postgresql: Add support for new directory Artifacts
      f19ebb79e output_processors/postgresql: Add missing `system_id` field
      c950f5ec8 utils/postgres: Fix formatting
      6aaa28781 fw/Artifact: Allows adding directories as artifacts
      d87025ad3 output_processors/postgres: Fix empty iterable
      ac5819da8 output_processors/postgres: Fix incorrect dict keys
      31e08a647 instruments/interrupts: Add `interrupt` files as artifacts
      47769cf28 Add a workload for Motionmark tests
      d8601880a setup.py: Add README as package description
      0efc9b9cc setup.py: Clean up extra dependencies
      501d3048a requirements: Add initial version
      c4daccd80 README: Update installation instruction to match documentation.
      db944629f setup.py: Update classifiers
      564738a2a workloads/monoperf: Fix typos
      c092128e9 workloads: Sets `requires_network` attribute for workloads
      463840d2b docs/faq: Add question about non UTF-8 environments.
      43633ab36 extras/Dockerfile: Ensure we are using utf-8 in our docker container
      a6f0ab31e fw/entrypoint: Add check for system default encoding
      72fd5b513 setup.py: Set maximum package version for python2.7 support
      766bb4da1 fw/uiauto: Allow specifying landscape and portrait orientation
      a5f052135 utils/types: Fix typos
      3435c36b9 fw/workload: Improve version matching and error propergation
      bd252a647 fw/workload: Introduce max / min versions for apks
      f46851a3b utils/types: Add `version_tuple`
      891023444 fw/workload: Don't override the package manager for ApkRevent workloads
      1108c5701 workloads: Update to better utilize `cleanup_assets` and `uninstall`
      f5d1a9e94 fw/workload: Add the `uninstall` parameter to the base `workload` class
      959106d61 fw/workload: Update description of `cleanup_assests` parameter
      0aea3abca workloads: Add support for UIBench Jank Tests
      24ccc024f framework.workload: `am instrument` APK manager
      42ab81103 workloads/lmbench: Fix missing run method declaration
      
      git-subtree-dir: external/workload-automation
      git-subtree-split: 2f231b5ce54a8b6239a58b89e189a90836c1470b
      620a0b9d
  10. Jun 10, 2019
  11. Apr 15, 2019
Loading