diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml new file mode 100644 index 0000000000..8966511e05 --- /dev/null +++ b/.github/workflows/dependency-review.yml @@ -0,0 +1,20 @@ +# Dependency Review Action +# +# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging. +# +# Source repository: https://github.com/actions/dependency-review-action +# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement +name: 'Dependency Review' +on: [pull_request] + +permissions: + contents: read + +jobs: + dependency-review: + runs-on: ubuntu-latest + steps: + - name: 'Checkout Repository' + uses: actions/checkout@v3 + - name: 'Dependency Review' + uses: actions/dependency-review-action@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d45a74f33..f7edeefd10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ CHANGELOG ========= x.x.x ------- +------- **ENHANCEMENTS** - Add new configuration parameter `Scheduling/SlurmSettings/QueueUpdateStrategy` to allow cluster update when diff --git a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_arm64.yaml b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_arm64.yaml index 7a49e72c3e..39e90d74db 100644 --- a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_arm64.yaml +++ b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_arm64.yaml @@ -14,7 +14,12 @@ ComputeSettings: LocalStorage: EphemeralVolume: null - RootVolume: null + RootVolume: + Encrypted: true + Iops: 3000 + Size: null + Throughput: 125 + VolumeType: gp3 CustomActions: null CustomSettings: null Iam: diff --git a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_x86_64.yaml b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_x86_64.yaml index 9fff5b25eb..c4bda04dc5 100644 --- a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_x86_64.yaml +++ b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues.before_update_x86_64.yaml @@ -14,7 +14,12 @@ ComputeSettings: LocalStorage: EphemeralVolume: null - RootVolume: null + RootVolume: + Encrypted: true + Iops: 3000 + Size: null + Throughput: 125 + VolumeType: gp3 CustomActions: null CustomSettings: null Iam: diff --git a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_arm64.yaml b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_arm64.yaml index 85f52dcffa..3893db4d16 100644 --- a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_arm64.yaml +++ b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_arm64.yaml @@ -25,7 +25,12 @@ ComputeSettings: LocalStorage: EphemeralVolume: null - RootVolume: null + RootVolume: + Encrypted: true + Iops: 3000 + Size: null + Throughput: 125 + VolumeType: gp3 CustomActions: null CustomSettings: null Iam: @@ -59,7 +64,12 @@ ComputeSettings: LocalStorage: EphemeralVolume: null - RootVolume: null + RootVolume: + Encrypted: true + Iops: 3000 + Size: null + Throughput: 125 + VolumeType: gp3 CustomActions: null CustomSettings: null Iam: diff --git a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_x86_64.yaml b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_x86_64.yaml index a7a4b3ec95..92ae865c44 100644 --- a/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_x86_64.yaml +++ b/tests/integration-tests/tests/scheduler_plugin/test_scheduler_plugin/test_scheduler_plugin_integration/scheduler_queues_x86_64.yaml @@ -25,7 +25,12 @@ ComputeSettings: LocalStorage: EphemeralVolume: null - RootVolume: null + RootVolume: + Encrypted: true + Iops: 3000 + Size: null + Throughput: 125 + VolumeType: gp3 CustomActions: null CustomSettings: null Iam: @@ -59,7 +64,12 @@ ComputeSettings: LocalStorage: EphemeralVolume: null - RootVolume: null + RootVolume: + Encrypted: true + Iops: 3000 + Size: null + Throughput: 125 + VolumeType: gp3 CustomActions: null CustomSettings: null Iam: