Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions .github/workflows/test-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-go-

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run test
run: mage test:ChartsAvailableOnReleaseService
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
${{ runner.os }}-go-

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Inject default commonName for nginx-ingress-pxe-boots
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Setup asdf and install dependencies
id: install-deps
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Deploy Orchestrator ${{ matrix.version-tags }}
env:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/virtual-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run lint
run: mage -v lint:markdown
Expand All @@ -178,7 +178,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run lint
working-directory: on-prem-installers
Expand All @@ -200,7 +200,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run lint
run: mage lint:terraform
Expand All @@ -224,7 +224,7 @@ jobs:
run: echo "ASDF_YAMLLINT_PIP_PACKAGES=pyyaml" >> $GITHUB_ENV

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c
- name: Run lint
run: mage lint:yaml

Expand All @@ -244,7 +244,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run lint
run: mage lint:helm
Expand All @@ -271,7 +271,7 @@ jobs:
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run lint
run: mage lint:golang
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Run lint
run: |
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
git config --global url."https://${{ secrets.SYS_EMF_GH_TOKEN }}:x-oauth-basic@github.com/".insteadOf "https://github.com/"

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@e9699415365464e48917e1e197b28ed2bc40dad4
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@587c67a41629ce30ddbc6e5f06c0990b13c4118c

- name: Get version tag
id: get_version_tag
Expand Down
Loading