Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!26851
Sweeping
!26826
from 21.3 to 21.0. Adapt trigger validation scipts to changes in ART
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sweeping
!26826
from 21.3 to 21.0. Adapt trigger validation scipts to changes in ART
cherry-pick-c9c16a3e45-21.0
into
21.0
Overview
4
Commits
1
Pipelines
1
Changes
1
Merged
Atlas Nightlybuild
requested to merge
cherry-pick-c9c16a3e45-21.0
into
21.0
5 years ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
Adapt trigger validation scipts to changes in ART
See merge request
!26826 (merged)
0
0
Merge request reports
Compare
21.0
21.0 (base)
and
latest version
latest version
c8e68a8f
1 commit,
5 years ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Trigger/TrigValidation/TriggerTest/test/exec_athena_art_trigger_validation.sh
+
6
−
1
Options
@@ -60,7 +60,12 @@ fi
######################################
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
art.py createpoolfile
# Generate empty PoolFileCatalog.xml - this prevents incorrect handling of crashes on the grid
ART_AVAILABLE
=
`
which art.py
>
/dev/null 2>&1
;
echo
$?
`
if
[[
$ART_AVAILABLE
==
"0"
]]
;
then
echo
"Executing art.py createpoolfile"
art.py createpoolfile
fi
######################################
Loading