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
shiranj
f3d0666a63
Add retry to get request
5 years ago
shiranj
78cadfd1d0
Convert daily metrics pipeline script to use BlueOcean API
5 years ago
Alex Peterson
921eb742d4
Merge branch 'main' into github/staging
5 years ago
Alex Peterson
73e5a3693f
Fixing missing execute permissions
5 years ago
Alex Peterson
cd12226849
Merge branch 'main' into github/staging
5 years ago
Shirang Jia
fb4468b041
Merge branch 'main' into SPEC-6230
5 years ago
Shirang Jia
37379d9d76
Fix indentation in Jenkinsfile
5 years ago
Shirang Jia
7c5e555a40
Fix indentation in Jenkinsfile
5 years ago
Shirang Jia
82a73c7ece
Merge branch 'main' into remove_packaging_scrubbing_validation
5 years ago
shiranj
53d3ae436d
Pipeline fails when using a new empty ebs volume
5 years ago
Esteban Papp
f7651a6d0f
Cleaning up Jenkinsfile ( #8 )
...
SPEC-6241 GitHub cleanup of Jenkinsfile
5 years ago
Shirang Jia
3dc9ae7c0f
Merge branch 'main' into remove_packaging_scrubbing_validation
5 years ago
shiranj
9f42a8f9bd
Remove scrubbing/validation from packaging script
5 years ago
Brian Herrera
ae04211f8c
Merge branch 'main' into github/staging
5 years ago
Brian Herrera
6f836e4614
Re-add change removed in latest merge.
5 years ago
Esteban Papp
e8f6463db0
SPEC-3580 Move Jenkins pipeline files to another folder ( #4 )
5 years ago
alexpete
1044dc3da1
Integrating github/staging through commit ab87ed9
5 years ago
Brian Herrera
aef10339d5
Use complete Jenkins project name when creating EBS volumes
...
This change will allow us to support multiple repos in our account by using the full project name for the volumes. Right now multiple repos running the default pipeline will use the same name (e.g. defaultmain<platform>) and will conflict when similar branch names are used.
5 years ago
alexpete
c2cbd430fe
Integrating up through commit 90f050496
5 years ago
Brian Herrera
39f53338bf
Merge branch 'main' into LoadPipelineFromGitHub
5 years ago
alexpete
36c4e827bd
Integrating latest from github/staging
...
Integrating up through commit 5e1bdae
5 years ago
Brian Herrera
e8bbb5a0d5
Set scripts to be executable
...
This is required to build on linux/mac
5 years ago
alexpete
75dc720198
Integrating latest 47acbe8
5 years ago
alexpete
a10351f38d
Initial commit
5 years ago