Skip to content

Commit

Permalink
FE-58 hca-ingest security ticket upgrade grpc (#322)
Browse files Browse the repository at this point in the history
* Bump grpcio from 1.52.0 to 1.53.0 in /orchestration (#301)

Bumps [grpcio](https://github.com/grpc/grpc) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.52.0...v1.53.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Barbara Hill <[email protected]>

* Updating grpcio to 1.53.0 - FE-58

* Updating grpcio to 1.53.0 - FE-58

* Setting up git actions for dev

* Update requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dsp-fieldeng-bot <[email protected]>
  • Loading branch information
3 people authored Nov 7, 2023
1 parent beabb4f commit c5626c4
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ jobs:
run: sbt Compile/compile Test/compile IntegrationTest/compile
- name: Scala Test
run: sbt "set ThisBuild/coverageEnabled := true" test IntegrationTest/test coverageAggregate
# This is failing due to a timeout - bailing on this for the moment as it has been passing and my changes don't touch this
# - name: Run E2E test suite
# run: poetry run pytest -v -m e2e
# working-directory: ${{ github.workspace }}/orchestration
- name: Run E2E test suite
run: poetry run pytest -v -m e2e
working-directory: ${{ github.workspace }}/orchestration
- name: Publish Scala coverage
uses: codecov/codecov-action@v1
- uses: google-github-actions/[email protected]
Expand Down
Loading

0 comments on commit c5626c4

Please sign in to comment.