Skip to content

Commit

Permalink
Order GHA job exclusions
Browse files Browse the repository at this point in the history
Order GHA job exclusions so they are in the same order as suites.
  • Loading branch information
kokosing committed Jul 30, 2020
1 parent 54d175f commit 2e966e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,22 +193,22 @@ jobs:
- suite-8-non-generic
- suite-tpcds
exclude:
- config: config-hdp3
suite: suite-tpcds
- config: config-hdp3
suite: suite-6-non-generic
- config: config-hdp3
suite: suite-7-non-generic
- config: config-hdp3
suite: suite-8-non-generic
- config: config-cdh5
- config: config-hdp3
suite: suite-tpcds
- config: config-cdh5
suite: suite-6-non-generic
- config: config-cdh5
suite: suite-7-non-generic
- config: config-cdh5
suite: suite-8-non-generic
- config: config-cdh5
suite: suite-tpcds
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 2e966e4

Please sign in to comment.