Commit Graph

74 Commits (1dd1f85d2b09eb31ae278c12abe0295a8034d96c)

Author SHA1 Message Date
evanchia-ly-sdets f3c0aad914
Merge pull request #258 from aws-lumberyard-dev/metrics_string_security_fix
Fixing string interpolation security risk in test metrics
5 years ago
evanchia ad7e7d829e changed variable formatting method 5 years ago
Esteban Papp 9ca7408929
SPEC-6499 Timeout in pipes expire due to logs being in a sub-step 5 years ago
evanchia 8f76dd0f26 Fixing string interpolation security risk in test metrics 5 years ago
evanchia-ly-sdets 8238b76dba
Merge pull request #200 from aws-lumberyard-dev/test_metrics_endpoint_fix
Test metrics uses both Jenkins endpoints fix
5 years ago
evanchia efacc3c8bb Adding missing spaces in test metrics command string 5 years ago
evanchia 7bfde0ddba Using jenkins env var instead of extracting function 5 years ago
Vincent Liu 626f7c00fe
[SPEC-1856] Convert AWSGameLiftServerSDK to new 3rdparty system (#198)
Remove old 3rdparty reference in code, and replace with new target.
Lib has been promoted to prod bucket (https://jira.agscollab.com/browse/SPEC-6469)
5 years ago
Steve Pham add0b44812
Merge pull request #196 from aws-lumberyard-dev/SPEC-3516
Fixing install script for selecting specific version of Cmake and adding +x permissions to the file
5 years ago
Esteban Papp 92c77dca11
LYN-3069 Revert some 3rdparty changes and address issue (#185)
* renaming and organizing files

* removed unused files

* Removing unnecessary file

* moved file

* reverting movement of 3rdparty associations from gems to global

* removing unnecessary calls to ly_add_external_target_path

* fixing install prefix of ci_build

* Fixes to get 3rdparties declared in gems to be installed

* Allowing to install just one configuration

* Adding empty line at the end

* removing commented code

* setting IMPORETD_LOCATION_<CONFIG> and defaulting IMPORTED_LOCATION to the profile config in case other configs are not installed
5 years ago
evanchia a3e1d84566 Test metrics uses both Jenkins endpoints fix 5 years ago
spham a14cd0102e Fixed cmake version targeting 5 years ago
spham cb142107e7 Fixed targeting of cmake version 5 years ago
Scott Romero 8e67ff55c0
Adding option to override inclusion of test targets in build
Merge pull request #180 from aws-lumberyard-dev/SPEC-6436
5 years ago
Shirang Jia 3f8af33496
Merge pull request #175 from aws-lumberyard-dev/build_strike/SPEC-6304
Add lambda function to delete branch EBS volumes on Github branch deletion action
5 years ago
Shirang Jia c6cd492196
Merge pull request #143 from aws-lumberyard-dev/build_strike/SPEC-6433
Add repository name to EBS volume tag
5 years ago
scottr a6a65ec5c2 [SPEC-6436] include LY_DISABLE_TEST_MODULES to the windows install job 5 years ago
Alex Peterson 707f5a07b2
Converted Civetweb to 3p package 5 years ago
Shirang Jia 67a1ad2f80
Fix python path for Android packaging job
Fix python path for Android packaging job
5 years ago
shiranj 3c5c540f09 Fix python path for Android packaging job 5 years ago
Shirang Jia b21f835d0c
Merge pull request #166 from aws-lumberyard-dev/add_android_package
SPEC-6448: Add Android package in packaging pipeline
5 years ago
shiranj 1865ae71ca Retrieve Github secret from AWS Secret Manager 5 years ago
shiranj 841d16055a Add lambda function to delete branch ebs volumes on github branch deletion event 5 years ago
Brian Herrera 87155e0d5e
Merge pull request #165 from aws-lumberyard-dev/build-strike/SPEC-6357
Add script to sync repo with upstream
5 years ago
shiranj dc5b4ee1dd Add Android package in packaging pipeline 5 years ago
Brian Herrera 8804ab8f1f Add script to sync repo with upstream 5 years ago
spham 37949abe25 Restoring original periodic_test_profile block but with the TAGS removed 5 years ago
spham fd7d3a41ee Removing 'periodic_test_profile' job from Android due to the fact that the Android Virtual Device is not supported on virtualized systems (Windows) 5 years ago
Steve Pham b15850176b
Merge pull request #131 from aws-lumberyard-dev/SPEC-3516
Add linux (ubuntu) setup scripts
5 years ago
shiranj 23b9b3e12b Fix indentation 5 years ago
shiranj 0472bc49aa Set winSlashReplacement to false when running incremental_build_util.py 5 years ago
shiranj f5b7200f32 Fix typo 5 years ago
spham 86be2647c5 Fix apt-get command for installing specific version of cmake based on distro of ubuntu 5 years ago
shiranj a6cea546da Add repository name to EBS volume tag 5 years ago
spham 4232fa4232 - Renamed install-awscli.sh to install-ubuntu-awscli.sh
- Update to use $EUID instead of 'whoami' to determine if script is running as sudo
- Tagging cmake version 3.20.1 specifically
5 years ago
spham 9a0b47137a Add linux setup scripts to:
1. Install Linux AWSCLI
2. Install Linux Git, GitLFS, and GCM
3. Install Linux build libraries and tools for O3DE
5 years ago
spham 287a163af2 Merge branch 'main' into platform/SPEC-6061 5 years ago
mcgarrah 37b4b69bb9 Adding the */Code/Framework/AzCore/AzCore/PlatformId/PlatformDefaults.* path to the pal allowed list to allow mention of the IOS macro in the PlatformDefaults.h/PlatformDefaults.cpp file 5 years ago
spham aaf2200122 Merge branch 'main' into platform/SPEC-6061 5 years ago
Esteban Papp 250f8d8db0
SPEC-6246 Prevent job overrides from PR branches (#110) 5 years ago
Esteban Papp a6c7815685
SPEC-6371 Change the asset_profile and test_profile steps to be no_unity so it doesnt recompile 5 years ago
Esteban Papp 41981412c5
SPEC-6370 Mark a build as "NOT_BUILT" if it didnt build anything 5 years ago
spham 66517b22e0 Updating how to calculate the ENGINE_ROOT path based on the CURRENT_PATH value 5 years ago
spham dbae71c511 Fixes for android nightly unit tests
- Fix broken test launcher caused by change in unit test module registry format
- Fix test runner script's ENGINE_ROOT (re-parenting) path caused by move of file to different folder
- Adding step to always perform an android sdk update to latest creating and launching android virtual device (AVD)
5 years ago
Esteban Papp 8b265d2e8d
Initial version that I need to test out (#60)
LYN-2585 Add cmake/install job to Jenkins
5 years ago
Brian Herrera a1f0baeeff Prevent skipping build if it's from a pull request
Also add safe navigation operator on parameters. This avoids encoutering NullPointerException when accessing build parameters on the first build since these values will be set to null.
5 years ago
Esteban Papp 4a3d24f189
SPEC-6276 Move ci_build and ci_build_metrics to scripts\build 5 years ago
alexpete 8469c9ca0a Integrating github/staging through commit 5f214be 5 years ago
Shirang Jia 87b522e4ba
Merge branch 'main' into build-strike/SPEC-6281 5 years ago
shiranj d399d0d8f1 Move jenkins_pipeline_metrics.py to ascripts/build/Jenkins/tools 5 years ago