Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/buildenv-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: package diff
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
needs: build
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/digestabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Image digest update
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16

permissions:
contents: write # to push the updates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
format:
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16
env:
SHFMT_VERSION: "3.12.0"
SHELLCHECK_VERSION: "0.11.0"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: matrix
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.merges) }}
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16
env:
KERNEL_PUBLISH: "${{ inputs.publish }}"
KERNEL_VERSION: "${{ matrix.merges.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-nvidia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Open PR if NVIDIA versions changed
runs-on:
group: Self Hosted
labels: edera-24
labels: edera-16
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
Expand Down
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ flavors:
- aarch64
constraints:
lower: '6.1'
- name: zone-kvm
# zone kernel built with kvm and nbd enabled for e2e testing in the protect repo
architectures:
- x86_64
constraints:
lower: '6.1'
- name: zone-amdgpu
constraints:
lower: '6.1'
Expand Down
8 changes: 8 additions & 0 deletions configs/x86_64/zone-kvm.fragment.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Edera kernel config snippet
# - Generated from delta config: ./configs/x86_64/zone-kvm.fragment.config
# - Against base config: /var/folders/78/9jm2w27s15b1xv2vgw8qdk9w0000gn/T/tmp.4SHerIaCTP-zone-5.4.293-amd64/kernel/config
#
CONFIG_KVM=y
CONFIG_KVM_AMD=y
CONFIG_BLK_DEV_NBD=y
Loading