Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
athena
Merge requests
!329
Master into deathvalley
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master into deathvalley
master
into
deathvalley
Overview
0
Commits
14
Pipelines
0
Changes
19
Merged
Wouter Deconinck
requested to merge
master
into
deathvalley
3 years ago
Overview
0
Commits
14
Pipelines
0
Changes
19
Expand
Merge recent master commits into deathvalley.
0
0
Merge request reports
Compare
deathvalley
version 1
0bbaa0fc
3 years ago
deathvalley (base)
and
latest version
latest version
f81c0683
14 commits,
3 years ago
version 1
0bbaa0fc
13 commits,
3 years ago
19 files
+
373
−
123
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
bin/make_images
+
7
−
1
Options
@@ -7,9 +7,15 @@ env = Environment(
@@ -7,9 +7,15 @@ env = Environment(
autoescape
=
select_autoescape
([
'
html
'
,
'
xml
'
])
autoescape
=
select_autoescape
([
'
html
'
,
'
xml
'
])
)
)
import
os
import
glob
import
glob
base_url
=
"
https://eicweb.phy.anl.gov/api/v4/projects/390/jobs/artifacts/master/raw
"
if
"
CI_PROJECT_ID
"
in
os
.
environ
:
CI_PROJECT_ID
=
str
(
os
.
environ
[
"
CI_PROJECT_ID
"
])
else
:
CI_PROJECT_ID
=
"
473
"
base_url
=
f
"
https://eicweb.phy.anl.gov/api/v4/projects/
{
CI_PROJECT_ID
}
/jobs/artifacts/master/raw
"
#images = ["images/view2a.png","images/view2b.png", "images/view1.png"]
#images = ["images/view2a.png","images/view2b.png", "images/view1.png"]
images
=
glob
.
glob
(
"
images/*.png
"
)
images
=
glob
.
glob
(
"
images/*.png
"
)
Loading