Commit Graph

85 Commits (2fc710d73b07e67f1344a5df89a063585c88a91a)

Author SHA1 Message Date
Esteban Papp 71c315b2b7
SPEC-6510 Illegal instruction in asset_mac.sh on clean asset builds (#349) 5 years ago
jromnoa 9da7349907 fix DEV_DIR variable for ctest_entrypoint.cmd 5 years ago
Steve Pham d90e8fd214
Merge pull request #284 from aws-lumberyard-dev/SPEC-3511
SPEC-3511 : Update Linux setup scripts to use a config file for general packages
5 years ago
evanchia 06dd4e9378 adding containsKey() in jenkinsfile 5 years ago
evanchia 3ac0008bc2 fixing jenkinsfile to use containsKey() 5 years ago
evanchia 9abd112a7e chaged boolean type to string 5 years ago
evanchia 4d88cab139 Adding test metrics field to build config file 5 years ago
Steve Pham db42760974
Update install-ubuntu-build-tools.sh 5 years ago
spham f68ed1cd4b Fix tabs->space issues 5 years ago
spham c0ad079f87 Create a package file for packages to install on Linux and updated script to use it 5 years ago
Esteban Papp 1c13b301fe
SPEC-5070 Move ctest_scripts to scripts/ctest
* removing unused function and moving ctest_scripts to scripts/ctest

* Re-adding ebp-test

* Fixing typo that is making this test run in parallel with other tests

* Fixing hang when parameters are passed

* passing absolute path as a project

* small tweak to not print out during Python execution

* Moving the timeout to be in the build step

* Disable ebo_sanity_smoke_no_gpu

Co-authored-by: jackalbe <23512001+jackalbe@users.noreply.github.com>
5 years ago
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