Skip to content

Commit

Permalink
Update smoke tests workflows to partially use hosted runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Apr 5, 2024
1 parent cdca14b commit 63e4c49
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/smoke-tests-1_8_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ permissions:
jobs:
acceptance-tests:
name: Acceptance Tests
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -61,8 +61,7 @@ jobs:

type-mapping-tests:
name: Type Mapping Tests
needs: [acceptance-tests]
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -84,7 +83,6 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
needs: [type-mapping-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/smoke-tests-1_8_20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ permissions:
jobs:
acceptance-tests:
name: Acceptance Tests
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -61,8 +61,7 @@ jobs:

type-mapping-tests:
name: Type Mapping Tests
needs: [acceptance-tests]
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -84,7 +83,6 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
needs: [type-mapping-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/smoke-tests-1_9_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ permissions:
jobs:
acceptance-tests:
name: Acceptance Tests
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -61,8 +61,7 @@ jobs:

type-mapping-tests:
name: Type Mapping Tests
needs: [acceptance-tests]
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -84,7 +83,6 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
needs: [type-mapping-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/smoke-tests-1_9_20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ permissions:
jobs:
acceptance-tests:
name: Acceptance Tests
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -61,8 +61,7 @@ jobs:

type-mapping-tests:
name: Type Mapping Tests
needs: [acceptance-tests]
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -84,7 +83,6 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
needs: [type-mapping-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:

type-mapping-tests:
name: Type Mapping Tests
needs: [acceptance-tests]
runs-on: self-hosted
runs-on: macos-14
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down Expand Up @@ -107,7 +106,7 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
needs: [type-mapping-tests]
needs: [acceptance-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 63e4c49

Please sign in to comment.