Skip to content
Open
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/container-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment: quay.io
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Login to container registry
run: docker login -u ${{ secrets.QUAY_USERNAME }} -p ${{ secrets.QUAY_PASSWORD }} quay.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-boot-iso-rawhide-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo rm -rf * .git

- name: Check out kickstart-tests
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/kickstart-tests
path: kickstart-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Repository checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/disabled-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
sudo rm -rf *

- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: kickstart-tests

Expand All @@ -45,14 +45,14 @@ jobs:
run: scripts/generate-testcases.py -t ./testlib/test_cases/kstest-template.tc.yaml.j2 . -o ./testlib/test_cases

- name: Clone Permian repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/permian
path: permian
ref: main

- name: Clone tplib repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/tplib
path: tplib
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scenarios-permian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo rm -rf *

- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: kickstart-tests

Expand All @@ -62,14 +62,14 @@ jobs:
fi

- name: Clone Permian repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/permian
path: permian
ref: main

- name: Clone tplib repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/tplib
path: tplib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-code-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pip install pylint==3.3.0 ruff==0.3.7 pyyaml

- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-os-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
sudo rm -rf * .git

- name: Check out kickstart-tests
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/kickstart-tests
ref: ${{ needs.pr-info.outputs.sha }}
Expand All @@ -142,14 +142,14 @@ jobs:
run: scripts/generate-testcases.py -t ./testlib/test_cases/kstest-template.tc.yaml.j2 . -o ./testlib/test_cases

- name: Clone Permian repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/permian
path: permian
ref: main

- name: Clone tplib repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: rhinstaller/tplib
path: tplib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testingfarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: needs.pr-info.outputs.allowed == 'true'
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: "refs/pull/${{ github.event.issue.number }}/head"
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install pycurl
run: sudo apt-get install -y python3-pycurl
- name: Run weekly-summary script
Expand Down