-
Notifications
You must be signed in to change notification settings - Fork 145
Integration Test Workflow #246
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
Merged
Merged
Conversation
This file contains hidden or 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
Codecov Report
@@ Coverage Diff @@
## master #246 +/- ##
==========================================
+ Coverage 79.29% 79.36% +0.06%
==========================================
Files 80 80
Lines 3159 3159
==========================================
+ Hits 2505 2507 +2
+ Misses 654 652 -2
Continue to review full report at Codecov.
|
Action items:
|
anuraaga
approved these changes
Nov 19, 2020
Hargrav3s
pushed a commit
to Gavant/aws-xray-sdk-python
that referenced
this pull request
Mar 22, 2022
* Adding integration testing workflow and terraform files * Added workflow to execute on pull request only * modified tfvars file name * Added resource_prefix var, os name * Applied constant var directly * Added -var parameter to fetch github run_id env variable * remove resource_prefix logic and solve secret repo access issue * test checking out from secret repo * test pulling secret repo * fixing destroying resources * added debug logic to fix plugins permissions issue * debug logic to check plugins dir location * removed download artifact step * debug logic * debug permission issue * debug permission issue - 2 * debug permission issue * debug permission issue * debug destroy resources * fix: destroy resources * remove unnecessary steps * fix: end to end workflow * Added resource_prefix var * Added env variable to set resource_prefix * removed constant vars from tfvars and used env variable to populate values * modified names * fix: eb url * minor changes * minor changes * Added sse encryption to s3 and eb updated config * Added public access setting to bucket, sse encrpytion and fix eb issue * eb issue: try * Added integ test runner repo * Added repo for sample app, test runner * minor change * execute workflow on push too * Added secret PAT to test workflow * Added validator module * Added gradle execution command * minor change * minor change: added branch * Added aws creds * fixed issue * minor cleanups * modified testing module and webapp module * Added logic to create unique names in case of re running same workflow * added sample-apps dir * fixed syntax issue * added path in upload and download actions * Added license file * workflow executes on push
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Integration test workflow with flask web app testing aws sdk, http, flask-sql alchemy instrumentation and metadata-annotations injection
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.