Esteban Papp
b1fca488bf
LYN-4332 Metric jobs not passing JOB_NAME, BUILD_NUMBER, NODE_NAME, CHANGE_ID ( #1190 )
...
* Fix quotes
* Revert "Fix quotes"
This reverts commit 29ace5ef2bf1c78991a8cfeb840bfb30c4ce5d8d.
* evaluating the parameters
* Revert "Revert "Fix quotes""
This reverts commit 4f7008e9ccbd5fdc0b33853a4fb1f50285233da9.
* just one eval
* double escaping
* another attempt to happiness
* changing NODE_NAME to LABEL_NAME since that one is more stable and doesnt have spaces
2021-06-08 14:24:22 -07: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
Ibtehaj Nadeem
1ffcfa07e6
Remove Jenkins failure notifications ( #958 )
...
Remove Jenkins failure notifications
2021-06-07 12:53:07 +01: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
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
bcef8856ff
[cpack_installer] minor wording fixes
2021-06-03 10:51:13 -07: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
scottr
3f9811e498
[cpack_installer] fifth attempt to fix cpack selection
2021-06-02 18:40:22 -07:00
scottr
01f3ba5608
[cpack_installer] fourth attempt to fix cpack selection
2021-06-02 17:58:58 -07:00
scottr
201d6b1b72
[cpack_installer] third attempt to fix cpack selection
2021-06-02 17:29:50 -07:00
scottr
fd8cff6aec
[cpack_installer] second attempt to fix cpack selection
2021-06-02 16:10:41 -07:00
scottr
197241f16d
[cpack_installer] fixed issue with cpack selection
2021-06-02 15:40:41 -07:00
scottr
134258c18a
[cpack_installer] add trailing newline to some new files
2021-06-02 15:03:26 -07:00
scottr
c6e4e3ed1f
[cpack_installer] few more small fixes to installer Jenkins scripts
2021-06-02 14:57:18 -07:00
scottr
4b40f23d0b
[cpack_installer] couple small fixes to installer Jenkins scripts
2021-06-02 14:06:27 -07:00
scottr
a1b8d1233c
[cpack_installer] initial work for installer Jenkins jobs
2021-06-02 11:28:22 -07:00
jonawals
d72bc3a448
Add provisional Jenkins job
2021-06-02 14:30:09 +01:00
Mike Chang
262c1c1132
Change node label for Mac/iOS for new AMI update ( #1086 )
...
Changes the default node label for Mac/iOS to the newest AMI
- This AMI contains updates for XCode and CMake
- CMake is now on 3.20.2
2021-06-01 19:14:13 -07:00
Steve Pham
bf0df4b369
Add Android 'gradle' job as a default job ( #1082 )
...
* Add Android 'gradle' job as a default job
* Replace warning about version checking type with string preprocessing of the captured version before comparisons
2021-06-01 16:37:30 -07:00
Steve Pham
74ec7a362b
Update Android Project Generation to support AGP 4.2.0, Cmake 3.20, and newer versions of NDK&SDK
...
- build.gradle format updates for newer Android Gradle Plugin
- Remove hard coded Android Gradle Plugin version 3.6.4 to be passed in from command args
- Set Android Gradle Plugin min version 4.2.0 in order to support Min CMake version 3.20
- Add ability to use the android sdk to install missing components if needed rather than doing it externally
- Removed argument to pass in the NDK folder to use the android, use the android-sdk instead. Can request specific NDK versions if possible
- Android Gradle Plugin has dependencies by version and is being managed
- More defaults based on tools on path, agp version made possible so they are no longer needed in the command args
2021-05-28 23:24:51 -07:00
pappeste
58bad80ffa
changing paths for the install location in Jenkins
2021-05-28 00:17:20 -07:00
pappeste
f1b688f435
Merge branch 'main' into ly-as-sdk/LYN-2948
...
# Conflicts:
# CMakeLists.txt
# Code/Tools/ProjectManager/Source/GemCatalog/GemInfo.h
# Gems/AtomLyIntegration/AtomViewportDisplayInfo/gem.json
# cmake/LYWrappers.cmake
# cmake/SettingsRegistry.cmake
# scripts/o3de/tests/unit_test_current_project.py
2021-05-27 10:29:19 -07:00
Terry Michaels
9b1be43367
Renamed osx_gl to mac and es3 to android for cache folders ( #949 )
2021-05-26 19:17:17 -05:00
Brian Herrera
d99fea7a98
[Inclusion] Rename parameter for retry config
...
Parameter was renamed to allowed_methods in urllib3 1.26.0. Both options are currently available in the version we are using now.
2021-05-26 13:54:39 -07:00
Steve Pham
d4587d1f99
Add Label Exclusion filter for Sandbox tests from the main test suites ( #955 )
2021-05-26 10:14:18 -07:00
SJ
8ca3b078a2
Remove bootstrap.cfg and some references to it.
...
Merge pull request #836 from aws-lumberyard-dev/LYN-2461
2021-05-26 09:32:57 -07: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
Steve Pham
6136bc270e
Remove flaky test from AzNetwork instead of using retry
...
- Remove '--repeat until-pass' from profile test ctest argument
- Moved flaky TCP tests from main googletest suite to sandbox
- Added 'TARGET' to 'ly_add_googletest' to support adding the same module to multiple tests or adding a test that is not named the same as the module
- Fix minor bug in ly_add_googletest
2021-05-25 16:05:40 -07:00
amzn-sj
d369912727
Merge branch 'main' into LYN-2461
2021-05-21 16:41:46 -07:00
evanchia
ed3b1dd8d5
adding explicit url for test metrics
2021-05-21 12:50:52 -07:00
lumberyard-employee-dm
470fde461f
Removed engine registration from the Jenkins build scripts which builds the Engine in an engine centric manner
2021-05-21 02:04:07 -05:00
Steve Pham
42ccdf0572
Python3 installation script for Linux machines ( #832 )
2021-05-20 17:08:14 -07:00