Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Christopher Henry Hollowell
hep-workloads
Commits
1fc1f006
Commit
1fc1f006
authored
5 years ago
by
Domenico Giordano
Browse files
Options
Downloads
Patches
Plain Diff
extending test parser to all existing tests
parent
c1695fd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
1fc1f006
stages
:
stages
:
-
test-parsers
-
build-hepwlbuilder
-
build-hepwlbuilder
-
test-hepwlbuilder
-
test-hepwlbuilder
-
test-parsers
-
build-hepwl
-
build-hepwl
# Build the hep-workload-builder image (which is used to build and test WLs using docker)
# Build the hep-workload-builder image (which is used to build and test WLs using docker)
...
@@ -229,4 +229,5 @@ job_test-parsers:
...
@@ -229,4 +229,5 @@ job_test-parsers:
image
:
$CI_REGISTRY_IMAGE/hep-workload-builder:latest
image
:
$CI_REGISTRY_IMAGE/hep-workload-builder:latest
stage
:
test-parsers
stage
:
test-parsers
script
:
script
:
-
./cms/gen-sim/cms-gen-sim/test_parser.sh
-
aline=`printf '=%.0s' {1..100}`;
-
for aparser in `find . -name "test_parser.sh"`; do echo -e "$aline\nRunning $aparser\n$aline"; $aparser || exit 1; done
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