Skip to content

Commit

Permalink
Run on centos 8.1 tests (#8151)
Browse files Browse the repository at this point in the history
* master pipeline for 2024.1

* run only centos 8.1 for tests
  • Loading branch information
manikandan-xilinx authored May 8, 2024
1 parent e98e492 commit ec83e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xrt_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
runs-on: [self-hosted, Ubuntu-22.04]
strategy:
matrix:
os_list: ['centos_7.8', 'centos_8.1']
os_list: ['centos_8.1']
steps:
- name: Checkout private repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
runs-on: [self-hosted, Ubuntu-22.04]
strategy:
matrix:
os_list: ['centos_7.8', 'centos_8.1']
os_list: ['centos_8.1']
steps:
- name: Checkout private repository
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xrt_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
runs-on: [self-hosted, Ubuntu-22.04]
strategy:
matrix:
os_list: ['centos_7.8', 'centos_8.1']
os_list: ['centos_8.1']
steps:
- name: Set env variables
run: |
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
runs-on: [self-hosted, Ubuntu-22.04]
strategy:
matrix:
os_list: ['centos_7.8', 'centos_8.1']
os_list: ['centos_8.1']
steps:
- name: Set env variables
run: |
Expand Down

0 comments on commit ec83e2a

Please sign in to comment.