-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable upload to blob tests in C gates (#2621)
* Disable upload to blob tests in C gates This is a temporary measure until we set up the gates to workaround the guidance to disable azure storage SAS token authorization. To reverse these changes: In azure-iot-sdk-c/build: sed -i "s/--no_uploadtoblob //g" .vsts-ci.yml In azure-iot-sdk-c/jenkins: grep -l run-e2e-tests *.sh | xargs sed -i "s/--no_uploadtoblob //g" grep -l run-e2e-tests *.cmd | xargs sed -i "s/--no-uploadtoblob //g" * Add guard in iothubclientcore_ut for DONT_USE_UPLOADTOBLOB * Disable u2b tests in linux_openssl_engine.sh * Fix arg-uploadtoblob label in build.cmd * Disable upload to blob in remaining builds * Fix more unit tests disabling u2b * Fix iothubclientcore_ut.c * Add new openssl valgrind exceptions
- Loading branch information
Showing
17 changed files
with
1,003 additions
and
17 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
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
Oops, something went wrong.