Skip to content

Commit

Permalink
attempt to fix the ci broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyLHCb committed Nov 13, 2024
1 parent 8a66a13 commit 216e206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
r'https://groups\.cern\.ch/group/lhcb-distributed-analysis/default\.aspx', # 403 error, requires a login
r'https://lhcb-doxygen\.web\.cern\.ch/.*', # 403 error, requires a login
r'https://twiki.cern.ch/.*', # most pages now require a login
r'https://opensource.org/.*', # 403 error - rejects the bot
r'https://xrootd.slac.stanford.edu/doc/.*', # redirect error - rejects the bot with SSL failure
]

starterkit_ci_redirects['first-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/first-analysis-steps/README.html'
Expand Down
2 changes: 1 addition & 1 deletion first-analysis-steps/analysis-productions.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ INFO:Creating new pipeline for ID 1958388
ALWAYS:Results will be available at https://lhcb-analysis-productions.web.cern.ch/1958388/
```
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!
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!
### Checks
Expand Down

0 comments on commit 216e206

Please sign in to comment.