buildkite-config icon indicating copy to clipboard operation
buildkite-config copied to clipboard

Fallback configuration for branches that lack a .buildkite/ directory

Results 11 buildkite-config issues
Sort by recently updated
recently updated
newest added

The reason for `bundle install` was because the initial PR we used the `ruby:latest` docker image, which doesn't have any dependencies pre-installed. As such, we needed `BUNDLE_WITHOUT` to prevent installing...

This is just a proof-of-concept to share what I was thinking for how we could add it.

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies

That pull take 30-40s per job, which is quite insane when these image rarely if ever change. Of course if they significantly change it would cause problem, but then we...

Re-add system tests for action text (ended up reverting https://github.com/rails/buildkite-config/pull/26) Rails PR that's needed to run the tests https://github.com/rails/rails/pull/47127 To repro, as mentioned in this comment https://github.com/rails/buildkite-config/pull/26#issuecomment-1384864919 ``` git clone...

Previously, all of the Arel tests would be run with every database adapter. This is not necessarily a problem, but these tests end up running redundantly for each adapter/database combination...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...

dependencies

I've found that it speeds up doc building for me locally, so it seems like a good idea to try in CI as well

This is to support rails/rails#51990. Inside the `actioncable test:integration` job, we capture the output and look for `The environment you requested was unavailable` which happens far too often: https://buildkite.com/rails/rails/builds/111313#0191e945-faef-4d92-8f8a-74dbd1d397db If...

Now we can write this very simple pipeline for debugging builds locally. ```ruby Buildkite::Builder.pipeline do require "buildkite_config" use Buildkite::Config::BuildContext use Buildkite::Config::DockerBuild use Buildkite::Config::RakeCommand use Buildkite::Config::RubyGroup plugin :docker_compose, "docker-compose#v4.16.0" plugin :artifacts,...