Skip to content

Exclude TestHeadlessComponents test for openj9 and ibm #301

Exclude TestHeadlessComponents test for openj9 and ibm

Exclude TestHeadlessComponents test for openj9 and ibm #301

name: 'Disabled Tests Linter'
on:
pull_request:
paths:
- 'openjdk/excludes/*'
- '**/playlist.xml'
jobs:
disableTestsLinter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install python3 python3-lxml
- name: Run exclude_parser.py on ProblemList files
run: find ./openjdk/excludes -name "ProblemList*" | python3 ./scripts/disabled_tests/exclude_parser.py -v > /dev/null
- name: Run playlist_parser.py on playlist.xml files
run: find . -name "playlist.xml" | python3 ./scripts/disabled_tests/playlist_parser.py -v > /dev/null