Skip to content

Commit ea4c1ba

Browse files
authored
Fix test migration issues (#1424)
1 parent de11db2 commit ea4c1ba

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/test-migration.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# SPDX-FileCopyrightText: 2025 Intel Corporation
1+
# SPDX-FileCopyrightText: 2026 Intel Corporation
22
#
33
# SPDX-License-Identifier: Apache-2.0
4+
---
45

56
name: Test Migration
67

78
on:
89
# Allow manually triggering the workflow
9-
workflow_dispatch: {}
10+
workflow_dispatch:
1011
# Run on all commits that are pushed to all branches
1112
push:
1213
branches:
@@ -24,7 +25,9 @@ on:
2425
# Trigger workflow when enqueued to a merge group
2526
merge_group:
2627

27-
permissions: {}
28+
permissions:
29+
contents: read
30+
checks: read
2831

2932
jobs:
3033
test-charts-available:
@@ -80,5 +83,10 @@ jobs:
8083
- name: Setup asdf and install dependencies
8184
uses: open-edge-platform/orch-utils/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
8285

86+
- name: Inject default commonName for nginx-ingress-pxe-boots
87+
run: |
88+
mkdir -p _appimg_4289486928.tmp
89+
echo "commonName: nginx-ingress.local" >> _appimg_4289486928.tmp/values.yaml
90+
8391
- name: Run test
8492
run: mage test:ContainersAvailableOnReleaseService true

0 commit comments

Comments
 (0)