feat(xen): deflate zone memory balloon via oom notifier #601
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: Test Kernel Build | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| # Config-snippet merges are built and published by build.yml; skip the | |
| # throwaway publish:false rebuild here so a config merge builds once. | |
| paths-ignore: | |
| - "configs/**" | |
| permissions: | |
| contents: read | |
| packages: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/matrix.yml | |
| secrets: inherit | |
| with: | |
| spec: "only-latest-lts:flavor=host,zone,zone-nvidiagpu" | |
| publish: false |