-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the grpc dependency from ansys-api-fluent repo (#497)
- Loading branch information
Showing
44 changed files
with
8 additions
and
14,919 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ env: | |
# You should go up in number, if you go down (or repeat a previous value) | ||
# you might end up reusing a previous cache if it haven't been deleted already. | ||
# It applies 7 days retention policy by default. | ||
RESET_EXAMPLES_CACHE: 4 | ||
API_CODE_CACHE: 0 | ||
RESET_EXAMPLES_CACHE: 5 | ||
API_CODE_CACHE: 1 | ||
|
||
jobs: | ||
stylecheck: | ||
|
@@ -45,12 +45,6 @@ jobs: | |
run: | | ||
pre-commit run --all-files --show-diff-on-failure | ||
- name: Run protolint | ||
uses: plexsystems/[email protected] | ||
if: always() | ||
with: | ||
configDirectory: protos | ||
|
||
test-import: | ||
name: Smoke Tests | ||
runs-on: ${{ matrix.os }} | ||
|
@@ -208,7 +202,7 @@ jobs: | |
build_test: | ||
name: Build and Unit Testing | ||
needs: test-import | ||
runs-on: self-hosted | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
image-tag: [latest, solver-latest] | ||
|
@@ -262,7 +256,7 @@ jobs: | |
username: ${{ secrets.GH_USERNAME }} | ||
password: ${{ secrets.REPO_DOWNLOAD_PAT }} | ||
|
||
- name: Pull Fluent docker image\ | ||
- name: Pull Fluent docker image | ||
if: steps.cache-api-code.outputs.cache-hit != 'true' | ||
run: make docker-pull | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.