Commit 72aac1d6 by Christine Lytwynec

Merge pull request #2080 from edx/clytwynec/update-github-post-status-script

fix broken test
parents 4489d07f b5cfdd4d
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
shell: shell:
"github_post_status.py edx edx-platform "github_post_status.py edx edx-platform
dddac0b5dddf00c0950daf324e603e4935994954 success dddac0b5dddf00c0950daf324e603e4935994954 success
https://jenkins.testeng.edx.org/ \"Tests Passed\"" https://jenkins.testeng.edx.org/ \"Tests Passed\" \"CI Test Results\""
# Run the github_pr_auth script to confirm it reports # Run the github_pr_auth script to confirm it reports
# An expected error when there is nothing in the whitelist # An expected error when there is nothing in the whitelist
......
...@@ -15,7 +15,7 @@ from textwrap import dedent ...@@ -15,7 +15,7 @@ from textwrap import dedent
# the jenkins user cannot retrieve the token. # the jenkins user cannot retrieve the token.
GITHUB_OAUTH_TOKEN = "{{ github_oauth_token }}" GITHUB_OAUTH_TOKEN = "{{ github_oauth_token }}"
USAGE = "Usage: {0} ORG REPO SHA STATUS TARGET_URL DESCRIPTION" USAGE = "Usage: {0} ORG REPO SHA STATUS TARGET_URL DESCRIPTION CONTEXT"
VALID_STATUS_LIST = ['pending', 'success', 'error', 'failure'] VALID_STATUS_LIST = ['pending', 'success', 'error', 'failure']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment