Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop testing RHEL-8 #1224

Merged
merged 1 commit into from
Aug 20, 2024
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
122 changes: 0 additions & 122 deletions .github/workflows/daily-boot-iso-rhel8.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/scenarios-permian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: [self-hosted, kstest]
strategy:
matrix:
scenario: [daily-iso, rhel8, rhel9, rhel10]
scenario: [daily-iso, rhel9, rhel10]
fail-fast: false

# these settings depend on the infrastructure; on upshift ocp-master-xxl they take about 4 hours
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: [self-hosted, kstest]
strategy:
matrix:
scenario: [daily-iso, rhel8, rhel9]
scenario: [daily-iso, rhel9]
fail-fast: false

# these settings depend on the infrastructure; on upshift ocp-master-xxl they take about 4 hours
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-os-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
GITHUB_TOKEN: /home/github/github-token
strategy:
matrix:
os-variant: [daily-iso, rawhide, rhel8, rhel9, rhel10]
os-variant: [daily-iso, rawhide, rhel9, rhel10]
fail-fast: false

steps:
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 @@ -24,7 +24,7 @@ jobs:
run: |
PATH=./scripts/:$PATH \
./scripts/weekly-summary --rebuild --flake-details \
--artifacts=logs-daily-iso,logs-rhel9,logs-rhel8,logs-rhel10 \
--artifacts=logs-daily-iso,logs-rhel9,logs-rhel10 \
--archive-logs /var/tmp/kstest-archive/

- name: Collect logs
Expand Down
2 changes: 1 addition & 1 deletion scripts/weekly-summary
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ URL = "https://api.github.com/repos/rhinstaller/kickstart-tests/actions/artifact

# Defaults list of artifacts
# For now use the full log artifacts, eventually this will be the json summaries
ARTIFACT_NAMES = ["logs-daily-iso", "logs-rhel9", "logs-rhel8", "logs-rhel10"]
ARTIFACT_NAMES = ["logs-daily-iso", "logs-rhel9", "logs-rhel10"]

# We should ignore SIGPIPE when using pycurl.NOSIGNAL - see
# the libcurl tutorial for more info.
Expand Down
15 changes: 0 additions & 15 deletions testlib/test_plans/daily-rhel8.plan.yaml.j2

This file was deleted.