Skip to content

Commit

Permalink
Update test URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Mar 26, 2020
1 parent 475f522 commit 0b3170a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ information will be printed for the listed packages across all output-NNN
subdirectories for that set of osg test runs.
If a VMU-RESULTS-URL is provided, the corresponding run dir will be used.
Eg: "http://osg-sw-submit.chtc.wisc.edu/20180604-1516/005/osg-test-20180604.log"
Eg: "https://osg-sw-submit.chtc.wisc.edu/tests/20180604-1516/005/osg-test-20180604.log"
for an individual output job (005),
or: "http://osg-sw-submit.chtc.wisc.edu/20180604-1516/packages.html"
or: "https://osg-sw-submit.chtc.wisc.edu/tests/20180604-1516/packages.html"
for a summary of all jobs for the run.
Options:
Expand Down
4 changes: 2 additions & 2 deletions bin/email-analysis
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ my_directory = os.path.basename(vmu.RUN_DIR)
my_timestamp = re.sub(r'^run-', '', my_directory)

message = '''OSG VMU tests: %s
http://osg-sw-submit.chtc.wisc.edu/%s/results.html
http://osg-sw-submit.chtc.wisc.edu/%s/packages.html
https://osg-sw-submit.chtc.wisc.edu/tests/%s/results.html
https://osg-sw-submit.chtc.wisc.edu/tests/%s/packages.html
https://jira.opensciencegrid.org/browse/SOFTWARE-1996\n\n''' % (RUN_LABEL, my_timestamp, my_timestamp)

if not os.path.exists(ANALYSIS_FILENAME):
Expand Down
4 changes: 2 additions & 2 deletions bin/list-rpm-versions
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ information will be printed for the listed packages across all output-NNN
subdirectories for that set of osg test runs.
If a VMU-RESULTS-URL is provided, the corresponding run dir will be used.
Eg: "http://osg-sw-submit.chtc.wisc.edu/20180604-1516/005/osg-test-20180604.log"
Eg: "https://osg-sw-submit.chtc.wisc.edu/tests/20180604-1516/005/osg-test-20180604.log"
for an individual output job (005),
or: "http://osg-sw-submit.chtc.wisc.edu/20180604-1516/packages.html"
or: "https://osg-sw-submit.chtc.wisc.edu/tests/20180604-1516/packages.html"
for a summary of all jobs for the run.
Options:
Expand Down
2 changes: 1 addition & 1 deletion bin/vmu-reporter
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import vmu
from taglib import Html, Tag
from glob import glob

VMU_TESTS_URL = "http://osg-sw-submit.chtc.wisc.edu/"
VMU_TESTS_URL = "https://osg-sw-submit.chtc.wisc.edu/tests/"
OS_TRANSLATION = {'centos': 'CentOS', 'rhel': 'RHEL', 'sl': 'SL'}

def generate_header():
Expand Down

0 comments on commit 0b3170a

Please sign in to comment.