cryptography/MANIFEST.in
Ian Wienand 4d2b52d4d1
Add initial OpenDev ARM64 testing (#5341)
This is the initial configuration for Zuul to run pyca/cryptography
tox jobs on a range of ARM64 nodes provided by OpenDev.  The
underlying ARM64 resources are donated for use by the OpenDev project
by Linaro.

This is under discussion at https://github.com/pyca/cryptography/issues/5339

If the OpenDev Zuul app (https://github.com/apps/opendev-zuul) is
added to this repository, it should be able to speculatively test and
run these jobs (however, some configuration will be required on the
OpenDev side before this will happen).

This is currently a very simple run of tox on the code.  For basic job
documentation see https://zuul-ci.org/docs/zuul/reference/jobs.html.

These jobs inherit from the opendev base job defined in
https://opendev.org/opendev/base-jobs.  This handles the node setup,
initial clone of pull requests, etc. and then after the job runs the
log collection, upload and publishing steps.  This in turn uses a lot
of reusable components from https://zuul-ci.org/docs/zuul-jobs/
2020-08-05 15:32:08 -05:00

26 lines
595 B
Text

include AUTHORS.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include LICENSE
include LICENSE.APACHE
include LICENSE.BSD
include LICENSE.PSF
include README.rst
include pyproject.toml
recursive-include docs *
recursive-include src/_cffi_src *.py *.c *.h
prune docs/_build
recursive-include tests *.py
exclude vectors
recursive-exclude vectors *
exclude .travis.yml .travis
recursive-exclude .travis *
recursive-exclude .github *
exclude release.py .coveragerc codecov.yml dev-requirements.txt rtd-requirements.txt tox.ini
recursive-exclude .zuul.d *
recursive-exclude .zuul.playbooks *