Skip to content

Commit

Permalink
Deprecate usage of MARS in O3DE Jenkins #40
Browse files Browse the repository at this point in the history
  • Loading branch information
brianherrera authored Nov 16, 2023
2 parents 20c5b6c + c1cb43a commit 62eb8ce
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 101 deletions.
43 changes: 0 additions & 43 deletions configs/aws_ec2_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,49 +89,6 @@ jenkins:
type: C54xlarge
useEphemeralDevices: false
zone: "us-west-2a"
- ami: "ami-07e0caede54ba0c81"
amiType:
unixData:
sshPort: "22"
associatePublicIp: false
connectBySSHProcess: false
connectionStrategy: PRIVATE_IP
deleteRootOnTermination: false
description: "MARS_PUBLISH_1"
ebsEncryptRootVolume: ENCRYPTED
ebsOptimized: true
hostKeyVerificationStrategy: ACCEPT_NEW
iamInstanceProfile: "arn:aws:iam::${/jenkins/config/accountid}:instance-profile/jenkins-build-node"
idleTerminationMinutes: "30"
instanceCapStr: "1"
labelString: "metrics"
launchTimeoutStr: "300"
maxTotalUses: -1
metadataEndpointEnabled: true
metadataHopsLimit: 1
metadataTokensRequired: false
minimumNumberOfInstances: 0
minimumNumberOfSpareInstances: 0
mode: EXCLUSIVE
monitoring: false
numExecutors: 1
remoteAdmin: "lybuilder"
remoteFS: "/home/lybuilder/ly"
securityGroups: "sg-0551df0efb1ca5476"
stopOnTerminate: true
subnetId: "subnet-c111be8b"
t2Unlimited: false
tags:
- name: "Name"
value: "MARS_PUBLISH_1"
tenancy: Default
type: C5aLarge
useEphemeralDevices: false
userData: |-
#!/bin/bash
sudo systemctl enable filebeat-prod filebeat-sandbox
sudo systemctl start filebeat-prod filebeat-sandbox
zone: "us-west-2a"
- ami: "ami-0a3584277984128ca"
amiType:
unixData:
Expand Down
5 changes: 0 additions & 5 deletions configs/credentials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ credentials:
password: ${/jenkins/config/github/token}
scope: GLOBAL
username: ${/jenkins/config/github/username}
- usernamePassword:
id: "jenkins-service-user"
password: ${/jenkins/config/serviceuser/token}
scope: GLOBAL
username: ${/jenkins/config/serviceuser/username}
- usernamePassword:
id: "build-failure-rca-kb"
password: ${/jenkins/config/buildFailureDB/password}
Expand Down
6 changes: 0 additions & 6 deletions configs/global_env_var.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ jenkins:
value: "development"
- key: "CPACK_UPLOAD_URL"
value: "s3://o3de-prism-prod-us-west-2"
- key: "D_MARS_NOTIFICATIONS"
value: ${/jenkins/config/mars/notification}
- key: "DEFAULT_REPOSITORY_NAME"
value: "o3de"
- key: "ES_HOSTS"
value: "\"https://prod.mars.agscollab.com:443\""
- key: "GITHUB_USER"
value: "o3de-ci-bot"
- key: "INSTALLER_DOWNLOAD_URL"
Expand All @@ -29,8 +25,6 @@ jenkins:
value: "d3df09qsjufr6g.cloudfront.net/api/v1"
- key: "LY_PACKAGE_SERVER_URLS"
value: "s3://o3de-prod-3p-packages;"
- key: "MARS_REPO"
value: "https://github.com/aws-lumberyard/o3de-mars.git"
- key: "POST_AR_BUILD_SNS_TOPIC"
value: "arn:aws:sns:us-west-2:${/jenkins/config/accountid}:post-ar-build"
- key: "SERVICE_USER"
Expand Down
1 change: 0 additions & 1 deletion configs/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
# Tools
- file: ${JENKINS_LOCAL}/jobdsl/default_development_snapshot.groovy
- file: ${JENKINS_LOCAL}/jobdsl/Installer.groovy
- file: ${JENKINS_LOCAL}/jobdsl/mars_metrics.groovy
- file: ${JENKINS_LOCAL}/jobdsl/override_pr_status_check.groovy
- file: ${JENKINS_LOCAL}/jobdsl/periodic_incremental_daily_development_trigger.groovy
- file: ${JENKINS_LOCAL}/jobdsl/periodic_incremental_daily_stabilization_trigger.groovy
Expand Down
1 change: 0 additions & 1 deletion configs/views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jenkins:
jobNames:
- "default-development_snapshot"
- "Installer"
- "MARS Metrics"
- "O3DE-development_nightly-installer"
- "O3DE-test_nightly-installer"
- "override-pr-status-check"
Expand Down
45 changes: 0 additions & 45 deletions jobdsl/mars_metrics.groovy

This file was deleted.

0 comments on commit 62eb8ce

Please sign in to comment.