Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): use ubuntu-18.04 host for DB integration test #846

Merged
merged 10 commits into from Mar 28, 2022

Conversation

nogic1008
Copy link
Contributor

@nogic1008 nogic1008 commented Feb 14, 2022

@nogic1008 nogic1008 added bug 🐛 Something isn't working development 🚀 Area development (testing, deploy...) labels Feb 14, 2022
@nogic1008 nogic1008 added this to the anyTime milestone Feb 14, 2022
@nogic1008 nogic1008 self-assigned this Feb 14, 2022
@commit-lint
Copy link

commit-lint bot commented Feb 14, 2022

Bug Fixes

  • ci: use IP address directly (9cd0be1)

Continuous Integration

  • run Cosmos DB Integration test on yml changed (49e0694)
  • change emulator option (300d23b)
  • add port mapping (af561fc)
  • add "Get IP Address" step (96b97ec)
  • use ubuntu-18.04 (9b9f836)
  • revert AZURE_COSMOS_EMULATOR_PARTITION_COUNT to 5 (5a6e16e)
  • remove NODE_TLS_REJECT_UNAUTHORIZED env (ceccb52)
  • revert change (fe561ed)

Hotfix

  • ci: add "Import emulator certificate" step (afe8da2)

Contributors

nogic1008

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #846 (fe561ed) into master (0000a14) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #846   +/-   ##
=======================================
  Coverage   98.54%   98.54%           
=======================================
  Files          90       90           
  Lines        2059     2061    +2     
  Branches      542      542           
=======================================
+ Hits         2029     2031    +2     
  Misses         30       30           
Impacted Files Coverage Δ
core/db/songs.ts 100.00% <0.00%> (ø)
api/courses/index.ts 100.00% <0.00%> (ø)
client/pages/grade/_series/index.vue 100.00% <0.00%> (ø)
client/pages/nonstop/_series/index.vue 100.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@nogic1008 nogic1008 temporarily deployed to Staging February 14, 2022 00:09 Inactive
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-water-096a66800-846.eastasia.azurestaticapps.net

@nogic1008 nogic1008 marked this pull request as draft March 3, 2022 06:43
@nogic1008 nogic1008 marked this pull request as ready for review March 28, 2022 02:11
@nogic1008 nogic1008 changed the title fix(ci): use IP address directly fix(ci): use ubuntu-18.04 host for DB integration test Mar 28, 2022
@nogic1008 nogic1008 modified the milestones: anyTime, v1.1 Mar 28, 2022
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-water-096a66800-846.eastasia.azurestaticapps.net

@nogic1008 nogic1008 merged commit 90f5c8e into master Mar 28, 2022
@nogic1008 nogic1008 deleted the hotfix/db-integration branch March 28, 2022 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working development 🚀 Area development (testing, deploy...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix timeout error on "Cosmos DB Integration" workflow
1 participant