Skip to content

Update schema.json

bc24a5e
Select commit
Loading
Failed to load commit list.
Open

Update schema.json #298

Update schema.json
bc24a5e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Oct 23, 2025 in 3m 49s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #298 Update schema.json.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in two sequential stages.

Stage 1: prepare cache

This stage passed.

Job Ruby OS State
1709.1 3.2.2 Linux passed

Stage 2: test

This stage passed.

Job Ruby OS State
1709.2 rspec 3.2.2 Linux passed
1709.3 integration_configs 3.2.2 Linux passed
1709.4 integration_matrix 3.2.2 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Ruby Version 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "rvm": [
    "3.2.2"
  ],
  "git": {
    "depth": 10
  },
  "cache": {
    "bundler": true,
    "timeout": 600
  },
  "stages": [
    {
      "name": "prepare cache"
    },
    {
      "name": "test"
    },
    {
      "name": ":ship: it to quay.io",
      "if": "commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true"
    }
  ],
  "before_install": [
    "gem install rubygems-update -v 3.4.22",
    "gem update --silent --system 3.4.13",
    "echo \"gem: --no-document\" >> ~/.gemrc"
  ],
  "jobs": {
    "include": [
      {
        "stage": "prepare cache",
        "script": [
          "true"
        ]
      },
      {
        "stage": "test",
        "name": "rspec",
        "script": [
          "bundle exec rspec"
        ]
      },
      {
        "stage": "test",
        "name": "integration_configs",
        "script": [
          "bundle exec rspec spec/integrate/configs_spec.rb --tag integration_configs"
        ]
      },
      {
        "stage": "test",
        "name": "integration_matrix",
        "script": [
          "bundle exec rspec spec/integrate/matrix_spec.rb --tag integration_matrix"
        ]
      },
      {
        "stage": ":ship: it to quay.io",
        "dist": "jammy",
        "language": "shell",
        "cache": {
          "bundler": false
        },
        "before_install": [
          "skip"
        ],
        "install": [
          "skip"
        ],
        "script": [
          "make ship"
        ]
      }
    ]
  }
}