Skip to content

Commit

Permalink
PMM-13075 Adding Support for Nobel (#680)
Browse files Browse the repository at this point in the history
* PMM-13075 Adding Support for Nobel

* PMM-13075 Update runner-package-test.yml
  • Loading branch information
puneet0191 authored May 30, 2024
1 parent 8639b34 commit e5bf26d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmm-version-getter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
start_version: ${{ steps.get-start.outputs.result }}
finish_version: ${{ steps.get-finish.outputs.result }}
version_matrix: ${{ steps.get-matrix.outputs.result }}
pt_os_matrix: "[\"buster\", \"bullseye\", \"bookworm\", \"focal\", \"jammy\", \"centos-7\", \"ol-8\", \"ol-9\"]"
pt_os_matrix: "[\"buster\", \"bullseye\", \"bookworm\", \"focal\", \"jammy\", \"centos-7\", \"ol-8\", \"ol-9\", \"noble\"]"
steps:
- name: Prevent upgrade to the same version
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/runner-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ jobs:
if [[ "${{ inputs.os }}" =~ "ol-8" ]]; then
echo "VM_BOX=generic/oracle8" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "noble" ]]; then
echo "VM_BOX=bento/ubuntu-24.04" >> $GITHUB_ENV
fi
if [[ "${{ inputs.os }}" =~ "ol-9" ]]; then
echo "VM_BOX=generic/oracle9" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit e5bf26d

Please sign in to comment.