Skip to content

Commit 418dc43

Browse files
committed
Apply migration script
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 1d9ccb6 commit 418dc43

4 files changed

Lines changed: 0 additions & 97 deletions

File tree

.github/containers/nox-cross-arch/arm64-ubuntu-20.04-python-3.11.Dockerfile

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/containers/nox-cross-arch/entrypoint.bash

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/containers/test-installation/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -261,30 +261,3 @@ These are the steps to create a new release:
261261
should be automated eventually too).
262262

263263
7. Celebrate!
264-
265-
## Cross-Arch Testing
266-
267-
This project has built-in support for testing across multiple architectures.
268-
Currently, our CI conducts tests on `arm64` machines using QEMU emulation. We
269-
also have the flexibility to expand this support to include additional
270-
architectures in the future.
271-
272-
This project contains Dockerfiles that can be used in the CI to test the
273-
python package in non-native machine architectures, e.g., `arm64`. The
274-
Dockerfiles exist in the directory `.github/containers/nox-cross-arch`, and
275-
follow a naming scheme so that they can be easily used in build matrices in the
276-
CI, in `nox-cross-arch` job. The naming scheme is:
277-
278-
```
279-
<arch>-<os>-python-<python-version>.Dockerfile
280-
```
281-
282-
E.g.,
283-
284-
```
285-
arm64-ubuntu-20.04-python-3.11.Dockerfile
286-
```
287-
288-
If a Dockerfile for your desired target architecture, OS, and python version
289-
does not exist here, please add one before proceeding to add your options to
290-
the test matrix.

0 commit comments

Comments
 (0)