John
b1508b522f
Add build output folder to tiaf driver
2021-06-16 13:25:26 +01:00
John
17ba9f5c4f
Force non-gating at script level
2021-06-16 10:09:02 +01:00
John
2606234cfa
Merge branch 'main' into TIF/Runtime
2021-06-15 17:32:21 +01:00
John
169d4da288
Address PR comments
2021-06-10 14:54:46 +01:00
jonawals
fdbc15b195
Fix missing args for tiaf driver
2021-06-09 10:00:53 +01:00
jonawals
d44a20f470
Add flag for non-seed sequence test failure policy
2021-06-09 08:59:11 +01:00
jonawals
351d54e4f6
Fix non-existent dir for historic data
2021-06-09 08:49:18 +01:00
jonawals
112493c26b
Non pipline of truth no early exit experiment
2021-06-08 19:27:37 +01:00
jonawals
efd0d8bcc9
Fix detatched head in tiaf driver
2021-06-08 19:03:59 +01:00
jonawals
46be3efd5d
Add missing test impact pipe
2021-06-08 18:47:36 +01:00
Scott Romero
3eb612b652
[main] option for installer upload to s3 ( #1173 )
...
Fixed issue with quoted regex when invoking upload_to_s3.py via script
Improved error handling in online install bootstrapper generation commands
2021-06-08 09:30:20 -07:00
jonawals
ff2cdb3f94
Merge branch 'TIF/Jenkins' into TIF/Jenkins_Test
2021-06-08 17:00:16 +01:00
jonawals
f78ad7f377
Add missing tiaf scripts
2021-06-08 16:58:25 +01:00
jonawals
7a38a93b9c
Remove test_impact_analysis
2021-06-08 14:47:57 +01:00
jonawals
4b819953d6
Fix build script
2021-06-08 14:41:18 +01:00
jonawals
6db9a00315
Merge branch 'TIF/Runtime' into TIF/Jenkins
2021-06-08 14:27:18 +01:00
jonawals
656aa528d8
Implement new handling of tiaf seed data
2021-06-08 13:39:37 +01:00
evanchia
b2a6616a31
fixed cwd error
2021-06-07 18:50:21 -07:00
evanchia
9afe5225e6
removing wildcard from rmdir, not windows compatible
2021-06-07 18:39:03 -07:00
evanchia
9373c5fd0d
Fixing xml directory race condition on incremental runs
2021-06-07 18:31:57 -07:00
scottr
57faa2d377
[cpack_installer] installer upload to s3
2021-06-07 15:15:14 -07:00
amzn-mgwynn
38865c95e2
Merge pull request #1162 from aws-lumberyard-dev/Prism/gem-db
...
Adding python bindings for modifying project properties
2021-06-07 16:59:10 -04:00
mgwynn
b0826c5f9c
added tag managerment arguments for CLI to mutually exclusive group
2021-06-07 15:08:18 -04:00
mgwynn
6d6f8413c8
Incorporating review comments. Some parameter modifications. Some cli edge case handling. Remove remove_tag member from project info
2021-06-07 14:14:32 -04:00
Ibtehaj Nadeem
1ffcfa07e6
Remove Jenkins failure notifications ( #958 )
...
Remove Jenkins failure notifications
2021-06-07 12:53:07 +01:00
Alex Peterson
aeaf1bcdbe
Fix engine settings not populating or saving
...
* Allow multiple settings to be registered at once
* Old manifests versions may not have default_third_party_folder
2021-06-04 21:29:36 -07:00
amzn-mgwynn
ffdce2ef7f
Merge branch 'main' into Prism/gem-db
2021-06-04 23:19:47 -04:00
mgwynn
7984f82e48
Bing project_properties CLI to updateProject method. Update project info struct.
...
Update project properties cli to support lists for tags. Minor adjustments to support
changes.
2021-06-04 23:03:17 -04:00
Esteban Papp
1396110f6d
Preventing builds from cleaning on each step ( #1151 )
2021-06-04 15:46:19 -07:00
Esteban Papp
cf35585bc0
Making incremental linking off by default ( #1154 )
2021-06-04 15:25:57 -07:00
scottr
0d1b217b24
Merge branch 'main' into cpack_installer
2021-06-04 06:45:43 -07:00
Scott Romero
64872e024e
[main] add 3rd party to engine registration
...
Merge pull request #1131 from aws-lumberyard-dev/default_3rdparty
2021-06-03 19:32:59 -07:00
scottr
4405c2275f
[default_3rdparty] changed CLI argument type to pathlib.Path and removed optional str type from usage
2021-06-03 18:23:01 -07:00
Esteban Papp
29ac17a090
SPEC-7135 Provide a method to re-trigger compiler detection for changes that require it ( #1092 )
...
* SPEC-7135 Provide a method to re-trigger compiler detection for changes that require it
* removing check (is wrong and is not necessary)
* Invert existance check
* add empty lines at the end
* Clean is triggering on each build
* clearing if the variable is false
* test code to understand what is going on...
* yeap, looks good
* handling "false" in linux/mac
* fix for linux/mac
* Fixing typos
2021-06-03 18:05:05 -07:00
scottr
d30fd8b1dd
Merge branch 'main' into default_3rdparty
2021-06-03 16:24:55 -07:00
lumberyard-employee-dm
816d05ef2d
Updating manifest.py template query functions ( #1113 )
...
* Updating manifest.py template query functions
The get_project_templates, get_gem_templates and get_generic_templates
methods have been renamed to indicate that the methods return the
templates that can be used in a create-project, create-gem and
create-from-template command of the engine_template.py
Updated the print_registration.py script to support outputing project
specific gems and templates.
Add a unit test script for the manifest.py script.
Added unit test to validate the new functions:
`get_templates_for_project_creation`
`get_templates_for_gem_creation`
`get_templates_for_generic_creation`
* Implementing the project print registration methods
Added implementations of the project print registration methods and tested them locally
Removed implementations of the download print registration methods, since they have not went through app-sec review.
* Renaming get_restricted_data to get_restricted_json_data
Fixed the get_registered method in manifest.py when looking up projects
* Updated the print_manifest_json_data calls to return the result
2021-06-03 18:16:22 -05:00
scottr
85e6d06c2c
[default_3rdparty] add 3rd party to engine registration + specific path registration fixes
2021-06-03 16:09:10 -07:00
amzn-mgwynn
77d861c124
Merge pull request #1108 from aws-lumberyard-dev/Prism/gem-db
...
Prism/gem db to main. Adding ability to modify project settings (display name, origin, icon, summary, user tags) through the o3de CLI with edit-project-properties using a project path or registered project name.
2021-06-03 16:10:56 -04:00
lumberyard-employee-dm
dce87534c7
Removing the Pyside implementation of the project manager python scripts ( #1112 )
...
* Removing the Pyside implementation of the project manager python scripts
* Removing reference to the scripts/project_manager directory
The Install_common.cmake script reference to the project_manager directory has been removed.
2021-06-03 14:37:16 -05:00
mgwynn
e99a95d909
Added copyright header for validation
2021-06-03 15:02:18 -04:00
mgwynn
7bba5ed2fc
Incorporated suggestion to use setdefault to handle missing tag property rather than explicitly checking for and creating it.
2021-06-03 14:43:13 -04:00
mgwynn
6681a53768
Add the ability to remove tags. Updated some descriptions, and updated some log messages to include parameters.
2021-06-03 14:13:44 -04:00
scottr
bcef8856ff
[cpack_installer] minor wording fixes
2021-06-03 10:51:13 -07:00
mgwynn
5838975d62
Incorporating review comments. Minor formatting changes and changes to parameter descriptions.
...
Removed try-catch for property modification and added creation of user_tags element if it does not exist
but is modified through CLI
2021-06-03 13:29:51 -04:00
scottr
8214706ff9
[cpack_installer] reworked how packaging is enabled for windows
2021-06-03 08:24:01 -07:00
jonawals
c9aaadea51
Merge branch 'TIF/Runtime' into TIF/Jenkins
2021-06-03 12:45:13 +01:00
jonawals
786b406d98
Add seed and tia jobs
2021-06-03 11:34:33 +01:00
scottr
5695681ed3
[cpack_installer] fifth attempt to fix cpack selection
2021-06-02 21:03:41 -07:00
mgwynn
35fed77223
Adding CLI script for modifying project properties (LYN-3918). Updating O3de to support it.
...
Fixing some typo errors in manifest.py and minor optimizations
2021-06-02 21:56:03 -04:00
scottr
3f9811e498
[cpack_installer] fifth attempt to fix cpack selection
2021-06-02 18:40:22 -07:00