File: README

package info (click to toggle)
waagent 2.15.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,820 kB
  • sloc: python: 60,164; xml: 4,126; sh: 1,354; makefile: 22
file content (7 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
This directory contains a DevOps Azure Pipeline to execute the unit tests for Python 2.6 and 3.4.

Currently those tests are executed using Github Actions, using .github/workflows/ci_pr.yml. The
setup done by ci_pr.yml is practically identical to the setup done by this Dockerfile, with minor
differences to account for the behavior of Github Actions and Azure Pipelines.

NOTE: ci_pr.yml also depends on the patch_python_venv.sh script.