lumberyard-employee-dm
4652d47fb3
Merge remote-tracking branch 'origin/lawsonamzn_prototype_gem_naming_conventions' into ly-as-sdk/LYN-2948-phistere
2021-05-26 00:38:51 -05:00
lumberyard-employee-dm
76fe7f3666
Merge branch 'main' of https://github.com/aws-lumberyard/o3de into ly-as-sdk/LYN-2948-phistere
2021-05-25 23:48:55 -05:00
lumberyard-employee-dm
79ba6c0ecf
Updating the EngineFinder.cmake for the AutomatedTesting project to use the engines_path key
2021-05-25 17:00:26 -05:00
michabr
713a3fd885
Convert TextureAtlas gem/builder to use Atom ( #853 )
...
* Convert TextureAtlas gem/builder to use Atom
* Convert image markup to use Atom image
2021-05-25 14:05:03 -07:00
amzn-hdoke
a1514eb0b5
AWSI Gems Automation Update Jenkins configuration (Windows Only) ( #923 )
...
AWS Automation test fixes to run on AR.
* Enable AWS automation tests
* Testing by making test part of main suite
* Fix tests target path
* Adding __init__.py for CLI to work
* Revert "Merge pull request #868 from aws-lumberyard-dev/LYN-3974"
This reverts commit 7c2051ae54 , reversing
changes made to d8bd6ef407 .
* Using absolute path in resource mappings
* Rexporting client auth automation tests level
* Adding null renderer param to AWS automation tests launchers
* Adding rhi null flag to run null renderer
* Remove extra hyphen from rhi param
* Updating rhi param
* Adding rhi param to launcher
* Fix rhi param and reexport client auth levels
* Disable AWS automation tests and remove client auth levels'
2021-05-25 11:27:11 -07:00
jromnoa
72d394dfca
Revert "merging latest main"
...
This reverts commit 2c6c639ede .
2021-05-25 10:09:08 -07:00
jromnoa
47df212ecd
Revert "revert accidental docstring change"
...
This reverts commit bdedf419b4 .
2021-05-25 10:08:51 -07:00
jromnoa
bdedf419b4
revert accidental docstring change
2021-05-25 10:08:11 -07:00
jromnoa
2c6c639ede
merging latest main
2021-05-25 10:05:55 -07:00
jromnoa
bae370750b
Merge branch 'main' into Atom/jromnoa/SPEC-6689-remove-testrail-info-from-tests
2021-05-25 10:04:22 -07:00
balibhan
8d7a1130d0
Merge pull request #893 from aws-lumberyard-dev/sc_automation_balibhan2
...
Add/Remove Methods from scriptevents
2021-05-25 10:21:53 +05:30
jromnoa
e57e1b3ba2
remove testrail info from tests
2021-05-24 18:19:09 -07:00
cgalvan
006219512e
Merge pull request #896 from aws-lumberyard-dev/cgalvan/FixAddInvalidComponent
...
[SPEC-6561] Prevent Editor crash when using the hydra_editor_utils to create an Entity with an invalid component.
2021-05-24 13:36:18 -05:00
jromnoa
be9172b12c
Merge pull request #854 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6957-fix-atom-renderer-test-timeout-issue
...
SPEC-6957: Attempting to fix the atom tests that only fail in AR but pass 100% of the time locally.
2021-05-24 10:55:31 -07:00
Chris Galvan
860f13c0ff
[SPEC-6561] Prevent Editor crash when using the hydra_editor_utils to create an Entity with an invalid component.
2021-05-24 12:14:58 -05:00
balibhan
d615441bbf
updated summary
2021-05-24 12:30:17 +05:30
balibhan
f8d320e79a
updated with new line
2021-05-24 11:29:12 +05:30
balibhan
41b2f0d522
Merge branch 'main' into sc_automation_balibhan2
2021-05-24 11:24:21 +05:30
balibhan
265e57cd07
Add remove method Asset Editor
2021-05-24 11:20:48 +05:30
jckand-amzn
434fef4b8f
Adding missing copyright header to test file
2021-05-21 16:39:16 -05:00
jckand-amzn
053247931b
LYN-3769: Adding a basic Editor workflow automated test
2021-05-21 15:45:46 -05:00
sharmajs-amzn
44ec0211a0
fixes for missing dependency test ( #850 )
2021-05-21 12:28:51 -07:00
dhrudesh
0b24159cf3
Disabling AWS automation tests
2021-05-21 08:18:47 -07:00
nvsickle
e19f1c0147
Ensure AtomFont loads with the Editor
...
-Use PAL_TRAIT_MONOLITHIC_DRIVEN_MODULE_TYPE which will correctly be set to GEM_MODULE to get loaded at runtime with non-monolithic builds instead of PAL_TRAIT_MONOLITHIC_DRIVEN_LIBRARY_TYPE
-Removed the unneeded entries from AutomatedTesting's runtime config now that this is fixed (AtomBridge will bring it in again)
2021-05-20 17:09:05 -07:00
jromnoa
fbb5565fb5
removes hydra idle_wait() calls in an attempt to fix the timeout issue
2021-05-20 13:58:30 -07:00
lawsonamzn
6a7a86062e
Updates AutomatedTesting project and adds atom support
2021-05-20 10:48:50 -07:00
Nicholas Lawson
c9d5d7fb77
The new gem registration and usage system
...
Merge from mainline (Rebase)
2021-05-20 10:47:03 -07:00
abrmich
d2cdabbac4
Merge branch 'main' into michabr/lyshine_text
2021-05-20 09:59:22 -07:00
amzn-hdoke
525840fb2a
Adding password 1 factor sign in ( #830 )
...
AWS automation test
2021-05-20 09:29:44 -07:00
AMZN-AlexOteiza
8c35347cfb
Fixed build timeout failures. Added xfail and made pytest timeout to be smaller so CMake doesnt make it to timeout and python does it instead
...
Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk >
2021-05-20 14:31:55 +01:00
abrmich
1f45e03a0c
Added Gem::AtomFont to tool and runtime dependencies
2021-05-19 22:25:07 -07:00
hershey5045
69df673511
Fix lua reflection error on AutomatedTesting project. ( #835 )
...
Fix lua reflection error on AutomatedTesting project.
2021-05-19 16:35:37 -07:00
jckand-amzn
1a0bf32f42
Merge pull request #829 from aws-lumberyard-dev/jckand/FoundationAuto
...
SPEC-6949: Updating menu actions for failing Menu tests
2021-05-19 17:09:49 -05:00
jromnoa
6cdb746859
Merge pull request #818 from aws-lumberyard-dev/Atom/jromnoa/SPEC-6849-intermittent-test-failure-fix
...
SPEC-6849: Intermittent test failure fix for test_AtomEditorComponents_AddedToEntity()
2021-05-19 14:08:18 -07:00
jckand-amzn
6be126ec36
SPEC-6949: Updating menu actions for failing Menu tests
2021-05-19 14:24:29 -05:00
amzn-hdoke
659998cd26
AWSI Gems CDK Automation fixtures ( #707 )
...
* Adding AWS automation tests cdk and resource mapping fixtures
* Add aws_utils fixture
* Update assume role arn
* Get region and account id from aws_utils fixture
* Adding NodeJS and AWS CDK as install dependencies
* Fixing missing copyright headers
* Add missing copyright header
* Remove cdk and node install from build folder
* Remove unused script canvas file
* Uncomment code, remove unused script canvas
* Add region to aws_utils fixture
* Adding AWS gems to automated testing for all platforms
* Re-exporting ClientAuth level
* Add PythonTests/AWS CMakeLists.txt
2021-05-19 11:07:53 -07:00
balibhan
b82fa2a7dc
Merge branch 'main' into sc_automation_balibhan
2021-05-19 09:42:08 +05:30
jromnoa
c28102f46e
Merge branch 'main' into Atom/jromnoa/SPEC-6849-intermittent-test-failure-fix
2021-05-18 19:17:32 -07:00
jromnoa
0dd6d81985
small accidental typo fix
2021-05-18 17:29:24 -07:00
jromnoa
6f22cfd20b
fix timeout values for general.idle_wait() and add Trace::Assert check with Trace::Error check, remove the 'failed to open' check (not needed)
2021-05-18 17:27:42 -07:00
jromnoa
c3fe375e8f
add some extra general.idle_wait() and general.idle_wait_frames() calls to increase test stability to stop race condition / intermittent failure in test
2021-05-18 17:19:40 -07:00
AMZN-AlexOteiza
906780a01f
Reorganized PythonTests CMakeLists ( #716 )
...
Reorganized Python Tests CMakeLists.txt
Co-authored-by: Garcia Ruiz <aljanru@amazon.co.uk >
2021-05-18 19:11:56 +01:00
balibhan
01ab0c7cd1
Merge branch 'main' into sc_automation_balibhan
2021-05-18 15:38:45 +05:30
Tom Hulton-Harrop
c4fa373e43
Temporarily ignore failing test to get main to go green ( #795 )
...
* keep test_CLITool_AssetBuilder_Works running but ignore failure for now
2021-05-18 11:07:44 +01:00
balibhan
6dd1985e2d
removed unused import
2021-05-18 15:06:26 +05:30
Sean Sweeney
aa193d9943
Merge pull request #570 from aws-lumberyard-dev/smoke_migration_branch
...
smoke test cases migration
2021-05-17 12:52:47 -07:00
Terry Michaels
514f4b9543
Removed unused files to reduce size ( #779 )
2021-05-17 11:36:59 -05:00
darapan
0d3a4b5ca3
"Removing Extra Line"
2021-05-16 22:55:19 -07:00
darapan
7a0d610ab4
"Fixing review comments"
2021-05-16 22:50:56 -07:00
balibhan
d12cf2b6e1
Pane properties test script
2021-05-17 10:21:56 +05:30