Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
3f518740
Commit
3f518740
authored
Dec 07, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change message with state
parent
86579efc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
jenkins/base.sh
+3
-2
jenkins/test_edge.sh
+2
-2
jenkins/test_lms.sh
+2
-2
No files found.
jenkins/base.sh
View file @
3f518740
...
...
@@ -4,10 +4,10 @@ function github_status {
gcli status create mitx mitx
$GIT_COMMIT
\
--params
=
$1
\
target_url:
$BUILD_URL
\
description:
"Build #
$BUILD_NUMBER
is running
"
\
description:
"Build #
$BUILD_NUMBER
$2
"
\
-f
csv
}
function
github_mark_failed_on_exit
{
trap
'[ $? == "0" ] || github_status state:failed'
EXIT
trap
'[ $? == "0" ] || github_status state:failed
"failed"
'
EXIT
}
\ No newline at end of file
jenkins/test_edge.sh
View file @
3f518740
...
...
@@ -6,7 +6,7 @@ set -x
source
jenkins/base.sh
github_mark_failed_on_exit
github_status state:pending
github_status state:pending
"is running"
# Reset the submodule, in case it changed
git submodule foreach
'git reset --hard HEAD'
...
...
@@ -33,4 +33,4 @@ rake coverage:xml coverage:html
[
$TESTS_FAILED
==
'0'
]
rake autodeploy_properties
github_status state:success
github_status state:success
"passed"
jenkins/test_lms.sh
View file @
3f518740
...
...
@@ -6,7 +6,7 @@ set -x
source
jenkins/base.sh
github_mark_failed_on_exit
github_status state:pending
github_status state:pending
"is running"
# Reset the submodule, in case it changed
...
...
@@ -32,4 +32,4 @@ rake coverage:xml coverage:html
[
$TESTS_FAILED
==
'0'
]
rake autodeploy_properties
github_status state:success
github_status state:success
"passed"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment