зеркало из
1
0
Форкнуть 0
Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Scott Beddall 42b1f3bc3a
bump to remove dependabot alert (#24991) 2022-06-27 12:47:01 -07:00
Scott Beddall f5e343d3b3
newest version of eventhub has no aio namespaces yet (#22954) 2022-02-08 10:03:16 -08:00
ckairen 319181f51a
Smoke test isolation per package (#20243)
* Smoke test isolation per package

* Smoke test isolation - remove unnecessary params

* Passing in single artifact for smoke test

* Passing in single artifact for smoke test

* Temporarily adding azure-template in requirements-release

* Smoke test isolation per package

* Smoke test isolation - remove unnecessary params

* Passing in single artifact for smoke test

* Passing in single artifact for smoke test

* Temporarily adding azure-template in requirements-release

* Smoke test isolation - ArtifactName fix

* Smoke test isolation - trimming down env matrix

* Smoke test isolation - differentiating nightly build with other builds

* Smoke test isolation per package

* Smoke test isolation - remove unnecessary params

* Passing in single artifact for smoke test

* Passing in single artifact for smoke test

* Temporarily adding azure-template in requirements-release

* Smoke test isolation - ArtifactName fix

* Smoke test isolation - trimming down env matrix

* Smoke test isolation - differentiating nightly build with other builds

* Smoke test isolation

* Smoke test isolation

* Adding displayName for smoke test

* Update eng/pipelines/templates/stages/archetype-python-release.yml

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Resolve PR suggestions

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2021-08-12 14:15:49 -07:00
dependabot[bot] 92886eca88
Bump aiohttp from 3.5.4 to 3.7.4 in /common/smoketest (#19330)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.5.4 to 3.7.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.5.4...v3.7.4)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 16:38:59 -07:00
Wes Haggard 264cd5d1ae Update links from master to main 2021-06-24 17:30:04 -07:00
Ben Broderick Phillips 2794bfcc88
Use 1es hosted pools for smoke tests (#18272) 2021-04-23 17:46:43 -04:00
Ben Broderick Phillips fbe7f4a37a
Run smoke tests against latest published versions in release pipeline (#15865)
* Run smoke tests on release

* Use pipeline artifact versions for smoke test on release

* Use correct logic for daily conditional
2021-01-15 16:28:44 -05:00
Ben Broderick Phillips efd65877b7
Add canary region to smoke test matrix (#14513)
* Add canary configuration to smoke test matrix

* Only add a single smoke test matrix entry for canary region
2020-10-15 13:10:06 -04:00
Charles Lowell 8fdc73d2cd
Add Key Vault API versions to smoke tests (#13130) 2020-08-18 09:56:45 -07:00
Pierre Grimaud d7c0972f7e
docs: fix typos (#11742) 2020-06-04 16:07:19 -07:00
Daniel Jurek 2f2ed373b8
update parameters to use SubscriptionConfiguration (#11425) 2020-05-18 12:07:05 -07:00
Daniel Jurek e5815be07e
Smoke Tests use new workflow for package install (#11438)
* smoke test uses new workflow for installing dev feed packages and resolving dependencies
* smoke test dependencies packaging and pkginfo are not required
* add pip freeze to show installed packages
* first cut at grouping dependencies
* describe how dependency version specifiers are combined
* remove requirements.txt work from install_dev_build_dependency.py
* better task name, output requirements_dependencies.txt
2020-05-14 19:55:25 -07:00
Scott Beddall 658767a454
Resolve Smoke-Test Issue (#11340)
* pin pip version to resolve issue with internal updates to pip
2020-05-08 12:41:30 -07:00
Daniel Jurek 9c81606640
move smoke-test.yml to enable failure notification (#11261) 2020-05-06 14:22:39 -07:00
Daniel Jurek c2de5db934
temporarily disable cosmosdb smoke tests (#10779) 2020-04-10 14:56:32 -07:00
Daniel Jurek 098268b6ba
add support for dynamic resource allocation and sovereign cloud testing (#10469)
* add support for dynamic resource allocation and sovereign cloud testing
* enable normal matrix, add China Cloud
* collapse key_vault_base_async into a type of key_vault_base
* Update common/smoketest/key_vault_base.py --Co-Authored-By: Charles Lowell <chlowe@microsoft.com>
* Update common/smoketest/key_vault_base.py -- Co-Authored-By: Charles Lowell <chlowe@microsoft.com>
* rename AZURE_AUTHORITY_HOST_ALIAS -> AZURE_CLOUD
* import os, DRY up environment variable fetching
* os is required in the key_vault tests because we read the vault URL from it, also add in self to refer to host_alias_map
* rename authorityHostAlias -> azureCloud and set appropriate environment variable in the ARM template

Co-authored-by: Charles Lowell <chlowe@microsoft.com>
2020-04-02 14:20:46 -07:00
Daniel Jurek d320a5a82c
Smoke Tests: enable using other clouds (#10200)
* fix async tests and install async requirements

* fix Identity for KV to support AZURE_AUTHORITY_HOST with a hostname (requires hostname without protocol wrapping)

* add AZURE_AUTHORITY_HOST to tests.yml (this one uses a python-specific value because python uses just the host and doesn't use the URL like other languages)

* update naming for authority host variable

* add ability to use gov cloud

* public -> gov for gov cloud instances, tweaks to async event hubs
2020-03-13 17:37:12 -07:00
Daniel Jurek 6f81db18a9
update smoke tests to latest version (#9350)
* update smoke tests to latest version

* smoke test storage version 12.0.0 -> 12.1.0

* string formatting that works in python 2.7 along with a couple other potential fixes for a 2.7 KV certs hang on my laptop

* smoke tests: put executing code into a function and call the funciton instead of importing it directly

* install dependencies from dev pipeline

* what version of pip are we running?

* support both pip 19 and 20 when importing pip internals

* fix eventhubs occasional flakyness

* use the track 2 cosmos preview package
2020-01-31 12:39:48 -08:00
Daniel Jurek e8993089a8 move remaining smoketest files out of samples folder (this branch was open a long time ago and the new files were missed in a rebase)
add remaining KV smoke tests back in

add to requirements

allow for other versions of python 3.7

update to use older interfaces

fix up smoke tests for september 2019 preview

name the matrix entry properly

do not wait for cert creation in b3
2019-11-08 15:10:35 -08:00
Daniel Jurek cffaa424f4 remove phantom smoke tests 2019-11-07 10:31:45 -08:00
Daniel Jurek e1047b4c84 use original interface 2019-11-07 10:31:45 -08:00
Daniel Jurek 1030d8d459 remove smoke test invocations that don't exist 2019-11-07 10:31:45 -08:00
Daniel Jurek 07682fe43b consistent smoke test requirements 2019-11-07 10:31:45 -08:00
Daniel Jurek 34a61373ee move smoke tests
update smoke-test.yml

move smoketests to common folder
2019-11-07 10:31:45 -08:00