Skip to content

Commit

Permalink
Merge pull request #1224 from jstodola/stop_rhel-8
Browse files Browse the repository at this point in the history
Stop testing RHEL-8
  • Loading branch information
rvykydal authored Aug 20, 2024
2 parents a21a1b9 + 1feab50 commit e4ff028
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 142 deletions.
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.

0 comments on commit e4ff028

Please sign in to comment.