setup-policy-routes start: infinite sysfs wait loop causes unbounded process accumulation on ECS hosts #89
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Debian sid package build | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Build the test container image (Debian sid/unstable) | |
| run: docker build . --file .github/Dockerfile.debian-sid-test --tag amazon-ec2-net-utils-tests:debian-sid | |
| - name: Run a containerized scratch build (Debian sid/unstable) | |
| run: docker run -v $(readlink -f $PWD):/src -w /src --entrypoint ".github/container-tests-debian12.sh" amazon-ec2-net-utils-tests:debian-sid |