Skip to content

Commit

Permalink
Merge pull request #1684 from edx/ihassan/remove_secure_repo_jenkins
Browse files Browse the repository at this point in the history
chore: Remove secure repo from CheckSesLimits.groovy
  • Loading branch information
syedimranhassan authored Oct 24, 2023
2 parents c19979c + a5e483d commit 15b812a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions devops/jobs/CheckSesLimits.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
deployment_name: (Required)
regions: (Required - space separated list of aws regions)
CONFIGURATION_INTERNAL_REPO: (Optional - git uri)
CONFIGURATION_SECURE_REPO: (Optional - git uri)
*/
package devops.jobs
Expand Down Expand Up @@ -59,13 +58,6 @@ class CheckSesLimits {
extraVars['CONFIGURATION_INTERNAL_REPO'] = configuration['CONFIGURATION_INTERNAL_REPO']
}

if (!configuration.containsKey('CONFIGURATION_SECURE_REPO')) {
extraVars['CONFIGURATION_SECURE_REPO'] = "git@github.com:edx-ops/${deployment}-secure.git"
}
else {
extraVars['CONFIGURATION_SECURE_REPO'] = configuration['CONFIGURATION_SECURE_REPO']
}

throttleConcurrentBuilds {
maxPerNode(0)
maxTotal(0)
Expand Down

0 comments on commit 15b812a

Please sign in to comment.