- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for AGENT (0.03 sec)
-
.teamcity/src/main/kotlin/common/extensions.kt
// US region agents have name "EC2-XXX" doesNotContain("teamcity.agent.name", "EC2") } /** * We have some "shared" host where a Linux build agent and a Windows build agent * both run on the same bare metal. Some builds require exclusive access to the * hardware resources (e.g. performance test). */ fun Requirements.requiresNotSharedHost() { doesNotContain("agent.host.type", "shared") }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0) -
istioctl/pkg/writer/compare/sds/util.go
// SecretItemDiff represents a secret that has been diffed between nodeagent and proxy type SecretItemDiff struct { Agent string `json:"agent"` Proxy string `json:"proxy"` SecretItem } // SecretItem is an intermediate representation of secrets, used to provide a common // format between the envoy proxy secrets and node agent output which can be diffed type SecretItem struct { Name string `json:"resource_name"`
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Oct 28 19:52:53 UTC 2024 - 8.5K bytes - Viewed (0) -
Makefile.core.mk
RELEASE_LDFLAGS='-extldflags -static -s -w' endif # List of all binaries to build # We split the binaries into "agent" binaries and standard ones. This corresponds to build "agent". # This allows conditional compilation to avoid pulling in costly dependencies to the agent, such as XDS and k8s. AGENT_BINARIES:=./pilot/cmd/pilot-agent STANDARD_BINARIES:=./istioctl/cmd/istioctl \ ./pilot/cmd/pilot-discovery \ ./pkg/test/echo/cmd/client \
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 03 23:53:59 UTC 2024 - 18.4K bytes - Viewed (0) -
.teamcity/test-buckets.json
"name":"TestDistribution" }, "subprojects":[ "workers", "wrapper-main", "testing-base-infrastructure", "messaging", "war", "instrumentation-agent-services", "build-profile", "resources-gcs", "ear", "plugins-distribution", "problems" ] }, { "parallelizationMethod":{ "name":"TestDistribution"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 08 11:14:16 UTC 2024 - 87.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CheckTeamCityKotlinDSL.kt
} script { name = "CLEAN_M2" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = checkCleanDirUnixLike("%teamcity.agent.jvm.user.home%/.m2/.develocity", exitOnFailure = false) } } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 30 04:10:13 UTC 2024 - 1K bytes - Viewed (0) -
istioctl/pkg/multixds/gather.go
if err != nil { fmt.Fprintf(os.Stderr, "Skip the agent in Pod %s due to the error: %s\n", namespacedName, err.Error()) continue } responses = append(responses, resp) } token = list.ListMeta.GetContinue() if token == "" { break } } } else { // If there is a specific pod name in ResourceName, use the agent in the pod. if len(dr.ResourceNames) != 1 {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 13.6K bytes - Viewed (0) -
.teamcity/subprojects.json
"crossVersionTests": false }, { "name": "instrumentation-agent", "path": "platforms/core-runtime/instrumentation-agent", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "instrumentation-agent-services", "path": "platforms/core-runtime/instrumentation-agent-services", "unitTests": false, "functionalTests": true,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 23 22:33:41 UTC 2024 - 34.3K bytes - Viewed (0) -
tensorflow/c/eager/immediate_execution_distributed_manager.h
// Check if the remote task is alive. virtual absl::Status CheckRemoteAlive(const std::string& remote_task_name, bool* is_alive) = 0; // Get pointer to the coordination service agent instance. virtual tsl::CoordinationServiceAgent* GetCoordinationServiceAgent() = 0; }; } // namespace tensorflow
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 2.9K bytes - Viewed (0) -
disabled-Jenkinsfile.its
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ pipeline { agent { node { label 'ubuntu' } } options { durabilityHint('PERFORMANCE_OPTIMIZED') buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '5')) timeout(time: 180, unit: 'MINUTES') } parameters {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 30 14:11:55 UTC 2024 - 2.3K bytes - Viewed (0) -
docs/em/docs/tutorial/header-params.md
/// info đŖ đ, đ đĒ âī¸ `Header`, âŠī¸ âĒ đĸ đ đŦ đĸ đĸ. /// ## đ§ đ ī¸ `Header` âī¸ đĨ â đ ī¸ đ đ âĢī¸â `Path`, `Query` & `Cookie` đ. đ đŠ đ đ "đ " đĻš, đ "â đŖ" (`-`). âī¸ đĸ đ `user-agent` â đ. , đĸ, `Header` đ đ đĸ đ đĻš âĒī¸âĄī¸ đĻ (`_`) đ (`-`) â & đ đ. , đēđ¸đ đ đŧ-đ,, đ đĒ đŖ đĢ âŽī¸ đŠ đ đ (đ "đĄ"). , đ đĒ âī¸ `user_agent` đ đ đ đ đ, âŠī¸ đââ đ¯ đĨ đ¤ `User_Agent` âī¸ đŗ đ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.2K bytes - Viewed (0)