Remove docs container-runner-installation
article thumbnail

Testing locally with CircleCI runners

CircleCI

In this article you will learn how to set up the CircleCI runner agent on your local machine to run tests. You will also learn how to configure your CircleCI pipeline so that the runner is invoked correctly. With the launch of the CircleCI Free plan , features like runners are now available to everyone. How runners work.

Testing 64
article thumbnail

Introducing server 3.x: enterprise-focused Kubernetes for self-hosted CircleCI installations

CircleCI

For some, this means securing cloud storage containers. x enables customers to achieve the strictest security requirements with end-to-end control over their CircleCI installation. x allows customers to monitor their installations with standard Kubernetes tools like Grafana, Prometheus, Loki, and more. x, head over to our docs.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Using Scala 3 with Spark

Xebia

cross(CrossVersion.for3Use2_13) ) // include the 'provided' Spark dependency on the classpath for <code>sbt run Compile / run := Defaults.runTask(Compile / fullClasspath, Compile / run / mainClass, Compile / run / runner).evaluated This behavior is documented in the Scala 3 docs, but I found it a little surprising.

Exercises 130
article thumbnail

Pre-Processing, Augmenting, and Transforming User Ingress Requests: Using Filters in Ambassador Pro

Daniel Bryant

They can also contain conditional logic in order to only trigger for specific requests or patterns, and they can be chained together to form an arbitrarily complicated pipeline of functionality. Creating Filters for Ambassador Pro is made easier by the inclusion of an SDK and local plugin runner for rapid development. w.Header().Set(“customer-details”,

article thumbnail

Modifying Kubernetes Ingress Traffic Dynamically with Ambassador: Add Metadata, Transform Payloads…

Daniel Bryant

They can also contain conditional logic in order to only trigger for specific requests or patterns, and they can be chained together to form an arbitrarily complicated pipeline of functionality. Creating Filters for Ambassador Pro is made easier by the inclusion of an SDK and local plugin runner for rapid development. w.Header().Set(“customer-details”,

.Net 40
article thumbnail

Automating Flask deployments with PythonAnywhere

CircleCI

The PythonAnywhere platform: Comes with pre-installed Python libraries. This lets you set a virtual environment and install additional libraries that are project specific. Installing dependencies. Install pipenv package manager using: pip install pipenv. Install all dependencies with: pipenv install.

article thumbnail

Cellular Automata Using Rust: Part II

Xebia

lld" ] [target.x86_64-pc-windows-msvc] linker = "rust-lld.exe" [target.wasm32-unknown-unknown] runner = "wasm-server-runner" We support Linux, macOS, and Windows on x86; macOS on AArch64; and web on WASM. If you do want to install lld , you can follow the installation instructions provided by Bevy.

Windows 182