Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix the ci broken links #314

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading