Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
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
Harbor 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
dCache
cta
Commits
9d0096a1
Commit
9d0096a1
authored
5 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Added sys.workflow.sync::evict_prepare.default
parent
2d583c3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
+1
-0
1 addition, 0 deletions
...cker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
continuousintegration/orchestration/create_instance.sh
+1
-1
1 addition, 1 deletion
continuousintegration/orchestration/create_instance.sh
with
2 additions
and
1 deletion
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/eos_configure_preprod.sh
+
1
−
0
View file @
9d0096a1
...
...
@@ -14,6 +14,7 @@ eos attr set sys.workflow.sync::archived.default="proto" ${PREPROD_DIR}
eos attr
set
sys.workflow.sync::archive_failed.default
=
"proto"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::prepare.default
=
"proto"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::abort_prepare.default
=
"proto"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::evict_prepare.default
=
"proto"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::closew.retrieve_written
=
"proto"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::retrieve_failed.default
=
"proto"
${
PREPROD_DIR
}
eos attr
set
sys.workflow.sync::delete.default
=
"proto"
${
PREPROD_DIR
}
This diff is collapsed.
Click to expand it.
continuousintegration/orchestration/create_instance.sh
+
1
−
1
View file @
9d0096a1
...
...
@@ -363,7 +363,7 @@ CTA_ENDPOINT=ctafrontend:10955
echo
"Setting workflows in namespace
${
instance
}
pod ctaeos:"
CTA_WF_DIR
=
/eos/
${
EOSINSTANCE
}
/proc/cta/workflow
for
WORKFLOW
in
sync
::create.default
sync
::closew.default
sync
::archived.default
sync
::archive_failed.default
sync
::prepare.default
sync
::abort_prepare.default
sync
::closew.retrieve_written
sync
::retrieve_failed.default
sync
::delete.default
for
WORKFLOW
in
sync
::create.default
sync
::closew.default
sync
::archived.default
sync
::archive_failed.default
sync
::prepare.default
sync
::abort_prepare.default
sync
::evict_prepare.default
sync
::closew.retrieve_written
sync
::retrieve_failed.default
sync
::delete.default
do
echo
"eos attr set sys.workflow.
${
WORKFLOW
}
=
\"
proto
\"
${
CTA_WF_DIR
}
"
kubectl
--namespace
=
${
instance
}
exec
ctaeos
--
bash
-c
"eos attr set sys.workflow.
${
WORKFLOW
}
=
\"
proto
\"
${
CTA_WF_DIR
}
"
...
...
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