Skip to content

[ACTP] add par-control executor channel - #54591

Draft
embeaken wants to merge 7 commits into
ilya/par-signing-key-servicefrom
ilya/par-control-executor-channel
Draft

[ACTP] add par-control executor channel#54591
embeaken wants to merge 7 commits into
ilya/par-signing-key-servicefrom
ilya/par-control-executor-channel

Conversation

@embeaken

@embeaken embeaken commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds the authenticated local gRPC channel between par-control and the Go executor:

  • health and readiness checks;
  • workflow signing-key synchronization that keeps the executor alive while synchronization is in progress without counting it as an active action. The executor's idle tracking gains a distinct activity counter for this, so non-action work suppresses idle exit while ActiveActions still reports only running actions;
  • action dispatch and terminal outcomes;
  • Unix-socket and Windows named-pipe transports using the Agent IPC certificate;
  • message limits sized for large action payloads.

This layer introduces the crate's generated-bindings module and the local transport helpers, since it is the first one that needs executor protos and mTLS. OPMS polling and orchestration remain in later layers.

Validation

Focused Go and Rust tests cover the protocol, key synchronization and idle interaction, transport, and message limits. Proto changes are Bazel-validated because Cargo and Bazel use separate generated bindings.

  • dda env dev run -- bazel test //pkg/privateactionrunner/par-control:par-control_test //pkg/privateactionrunner/executor:executor_test
  • dda env dev run -- env -u PKG_CONFIG_LIBDIR cargo test -p par-control

Stack 5 of 9; based on #54590 and followed by #54592.

@dd-octo-sts

dd-octo-sts Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Go Package Import Differences

Baseline: 296059f
Comparison: e2a467e

binaryosarchchange
agentlinuxamd64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
agentlinuxarm64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
agentwindowsamd64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
agentdarwinamd64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
agentdarwinarm64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
agentaixppc64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
iot-agentlinuxamd64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
iot-agentlinuxarm64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
heroku-agentlinuxamd64
+9, -0
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/fx
+github.com/DataDog/datadog-agent/comp/privateactionrunner/signingkeys/impl
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/adapters/constants
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/connection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/libs/privateconnection
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/privateactionrunner/privateactions
cluster-agentlinuxamd64
+1, -0
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
cluster-agentlinuxarm64
+1, -0
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
privateactionrunnerlinuxamd64
+3, -0
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/bootstrapparcontrol
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/identity
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
privateactionrunnerlinuxarm64
+3, -0
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/bootstrapparcontrol
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/identity
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
privateactionrunnerwindowsamd64
+3, -0
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/bootstrapparcontrol
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/identity
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
privateactionrunnerdarwinamd64
+3, -0
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/bootstrapparcontrol
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/identity
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys
privateactionrunnerdarwinarm64
+3, -0
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/bootstrapparcontrol
+github.com/DataDog/datadog-agent/cmd/privateactionrunner/subcommands/identity
+github.com/DataDog/datadog-agent/pkg/privateactionrunner/signingkeys

@datadog-prod-us1-3

datadog-prod-us1-3 Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🎯 Code Coverage (details)
Patch Coverage: 51.76%
Overall Coverage: 52.66% (+0.01%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: e2a467e | Docs | View more details | Give us feedback!

@dd-octo-sts

dd-octo-sts Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Files inventory check summary

File checks results against ancestor 296059ff:

Results for datadog-agent_7.84.0~devel.git.457.e2a467e.pipeline.132944298-1_amd64.deb:

No change detected

Results for datadog-iot-agent_7.84.0~devel.git.457.e2a467e.pipeline.132944298-1_amd64.deb:

No change detected

@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from cba69a0 to e4b2eb6 Compare August 7, 2026 18:32
@dd-octo-sts dd-octo-sts Bot added the internal Identify a non-fork PR label Aug 7, 2026
@github-actions github-actions Bot added the long review PR is complex, plan time to review it label Aug 7, 2026
@dd-octo-sts

dd-octo-sts Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Static quality checks

❌ Please find below the results from static quality gates
Comparison made with ancestor 296059f
📊 Static Quality Gates Dashboard
🔗 SQG Job

Error

Quality gate Change Size (prev → curr → max)
agent_rpm_arm64 (on disk) +297.05 KiB (0.04% increase, -1133.76% of buffer) 737.104 → 737.394 → 737.130
agent_suse_arm64 (on disk) +297.05 KiB (0.04% increase, -1133.76% of buffer) 737.104 → 737.394 → 737.130
docker_agent_arm64 (on disk) +296.98 KiB (0.04% increase, -163.01% of buffer) 820.712 → 821.002 → 820.890
docker_agent_jmx_amd64 (on disk) +304.38 KiB (0.03% increase, -122.83% of buffer) 1010.658 → 1010.955 → 1010.900
Gate failure full details
Quality gate Error type Error message
agent_rpm_arm64 AbsoluteLimitExceeded static_quality_gate_agent_rpm_arm64 failed!
Disk size 737.4 MB exceeds limit of 737.1 MB by 270.8 KB
agent_suse_arm64 AbsoluteLimitExceeded static_quality_gate_agent_suse_arm64 failed!
Disk size 737.4 MB exceeds limit of 737.1 MB by 270.8 KB
docker_agent_arm64 AbsoluteLimitExceeded static_quality_gate_docker_agent_arm64 failed!
Disk size 821.0 MB exceeds limit of 820.9 MB by 114.8 KB
docker_agent_jmx_amd64 AbsoluteLimitExceeded static_quality_gate_docker_agent_jmx_amd64 failed!
Disk size 1011.0 MB exceeds limit of 1010.9 MB by 56.6 KB

Static quality gate failures prevent this PR from merging!
You can check the static quality gates runbooks page for guidance and tools. Please either fix the size violation or request an exception.

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +312.43 KiB (0.04% increase, -8.92% of buffer) 761.181 → 761.486 → 764.600
agent_deb_amd64_fips +256.18 KiB (0.04% increase, -13.11% of buffer) 713.931 → 714.182 → 715.840
agent_heroku_amd64 +128.75 KiB (0.04% increase, -2.03% of buffer) 312.896 → 313.021 → 319.080
agent_msi +267.7 KiB (0.04% increase, -1.98% of buffer) 647.835 → 648.096 → 661.050
agent_rpm_amd64 +312.43 KiB (0.04% increase, -8.96% of buffer) 761.165 → 761.470 → 764.570
agent_rpm_amd64_fips +256.18 KiB (0.04% increase, -13.00% of buffer) 713.915 → 714.165 → 715.840
agent_rpm_arm64_fips +248.73 KiB (0.04% increase, -35.42% of buffer) 693.134 → 693.377 → 693.820
agent_suse_amd64 +312.43 KiB (0.04% increase, -8.96% of buffer) 761.165 → 761.470 → 764.570
agent_suse_amd64_fips +256.18 KiB (0.04% increase, -13.00% of buffer) 713.915 → 714.165 → 715.840
agent_suse_arm64_fips +248.73 KiB (0.04% increase, -35.42% of buffer) 693.134 → 693.377 → 693.820
docker_agent_amd64 +304.37 KiB (0.04% increase, -78.32% of buffer) 819.760 → 820.058 → 820.140
docker_agent_jmx_arm64 +296.98 KiB (0.03% increase, -94.19% of buffer) 1000.262 → 1000.552 → 1000.570
docker_cluster_agent_amd64 +20.16 KiB (0.01% increase, -2.78% of buffer) 211.422 → 211.442 → 212.130
docker_cluster_agent_arm64 +64.16 KiB (0.03% increase, -8.22% of buffer) 224.458 → 224.520 → 225.220
docker_dogstatsd_amd64 +8.06 KiB (0.02% increase, -0.86% of buffer) 39.522 → 39.530 → 40.440
docker_host_profiler_amd64 +20.61 KiB (0.01% increase, -0.19% of buffer) 306.843 → 306.863 → 317.700
docker_host_profiler_arm64 +3.06 KiB (0.00% increase, -0.03% of buffer) 318.121 → 318.123 → 328.970
dogstatsd_deb_amd64 +4.06 KiB (0.01% increase, -0.42% of buffer) 30.267 → 30.271 → 31.210
dogstatsd_deb_arm64 +4.06 KiB (0.01% increase, -0.31% of buffer) 28.294 → 28.298 → 29.590
dogstatsd_rpm_amd64 +4.06 KiB (0.01% increase, -0.42% of buffer) 30.267 → 30.271 → 31.210
dogstatsd_suse_amd64 +4.06 KiB (0.01% increase, -0.42% of buffer) 30.267 → 30.271 → 31.210
iot_agent_deb_amd64 +80.66 KiB (0.17% increase, -7.90% of buffer) 46.553 → 46.632 → 47.550
iot_agent_deb_arm64 +76.62 KiB (0.17% increase, -7.38% of buffer) 43.206 → 43.281 → 44.220
iot_agent_deb_armhf +84.4 KiB (0.19% increase, -8.08% of buffer) 44.000 → 44.083 → 45.020
iot_agent_rpm_amd64 +80.66 KiB (0.17% increase, -7.91% of buffer) 46.554 → 46.633 → 47.550
iot_agent_suse_amd64 +80.66 KiB (0.17% increase, -7.90% of buffer) 46.553 → 46.632 → 47.550
3 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
docker_cws_instrumentation_amd64 7.443 MiB
docker_cws_instrumentation_arm64 6.877 MiB
docker_dogstatsd_arm64 37.623 MiB

@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from e4b2eb6 to c02d5f4 Compare August 7, 2026 20:39
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 67c8dd2 to 1eb7a41 Compare August 7, 2026 20:39
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 1eb7a41 to 0291af5 Compare August 7, 2026 20:57
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from c02d5f4 to c761f51 Compare August 7, 2026 20:57
@cit-pr-commenter-54b7da

cit-pr-commenter-54b7da Bot commented Aug 7, 2026

Copy link
Copy Markdown

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Job ID: 5e31e54b-afa0-48ae-bf9c-6eaabc9a85d2

Baseline: c45db9e
Comparison: e2a467e
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
dsd_uds_10mb_3k_timestamped_contexts_memory memory utilization +1.07 [+0.86, +1.29] 1 Logs
quality_gate_idle_all_features memory utilization +0.69 [+0.66, +0.73] 1 Logs bounds checks dashboard
dsd_uds_10mb_3k_timestamped_contexts_cpu % cpu utilization +0.64 [+0.40, +0.89] 1 Logs
quality_gate_idle memory utilization +0.46 [+0.41, +0.50] 1 Logs bounds checks dashboard
quality_gate_security_mean_fs_load memory utilization +0.18 [+0.15, +0.22] 1 Logs bounds checks dashboard
quality_gate_metrics_logs memory utilization +0.11 [-0.12, +0.34] 1 Logs bounds checks dashboard
quality_gate_security_no_fs_load memory utilization +0.09 [+0.01, +0.17] 1 Logs bounds checks dashboard
quality_gate_security_idle memory utilization -0.02 [-0.07, +0.02] 1 Logs bounds checks dashboard
quality_gate_private_action_runner memory utilization -0.31 [-0.43, -0.18] 1 Logs bounds checks dashboard
quality_gate_logs % cpu utilization -2.85 [-3.75, -1.96] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed observed_value links
quality_gate_idle intake_connections 10/10 4 = 4 bounds checks dashboard
quality_gate_idle memory_usage 10/10 173.97MiB ≤ 178MiB bounds checks dashboard
quality_gate_idle total_bytes_received 10/10 748.11KiB ≤ 819.20KiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 4 = 4 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 526.43MiB ≤ 538MiB bounds checks dashboard
quality_gate_idle_all_features total_bytes_received 10/10 1.14MiB ≤ 1.25MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 18 ≤ 40 bounds checks dashboard
quality_gate_logs memory_usage 10/10 215.79MiB ≤ 229MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_logs total_bytes_received 10/10 263.07MiB ≤ 292MiB bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 377.17 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 19 ≤ 40 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 421.31MiB ≤ 453MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs total_bytes_received 10/10 0.94GiB ≤ 1.04GiB bounds checks dashboard
quality_gate_private_action_runner memory_usage 10/10 71.62MiB ≤ 76MiB bounds checks dashboard
quality_gate_security_idle cpu_usage 10/10 28.39 ≤ 100 bounds checks dashboard
quality_gate_security_idle memory_usage 10/10 324.97MiB ≤ 335MiB bounds checks dashboard
quality_gate_security_mean_fs_load cpu_usage 10/10 62.98 ≤ 200 bounds checks dashboard
quality_gate_security_mean_fs_load memory_usage 10/10 307.88MiB ≤ 314MiB bounds checks dashboard
quality_gate_security_no_fs_load cpu_usage 10/10 22.41 ≤ 100 bounds checks dashboard
quality_gate_security_no_fs_load memory_usage 10/10 308.96MiB ≤ 343MiB bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_private_action_runner, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_mean_fs_load, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_mean_fs_load, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_security_no_fs_load, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_no_fs_load, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_security_idle, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_security_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from c761f51 to 98b3ee4 Compare August 10, 2026 15:09
@embeaken
embeaken force-pushed the ilya/par-control-config branch 2 times, most recently from 86f3e34 to e21877b Compare August 10, 2026 15:21
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch 2 times, most recently from dcb44c0 to 978aa4f Compare August 10, 2026 16:12
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 5bdf5d0 to 45ae99c Compare August 10, 2026 18:43
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from 1302fa6 to f163494 Compare August 10, 2026 18:46
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 45ae99c to 17a1a1c Compare August 10, 2026 18:59
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from f163494 to 7ea2b01 Compare August 10, 2026 19:00
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 17a1a1c to 89db57e Compare August 10, 2026 19:10
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from 7ea2b01 to 37ae126 Compare August 10, 2026 19:10
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch 2 times, most recently from f35402d to a6ec3dd Compare August 13, 2026 19:20
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 0feb052 to 1cb36ea Compare August 13, 2026 19:20
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from a6ec3dd to 71b6183 Compare August 13, 2026 19:35
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 06d94dd to 73a64c3 Compare August 13, 2026 22:33
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from 71b6183 to 6bacac1 Compare August 13, 2026 22:35
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 73a64c3 to 7d7201c Compare August 13, 2026 23:04
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from 6bacac1 to d58b2ee Compare August 13, 2026 23:04
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 7d7201c to 3bf6f91 Compare August 13, 2026 23:10
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from d58b2ee to b8ef72e Compare August 13, 2026 23:10
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 3bf6f91 to f83ca17 Compare August 13, 2026 23:48
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch 2 times, most recently from a040f0a to e13386e Compare August 14, 2026 02:43
@embeaken
embeaken force-pushed the ilya/par-control-config branch from f83ca17 to 8800d1d Compare August 14, 2026 02:43
@embeaken
embeaken force-pushed the ilya/par-control-config branch from 8800d1d to e5cbec0 Compare August 14, 2026 13:18
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from e13386e to 562b328 Compare August 14, 2026 13:18
@embeaken
embeaken force-pushed the ilya/par-control-config branch from e5cbec0 to c3e9fbb Compare August 14, 2026 14:21
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from 562b328 to f6514be Compare August 14, 2026 14:24
@embeaken
embeaken force-pushed the ilya/par-control-config branch from c3e9fbb to 8e2bbae Compare August 14, 2026 16:43
@embeaken
embeaken force-pushed the ilya/par-control-executor-channel branch from f6514be to 026b0c1 Compare August 14, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Identify a non-fork PR long review PR is complex, plan time to review it team/action-platform team/agent-build team/agent-devx

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant