forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #297 from ucsd-ets/release-candidate
Release - 12/02/2020
- Loading branch information
Showing
30 changed files
with
347 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sd_features/templates/ucsd_features/edx_ace/commercesupportnotification/email/subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% load i18n %} | ||
|
||
{% blocktrans %}[LearnX] Administrative Action Needed {{name}} {% endblocktrans %}{% if course %}{% blocktrans %}/ {{course}}{% endblocktrans %}{% endif %} | ||
{% blocktrans %}[online.ucsd.edu] Open edX Administrative Action Needed for {{name}} {% endblocktrans %}{% if course %}{% blocktrans %}/ {{course}}{% endblocktrans %}{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...csd_features/templates/ucsd_features/edx_ace/contactsupportnotification/email/subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% load i18n %} | ||
|
||
{% blocktrans %}[LearnX] Support / Information Request {{name}}{% endblocktrans %} {% if course %}{% blocktrans %}/ {{course}}{% endblocktrans %}{% endif %} | ||
{% blocktrans %}[UC San Diego Online] Support / Information Request {{name}}{% endblocktrans %} {% if course %}{% blocktrans %}/ {{course}}{% endblocktrans %}{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ def runBokchoyTests() { | |
checkout changelog: false, poll: false, scm: [$class: 'GitSCM', branches: [[name: git_branch]], | ||
doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CloneOption', honorRefspec: true, | ||
noTags: true, shallow: true]], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'jenkins-worker', | ||
refspec: git_refspec, url: "[email protected]:edx/${REPO_NAME}.git"]]] | ||
refspec: git_refspec, url: "[email protected]:ucsd-ets/${REPO_NAME}.git"]]] | ||
console_output = sh(returnStdout: true, script: 'bash scripts/all-tests.sh').trim() | ||
dir('stdout') { | ||
writeFile file: "${TEST_SUITE}-${SHARD}-stdout.log", text: console_output | ||
|
@@ -43,7 +43,7 @@ pipeline { | |
build job: 'github-build-status', | ||
parameters: [ | ||
string(name: 'GIT_SHA', value: commit_sha), | ||
string(name: 'GITHUB_ORG', value: 'edx'), | ||
string(name: 'GITHUB_ORG', value: 'ucsd-ets'), | ||
string(name: 'GITHUB_REPO', value: "${REPO_NAME}"), | ||
string(name: 'TARGET_URL', value: "${BUILD_URL}"), | ||
string(name: 'DESCRIPTION', value: 'Pending'), | ||
|
@@ -103,7 +103,7 @@ pipeline { | |
build job: 'github-build-status', | ||
parameters: [ | ||
string(name: 'GIT_SHA', value: commit_sha), | ||
string(name: 'GITHUB_ORG', value: 'edx'), | ||
string(name: 'GITHUB_ORG', value: 'ucsd-ets'), | ||
string(name: 'GITHUB_REPO', value: "${REPO_NAME}"), | ||
string(name: 'TARGET_URL', value: "${BUILD_URL}"), | ||
string(name: 'DESCRIPTION', value: build_description), | ||
|
@@ -127,12 +127,12 @@ pipeline { | |
} | ||
} | ||
emailext body: email_body, | ||
subject: "Build failed in Jenkins: ${JOB_NAME} #${BUILD_NUMBER}", to: '[email protected]' | ||
subject: "Build failed in Jenkins: ${JOB_NAME} #${BUILD_NUMBER}", to: '[email protected]' | ||
} else if (currentBuild.currentResult == "SUCCESS" && currentBuild.previousBuild.currentResult != "SUCCESS") { | ||
slackSend botUser: true, | ||
message: "`${JOB_NAME}` #${BUILD_NUMBER}: Back to normal after ${currentBuild.durationString.replace(' and counting', '')}\\n${BUILD_URL}" | ||
emailext body: "See <${BUILD_URL}>", | ||
subject: "Jenkins Build is back to normal: ${JOB_NAME} #${BUILD_NUMBER}", to: '[email protected]' | ||
subject: "Jenkins Build is back to normal: ${JOB_NAME} #${BUILD_NUMBER}", to: '[email protected]' | ||
} | ||
} | ||
} | ||
|
Oops, something went wrong.