Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • bazel/rules_labgrid
1 result
Show changes
Commits on Source (113)
e2e
examples
# `bzlmod` pre-release registries
common --registry https://bcr.bazel.build
common --registry=https://gitlab.arm.com/bazel/rules_tar/-/releases/v1.0.0-beta.3/downloads
common --registry=https://gitlab.arm.com/bazel/rules_zstd/-/releases/v1.0.0-beta.3/downloads
common --registry=https://gitlab.arm.com/bazel/toolchain_utils/-/releases/v1.0.0-beta.15/downloads
common --registry=https://gitlab.arm.com/bazel/rules_patchelf/-/releases/v1.0.0/downloads
common --registry=https://gitlab.arm.com/bazel/pre-commit/-/releases/v1.0.4/downloads
common --registry=https://gitlab.arm.com/bazel/pre-commit-hooks/-/releases/v1.1.0/downloads
# Build cache
build --experimental_guard_against_concurrent_changes
......@@ -22,8 +22,15 @@ common --attempt_to_print_relative_paths
# Enable hermetic `rules_python`
common --@rules_labgrid//python:bootstrap=script
# Creates python venv at runtime
common --@rules_python//python/config_settings:venvs_use_declare_symlink=no
# Enable built Zstandard toolchain
common --extra_toolchains=@rules_zstd//zstd/toolchain/zstd:built
# User-specific .bazelrc
try-import %workspace%/.bazelrc.user
# Disable Bazel output for `pre-commit` hooks
common:pre-commit --ui_event_filters=-info,-stdout,-stderr
common:pre-commit --noshow_progress
/.cache/
/bazel-*
/.bazelrc.user
.cache/
bazel-*
.bazelrc.user
/node_modules/
/public/
include:
- component: "${CI_SERVER_HOST}/ci/component/bazelisk/version@v1.2.0"
- component: "${CI_SERVER_HOST}/ci/component/bazelisk/hooks@v1.4.0"
inputs:
extends:
- .base
- component: "${CI_SERVER_HOST}/ci/component/bazelisk/version@v1.4.0"
inputs:
extends:
- .base
needs:
- format-check
- hooks
versions:
- 7.4.0
- 7.x
- 8.x
# FIXME: enable remote builds
#- component: "${CI_SERVER_HOST}/ci/component/bazelisk/config@v1.2.0"
#- component: "${CI_SERVER_HOST}/ci/component/bazelisk/config@v1.4.0"
# inputs:
# extends:
# - .base
# needs:
# - format-check
# - hooks
# config:
# - remote
- component: "${CI_SERVER_HOST}/ci/component/bazelisk/semantic-release@v1.2.0"
- component: "${CI_SERVER_HOST}/ci/component/bazelisk/semantic-release@v1.4.0"
inputs:
extends:
- .base
......@@ -33,59 +38,24 @@ default:
.base:
extends: .job
variables:
# FIXME: Only exclude `//qemu` when `ROOT` is `e2e`
TARGET: //... -//qemu/...
TARGET: //...
EXCLUDE_QUERY: "filter(//toolchain/config/qemu:, tests(...))"
script:
- cd "${ROOT}"; bazelisk test --config="${CONFIG}" -- ${TARGET}
- cd "${ROOT}"; bazelisk test --config="${CONFIG}" -- ${TARGET} $(bazelisk query "${EXCLUDE_QUERY}" | sed 's/^/-/')
qemu:
extends: .base
needs:
- hooks
variables:
ROOT: e2e
CONFIG: local
TARGET: //qemu/...
TARGET: //toolchain/config/qemu/...
EXCLUDE_QUERY: ""
tags:
- arm64
- linux
- metal
- kvm
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_MERGE_REQUEST_EVENT_TYPE == "merge_train"
oci:
stage: .pre
image: docker:27.3.0
services:
- docker:27.3.0-dind
variables:
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: "true"
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
HEALTHCHECK_TCP_PORT: "2376"
script:
- docker info
- echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin "$CI_REGISTRY"
- docker buildx build --tag="$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA" --push --cache-from "type=registry,ref=$CI_REGISTRY_IMAGE:$CI_COMMIT_BEFORE_SHA" --build-arg BUILDKIT_INLINE_CACHE=1 .
rules: !reference [.base, rules]
format-check:
stage: .pre
image: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}"
extends: .base
needs:
- oci
script:
# `rules_lint` uses non-hermetic Git unless we give it these arguments
- bazelisk run //tools/format:format.check -- . --disable_git_attribute_checks
pages:
stage: deploy
extends: .base
script:
- bazelisk run docs:public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bazel/bsp
Upstream-Contact: Arm Ltd. <developers@arm.com>
Source: https://gitlab.gpu.arm.com/bazel/bsp
Files:
*.bazel
*.bzl
*.py
*.sh
*.sh.in
*.tmpl.*
*.patch
Copyright: 2023 Arm Ltd.
License: MIT
Files:
CODEOWNERS
icon.svg
package.json
package-lock.json
.releaserc.yml
.bazelrc
.editorconfig
.eslintrc
.flake8
.gitignore
*/.gitignore
.gitlab-ci.yml
.isort.cfg
.mypy.ini
.pre-commit-config.yaml
.prettierrc
.gitignore
.bazelrc
babel.config.json
commitlint.config.js
python/requirements.in
python/requirements.txt
*.md
*.txt
*.xml
*.tar
*.deb
.npmrc
Copyright: 2023 Arm Ltd.
License: CC0-1.0
load("@rules_license//rules:license.bzl", "license")
load("@rules_license//rules:package_info.bzl", "package_info")
licenses(["notice"])
license(
name = "license",
license_kinds = [
"@rules_license//licenses/spdx:MIT",
],
license_text = "LICENSE.md",
visibility = ["//:__subpackages__"],
)
# TODO: switch to `current_module_package_info` when released in `rules_license`
package_info(
name = "package_info",
visibility = ["//:__subpackages__"],
)
# [1.0.0-alpha.2](https://git.gitlab.arm.com/bazel/rules_labgrid/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2025-05-01)
### Bug Fixes
- **//labgrid/run:** make `env` a `Mapping[str, str]` ([584a8b5](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/584a8b5191864eb85eb185db916438d3b8b18775))
- add bazel 8 support ([7633740](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/7633740eceb38a19266d1ae8f91660ccb2a63cf8))
- **config_toolchain:** Move defaults to `labgrid_config` ([c7fb769](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/c7fb769f7ccc6cb4875f3a4d304803fe6473d3da))
- **config_toolchain:** set `LG_ENV` in `labgrid_config` ([10c7905](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/10c790552caf5ed839616b4ded63245f3defd967))
- **executor:** handle `None` in runfile resolution ([cc433ae](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/cc433aedf7b870ad2d6ae382c6c593eab9d2de59))
- get separator from external label ([558795c](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/558795ce1df3dbc5b812050f7580b6047575d305))
- **LocalhostDriver:** unset runfile env vars ([140ee25](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/140ee2576af8457df4ca806f667d37cb3f01e0a1))
- **LocalhostDriver:** use clean env ([182e89d](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/182e89d024bf6b9cdec9ba712d7cd9e76804e0f3))
- missing QEMU_IMG runfiles ([a6cf02b](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/a6cf02b7749b6d78c808b23757bbe9f7c27d4722))
- rename `configurable` to `ssh` ([17b9c48](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/17b9c485315dd66909cb33b9b83e5fc4a3e7f088))
- **run:** directory structure on device matches external Bazel rules ([f3cc52e](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/f3cc52e886a1d8006a8f68a0d2b60d94fd6a9ef1))
- **runner:** check runfiles exist before transfer ([a3b8bd8](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/a3b8bd8810c0f080f1ae4f5f404100ea4746847b))
- **runner:** respect Bazel test timeout ([f7dacae](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/f7dacaee3907af631cfe7283ff1c48678c04ccf2))
- **runner:** unset runfile env vars more granularly ([9f087d5](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/9f087d52e1aeda52cdeb0c511f8a2dea5c76337b))
- ssh strategy port default ([824e0e6](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/824e0e6c1286b04eaca6d009fa4d3535469b60c2))
- switch to rules_license for licensing ([2868b56](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/2868b5698c5b1555932508d1ea724bbc5026a166))
- **test:** only transfer required runfiles ([012bd7f](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/012bd7fed71de715b4256a67046a66d028dd3db9))
- **test:** respect `env` from `src` ([3ec99b6](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/3ec99b69ce98938c2a3d4ed684fb10a0ff08b0fe))
### Code Refactoring
- move base manager to manager folder ([6fca21f](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/6fca21f7e28aa4621702700a235836f5ff681f7f))
- rename `crossbar` to `coordinator` ([f79e869](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/f79e869185e1f5a665a13726368d09803555a9e0))
- rename coordinator to harness ([5b0694c](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/5b0694c79f19172b55bc59b7112be51ed463a978))
- rename the mock folder local ([86d8870](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/86d88703ac1833bd5e51a88d60b54626fb28025b))
### Features
- **//labgrid:** support multiple Python versions ([285cb30](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/285cb301b2de65f81b184d9db31846ba37620cd7))
- add `labgrid_binary` ([973677c](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/973677c0b5590757caaefbe3c360980ddb1fc115))
- add `ssh` device platforms ([253e34a](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/253e34a9797f41e445526f7a28d39d91601314d1))
- add a local gRPC coordinator harness ([cbb6e53](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/cbb6e5393378032a478cfc1dd2728ebe8bcf62a5))
- add new acquire and reserve managers ([582e87e](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/582e87e03deea8359655cb93a1a02676b5ffa678))
- add the labgrid-coordinator binary ([683f0db](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/683f0db5a0b3f3d6a56e83fd2add2791d76066f9))
- **config:** add `place_tags` attribute ([b3bd8d1](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/b3bd8d1db9aebb2833acf843a96061e287832109))
- configurable device toolchain ([050e1ac](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/050e1ac40fcbc7b2c62ae3e08e8d31182a5c58bb))
- extract `runner` library ([b44481f](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/b44481f5d1b6ce19a5cf5873153416718906d095))
- make the local harness work standalone ([c53bcb4](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/c53bcb4aa93a69e9dd74eb3b4ce701ec30b934d3))
- produce stdout from runner execution ([b91cf8f](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/b91cf8f5f240cfe3cae804199abec76d803efe41))
- **runner:** handle testing env vars ([54bc63b](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/54bc63b77b4a2735e81fa4db1277c7610cd90903))
- **runner:** support test sharding ([fb6730f](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/fb6730f27170e0a79361f38f87ae1277c425a2c4))
- **run:** support transferring files to device ([d31beff](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/d31befffd462219cd0542532647ce6f58dbd86fb))
- **test:** add `data` attribute ([7af30cb](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/7af30cb04fafda8c5761146249f736db26c88841))
- **test:** allow files in `src` ([190474e](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/190474eb637591d5e91d60e991d945ccf6d1e19c))
- **test:** support `$(location)` substitution in `env` ([4394abd](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/4394abde65abc0f87aeab0268a2f2a1e2627905f))
- **test:** support env attribute ([6e1d044](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/6e1d044cd986ce26667def146eac7c29d8522778))
- use `[@pre-commit](https://git.gitlab.arm.com/pre-commit)` ([517d37a](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/517d37abe0020de48bba60d6abe2658043ec47d8))
### Performance Improvements
- **qemu:** improve boot time for amd64 guest on arm64 host ([3a0c9af](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/3a0c9af86f1e26d70422d3e6a1ca0011a7b50069))
- remove SMP system for different host-guest archs ([a479d96](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/a479d96bfceb984d8324683c2d69649d999a56da))
### Reverts
- **flag/device:** temporarily remove testing targets ([d99ff65](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/d99ff65e590eda465ef0c9a36c6976deca4b9b46))
- temporarily remove `arm64` QEMU tests ([c123242](https://git.gitlab.arm.com/bazel/rules_labgrid/commit/c123242ec7b1966054c451df7b6156fa309bbf8a))
### BREAKING CHANGES
- `crossbar` renamed to `coordinator`
- `coordinator` renamed to `harness`
- `mock` folder renamed to `local`
- `@rules_labgrid//labgrid/constraint/device:configurable` has been
renamed to `@rules_labgrid//labgrid/constraint/device:ssh`
- manager moved and renamed from executor to manager
# 1.0.0-alpha.1 (2025-01-21)
### Bug Fixes
......
* @alex.tercete @matthew.clarkson
[Python] @alex.tercete @matthew.clarkson
*.py
[Shell] @alex.tercete @matthew.clarkson
*.sh
[Batch] @alex.tercete @matthew.clarkson
*.bat
[Documentation] @alex.tercete @matthew.clarkson
*.md
[Licensing] @alex.tercete @matthew.clarkson
/.reuse/dep5
/LICENSES/*
[Configuration] @alex.tercete @matthew.clarkson
.editorconfig
[API] @alex.tercete @jordan.bonser @luke.hackwell
/labgrid/
[CI] @alex.tercete @matthew.clarkson
.gitlab-ci.yml
/.gitlab-ci.yml
.bazelrc.ci
Dockerfile
[Release] @alex.tercete @matthew.clarkson
/.releaserc.yaml
[Build] @alex.tercete @matthew.clarkson
/tools
/.bazelrc
/.bazelversion
[Node] @alex.tercete @matthew.clarkson
[Release] @alexander.khabarov @alex.tercete
/package.json
/.npmrc
[Branding] @alex.tercete @matthew.clarkson
/icon.svg
[Bazel] @alex.tercete @matthew.clarkson
/.bazelrc
/.bazelrc.ci
/.bazelignore
/.bazelversion
*.bazel
*.bzl
WORKSPACE
/.releaserc.yaml
......@@ -12,7 +12,7 @@ $ (cd e2e; bazelisk test //...)
Set up Git hooks:
```sh
$ bazelisk run //tools/git/hooks:install
$ bazelisk run //hooks:install
```
[bazelisk-install]: https://github.com/bazelbuild/bazelisk?tab=readme-ov-file#installation
......
LICENSES/MIT.txt
\ No newline at end of file
MIT License
Copyright (c) 2024 Arm Ltd.
Copyright (c) 2025 Arm Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
......
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.
This diff is collapsed.
This diff is collapsed.
......@@ -27,3 +27,6 @@ common --registry=https://gitlab.arm.com/bazel/rules_labgrid/-/releases/v1.0.0-a
Then a GitLab release version can be used in `bazel_dep`.
[bcr]: https://registry.bazel.build/
## Further Reading
- [User Guides](/docs/README.md)
repo(
default_package_metadata = [
"//:package_info",
"//:license",
],
)
File moved
This diff is collapsed.
# Packages for debian/{arm64,amd64}.
#
# Anytime this file is changed, the lockfile needs to be regenerated.
#
# To generate the `bookworm.lock.json` run the following command:
#
# bazel run @rules_labgrid-bookworm//:lock
#
version: 1
sources:
- channel: bookworm main contrib
url: https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z
- channel: bookworm-security main
url: https://snapshot-cloudflare.debian.org/archive/debian-security/20241111T000000Z
- channel: bookworm-updates main
url: https://snapshot-cloudflare.debian.org/archive/debian/20241111T000000Z/
archs:
- "amd64"
- "arm64"
packages:
- "qemu-system-arm"
- "qemu-system-x86"
- "qemu-efi"
- "qemu-utils"
- "ipxe-qemu"
......@@ -21,8 +21,8 @@ py_test(
visibility = ["//visibility:public"],
deps = [
":client",
"//bazel/labgrid/mock/coordinator",
"//bazel/labgrid/mock/exporter",
"//bazel/labgrid/local",
"//bazel/labgrid/local/exporter",
"@rules_python//python/runfiles",
],
)