Skip to content

Commit

Permalink
Fix cleanup workflow reference
Browse files Browse the repository at this point in the history
* Remove spurious strategy from non matrix workflows

* Name CI workflows
  • Loading branch information
jsoref authored and ARUNACHALAM THIRUPATHI committed Mar 2, 2022
1 parent 8c50171 commit 761cd55
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: product-test-basic-environment.yml
workflow: product-tests-basic-environment.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/hive-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: hive tests

on:
pull_request:
Expand All @@ -15,8 +15,6 @@ env:
jobs:
hive-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/kudu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: kudu

on:
pull_request:
Expand All @@ -14,8 +14,6 @@ env:
jobs:
kudu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/maven-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: maven checks

on:
pull_request:
Expand All @@ -13,8 +13,6 @@ env:
jobs:
maven-checks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 45
steps:
- name: Free Disk Space
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/product-tests-basic-environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: product tests (basic)

on:
pull_request:
Expand All @@ -14,8 +14,6 @@ env:
jobs:
product-tests-basic-environment:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/product-tests-specific-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
jobs:
product-tests-specific-environment1:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -52,8 +50,6 @@ jobs:

product-tests-specific-environment2:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/spark-integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: spark integration

on:
pull_request:
Expand All @@ -15,8 +15,6 @@ env:
jobs:
spark-integration:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-other-modules.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: test other modules

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: test

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-ui-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: web ui checks

on:
pull_request:
Expand Down

0 comments on commit 761cd55

Please sign in to comment.