Commit Graph

101 Commits

Author SHA1 Message Date
Brian Herrera 1c63b6ae86 Merge pull request #481 from aws-lumberyard-dev/build-strike/fix-root-path
Fix root folder path for canary files
2021-05-03 13:19:30 -07:00
Esteban Papp b294c88e2a SPEC-5122 Git prune step fails to remove deleted branches in the work… (#442) 2021-04-30 10:43:40 -07:00
Brian Herrera a45c348f4f Fix root folder path for canary files
This is related to the previous change to move these scripts. Validator will fail to find the canary files when running the script.
2021-04-30 09:53:21 -07:00
Esteban Papp f8633f0ba8 LYN-3112 Add CMakeTestbed to github and setup the Jenkins job to use an installed version (#461) 2021-04-30 09:16:36 -07:00
Sean Sweeney 292e94fae8 Merge pull request #432 from aws-lumberyard-dev/fix_shaderlist
Fix shader list tool bug mixing positional and non-positional argparse flags
2021-04-29 18:02:40 -07:00
Shirang Jia 54e06b0f63 Update EBS deletion labmda to handle PR closed event (#406)
* Update EBS deletion labmda to handle PR closed event

* Remove print used for debugging
2021-04-29 14:07:19 -07:00
sweeneys 1234a3785a Fix shader list tool bug mixing positional and non-positional argparse flags 2021-04-29 11:19:45 -07:00
evanchia-ly-sdets 80833caf2b Merge pull request #399 from aws-lumberyard-dev/test_metrics_on_job_fail
Fixing test metrics to run on test failures
2021-04-29 09:22:35 -07:00
evanchia 1b8c62f294 Fixed out of scope variable 2021-04-28 23:04:32 -07:00
Steve Pham ed74bb9166 SPEC-5380: Update windows/mac setup scripts to install latest cmake
* Adding choco install for cmake in 'install_utiltools.ps1'

* Adding brew installation command to install-xcode.sh
2021-04-28 16:10:34 -07:00
evanchia c554a7b17e Moved variable assigments and removed try/catch block for test metrics 2021-04-28 14:22:31 -07:00
Shirang Jia e0f8066a97 Add AttachDate tag to EBS volume and add script to find/delete inactive EBS volumes (#380)
Add AttachDate tag to EBS volume and add script to find/delete inactive EBS volumes
2021-04-28 12:11:15 -07:00
evanchia 22a8885502 Fixing test metrics to run on test failures 2021-04-28 12:10:29 -07:00
Alex Peterson 7aeb9614de Remove remaining libav references 2021-04-27 16:27:10 -07:00
Junbo Liang 83f3cbd4a1 Merge pull request #151 from aws-lumberyard-dev/SPEC-6072
[SPEC-6072] [Crashpad] Migrate crash reporting tool to use Crashpad from 3rdParty
2021-04-27 12:13:21 -07:00
Esteban Papp 71c315b2b7 SPEC-6510 Illegal instruction in asset_mac.sh on clean asset builds (#349) 2021-04-27 11:38:10 -07:00
junbo 0b8299ba0b Remove the existing crashpad package and update the package hash 2021-04-27 09:50:20 -07:00
jromnoa 9da7349907 fix DEV_DIR variable for ctest_entrypoint.cmd 2021-04-26 17:52:19 -07:00
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
2021-04-23 20:12:11 -07:00
evanchia 06dd4e9378 adding containsKey() in jenkinsfile 2021-04-23 14:01:18 -07:00
evanchia 3ac0008bc2 fixing jenkinsfile to use containsKey() 2021-04-23 13:59:11 -07:00
evanchia 9abd112a7e chaged boolean type to string 2021-04-23 13:42:55 -07:00
evanchia 4d88cab139 Adding test metrics field to build config file 2021-04-23 11:32:44 -07:00
Steve Pham db42760974 Update install-ubuntu-build-tools.sh 2021-04-23 11:13:59 -07:00
spham f68ed1cd4b Fix tabs->space issues 2021-04-23 10:14:27 -07:00
spham c0ad079f87 Create a package file for packages to install on Linux and updated script to use it 2021-04-23 10:06:15 -07:00
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>
2021-04-23 09:43:11 -07:00
evanchia-ly-sdets f3c0aad914 Merge pull request #258 from aws-lumberyard-dev/metrics_string_security_fix
Fixing string interpolation security risk in test metrics
2021-04-22 19:50:51 -07:00
evanchia ad7e7d829e changed variable formatting method 2021-04-22 16:42:52 -07:00
Esteban Papp 9ca7408929 SPEC-6499 Timeout in pipes expire due to logs being in a sub-step 2021-04-22 15:56:24 -07:00
evanchia 8f76dd0f26 Fixing string interpolation security risk in test metrics 2021-04-22 14:30:15 -07:00
evanchia-ly-sdets 8238b76dba Merge pull request #200 from aws-lumberyard-dev/test_metrics_endpoint_fix
Test metrics uses both Jenkins endpoints fix
2021-04-22 10:28:53 -07:00
evanchia efacc3c8bb Adding missing spaces in test metrics command string 2021-04-21 13:28:12 -07:00
evanchia 7bfde0ddba Using jenkins env var instead of extracting function 2021-04-21 12:45:14 -07:00
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)
2021-04-21 12:07:34 -07:00
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
2021-04-21 11:55:11 -07:00
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
2021-04-21 11:16:27 -07:00
evanchia a3e1d84566 Test metrics uses both Jenkins endpoints fix 2021-04-21 10:54:26 -07:00
spham a14cd0102e Fixed cmake version targeting 2021-04-21 09:28:28 -07:00
spham cb142107e7 Fixed targeting of cmake version 2021-04-21 09:27:34 -07:00
Scott Romero 8e67ff55c0 Adding option to override inclusion of test targets in build
Merge pull request #180 from aws-lumberyard-dev/SPEC-6436
2021-04-21 08:20:34 -07:00
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
2021-04-20 19:12:28 -07:00
Shirang Jia c6cd492196 Merge pull request #143 from aws-lumberyard-dev/build_strike/SPEC-6433
Add repository name to EBS volume tag
2021-04-20 19:11:37 -07:00
scottr a6a65ec5c2 [SPEC-6436] include LY_DISABLE_TEST_MODULES to the windows install job 2021-04-20 17:30:20 -07:00
Alex Peterson 707f5a07b2 Converted Civetweb to 3p package 2021-04-20 17:25:31 -07:00
Shirang Jia 67a1ad2f80 Fix python path for Android packaging job
Fix python path for Android packaging job
2021-04-20 16:46:15 -07:00
shiranj 3c5c540f09 Fix python path for Android packaging job 2021-04-20 14:54:39 -07:00
Shirang Jia b21f835d0c Merge pull request #166 from aws-lumberyard-dev/add_android_package
SPEC-6448: Add Android package in packaging pipeline
2021-04-20 14:32:47 -07:00
shiranj 1865ae71ca Retrieve Github secret from AWS Secret Manager 2021-04-20 14:31:43 -07:00
shiranj 841d16055a Add lambda function to delete branch ebs volumes on github branch deletion event 2021-04-20 11:30:26 -07:00