Skip to content

Commit

Permalink
Check local cluster health later
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak committed Nov 12, 2024
1 parent 0f20b69 commit a705448
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions elastic/logs/challenges/esql-ccs-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
{% set _=many_clusters_snapshot_repo_settings.update({"base_path":"many-clusters-"+((now|int)|string)}) %}
{% endif %}

{
"name": "check-cluster-health-on-local-cluster",
"operation": "check-cluster-health-on-local-cluster"
},

{% if p_esql_ccs_include_local_snapshot %}
{
"name": "register-snapshot-repository-on-local-cluster",
Expand Down Expand Up @@ -126,6 +121,11 @@
},
{% endif %}

{
"name": "check-cluster-health-on-local-cluster",
"operation": "check-cluster-health-on-local-cluster"
},

{% if not p_esql_ccs_skip_remote_clusters %}
{% set _=many_clusters_snapshot_repo_settings.update({"readonly":true}) %}
{
Expand Down

0 comments on commit a705448

Please sign in to comment.