Skip to content

Commit 216e206

Browse files
committed
attempt to fix the ci broken links
1 parent 8a66a13 commit 216e206

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
r'https://groups\.cern\.ch/group/lhcb-distributed-analysis/default\.aspx', # 403 error, requires a login
3030
r'https://lhcb-doxygen\.web\.cern\.ch/.*', # 403 error, requires a login
3131
r'https://twiki.cern.ch/.*', # most pages now require a login
32+
r'https://opensource.org/.*', # 403 error - rejects the bot
33+
r'https://xrootd.slac.stanford.edu/doc/.*', # redirect error - rejects the bot with SSL failure
3234
]
3335

3436
starterkit_ci_redirects['first-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/first-analysis-steps/README.html'

first-analysis-steps/analysis-productions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ INFO:Creating new pipeline for ID 1958388
222222
ALWAYS:Results will be available at https://lhcb-analysis-productions.web.cern.ch/1958388/
223223
```
224224
225-
You can open that link in your browser to view the status of the test jobs (example [here](https://lhcb-analysis-productions.web.cern.ch/pipelines/?id=4791499)). After a few minutes, these should have completed - all being well, you've now successfully submitted your first production!
225+
You can open that link in your browser to view the status of the test jobs (example [here](https://lhcb-productions.web.cern.ch/ana-prod/pipelines/?id=8064)). After a few minutes, these should have completed - all being well, you've now successfully submitted your first production!
226226
227227
228228
### Checks

0 commit comments

Comments
 (0)