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

Updating linux pipeline from BASE folder #2022

Merged
merged 1 commit into from
Sep 4, 2020

Conversation

eddynaka
Copy link
Contributor

@eddynaka eddynaka commented Sep 3, 2020

Fix Issue # .

Changes

(Please provide a brief description of the changes here.)

Checklist

  • I ran Unit Tests locally.
  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.

For significant contributions please make sure you have completed the following items:

  • Design discussion issue #
  • Changes in public surface reviewed

The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.

Notes for authors:

  • FxCop and other analyzers will fail the build. To see these errors yourself, compile localy using the Release configuration.

Notes for reviewers:

  • We support comment build triggers
    • /AzurePipelines run will queue all builds
    • /AzurePipelines run <pipeline-name> will queue a specific build

@eddynaka eddynaka self-assigned this Sep 3, 2020
@eddynaka eddynaka force-pushed the users/ednakamu/updating-linux-pipeline-base branch from da25667 to b5c3d17 Compare September 3, 2020 14:09
@@ -1,47 +1,50 @@
pool:
vmImage: 'ubuntu-16.04'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets move to newer version. 16 is getting older.. 18.04.5

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i tried...using "ubuntu-latest" but two tests started to fail in MetricsTest

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D lets pick 18.04.5 and try. If it fails, then we have an issue with latest linux.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

today, ubuntu-latest = 18.04

@eddynaka eddynaka force-pushed the users/ednakamu/updating-linux-pipeline-base branch 3 times, most recently from 25d3b04 to 2843513 Compare September 4, 2020 12:08
changing to ubuntu-latest (18.04 for now)

reverting

moving to ubuntu-latest

Remove EmptyApp tests as its covered eslewhere (#2025)

* Remove EmptyApp tests as its covered eslewhere

* cleanup

Ingestion service data delivery status (#1887)

* Added eventhandler to transmission

* Updated public API

* Modified changelog.md

* Added more tests

* Fix API

* Added coverage for timeout

* Update to API

* Modified comment in transmission.

* PR Comments

* PR feedback

* Fix test

* Added TransmissionStatusEvent to InMemoryChannel.

* Remove Inmemory change

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>

update version of Microsoft.AspNetCore.Hosting to 2.1.0 (and fix major test bug) (#2026)

* Refactor tests and fix several issues in one go

* remove unwanted changes

* update changelog

Co-authored-by: Timothy Mothra Lee <tilee@microsoft.com>

changing to posix

updating orderby

removing unused usings and space

updating trx folder path

udoing
@eddynaka eddynaka force-pushed the users/ednakamu/updating-linux-pipeline-base branch from a5b45a7 to c174e0c Compare September 4, 2020 12:20
@cijothomas cijothomas merged commit cf07c3e into develop Sep 4, 2020
@cijothomas cijothomas deleted the users/ednakamu/updating-linux-pipeline-base branch September 4, 2020 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants