Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
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
benchmarks
detector_benchmarks
Commits
badef930
Unverified
Commit
badef930
authored
11 months ago
by
Dmitry Kalinkin
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Pass pipeline name downstream, use new format
parent
7be4db47
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#93637
passed with warnings
10 months ago
Stage: status-pending
Stage: config
Stage: initialize
Stage: data_init
Stage: simulate
Stage: calibrate
Stage: benchmarks
Stage: collect
Stage: deploy
Stage: trigger
Stage: status-report
Pipeline: physics_benchmarks
#93655
Pipeline: reconstruction_benchmarks
#93654
Changes
2
Pipelines
264
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/mirror.yaml
+3
-3
3 additions, 3 deletions
.github/workflows/mirror.yaml
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.github/workflows/mirror.yaml
+
3
−
3
View file @
badef930
...
@@ -28,14 +28,14 @@ jobs:
...
@@ -28,14 +28,14 @@ jobs:
username
:
${{ secrets.GITLAB_USERNAME }}
username
:
${{ secrets.GITLAB_USERNAME }}
ciskip
:
true
ciskip
:
true
-
name
:
Trigger EICweb
-
name
:
Trigger EICweb
uses
:
eic/trigger-gitlab-ci@v
2
uses
:
eic/trigger-gitlab-ci@v
3
with
:
with
:
url
:
https://eicweb.phy.anl.gov
url
:
https://eicweb.phy.anl.gov
project_id
:
399
project_id
:
399
token
:
${{ secrets.EICWEB_DETECTOR_BENCHMARKS_TRIGGER }}
token
:
${{ secrets.EICWEB_DETECTOR_BENCHMARKS_TRIGGER }}
ref_name
:
${{ github.event.pull_request.head.ref || github.ref }}
ref_name
:
${{ github.event.pull_request.head.ref || github.ref }}
variables
:
variables
:
|
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_REPOSITORY=${{ github.repository }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
GITHUB_PR=${{ github.event.pull_request.number }}
GITHUB_PR=${{ github.event.pull_request.number }}
PIPELINE_NAME=${{ github.event.pull_request.title }}
PIPELINE_NAME=${{
github.repository }}: ${{
github.event.pull_request.title
|| github.ref_name
}}
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
0
View file @
badef930
...
@@ -182,6 +182,7 @@ benchmarks:reconstruction:
...
@@ -182,6 +182,7 @@ benchmarks:reconstruction:
BENCHMARKS_TAG
:
"
${BENCHMARKS_TAG}"
BENCHMARKS_TAG
:
"
${BENCHMARKS_TAG}"
BENCHMARKS_CONTAINER
:
"
${BENCHMARKS_CONTAINER}"
BENCHMARKS_CONTAINER
:
"
${BENCHMARKS_CONTAINER}"
BENCHMARKS_REGISTRY
:
"
${BENCHMARKS_REGISTRY}"
BENCHMARKS_REGISTRY
:
"
${BENCHMARKS_REGISTRY}"
PIPELINE_NAME
:
"
$PIPELINE_NAME"
trigger
:
trigger
:
project
:
EIC/benchmarks/reconstruction_benchmarks
project
:
EIC/benchmarks/reconstruction_benchmarks
strategy
:
depend
strategy
:
depend
...
@@ -202,6 +203,7 @@ benchmarks:physics:
...
@@ -202,6 +203,7 @@ benchmarks:physics:
BENCHMARKS_TAG
:
"
${BENCHMARKS_TAG}"
BENCHMARKS_TAG
:
"
${BENCHMARKS_TAG}"
BENCHMARKS_CONTAINER
:
"
${BENCHMARKS_CONTAINER}"
BENCHMARKS_CONTAINER
:
"
${BENCHMARKS_CONTAINER}"
BENCHMARKS_REGISTRY
:
"
${BENCHMARKS_REGISTRY}"
BENCHMARKS_REGISTRY
:
"
${BENCHMARKS_REGISTRY}"
PIPELINE_NAME
:
"
$PIPELINE_NAME"
trigger
:
trigger
:
project
:
EIC/benchmarks/physics_benchmarks
project
:
EIC/benchmarks/physics_benchmarks
strategy
:
depend
strategy
:
depend
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment