Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis tls #334

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Merge branch 'master' into ga-tbt151-redistls, ship:docker

76775df
Select commit
Loading
Failed to load commit list.
Open

redis tls #334

Merge branch 'master' into ga-tbt151-redistls, ship:docker
76775df
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 11, 2024 in 6m 7s

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 #334 redis tls.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

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

Stage 1: testing time

This stage passed.

Job Ruby ENV OS State
4315.1 3.2.2 PATH=/snap/bin:$PATH Linux passed

Stage 2: 🚢 it to quay.io

This stage passed.

Job Ruby ENV OS State
4315.2 3.2.2 PATH=/snap/bin:$PATH Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Version 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "group": "edge",
  "rvm": [
    "3.2.2"
  ],
  "services": [
    "redis"
  ],
  "cache": {
    "bundler": true
  },
  "env": [
    "global={:PATH=>\"/snap/bin:$PATH\"}"
  ],
  "jobs": {
    "include": [
      {
        "stage": "testing time",
        "before_install": [
          "sudo apt-get install build-essential patch ruby-dev zlib1g-dev liblzma-dev && bundle config build.nokogiri --use-system-libraries"
        ],
        "script": [
          "bundle exec rspec -f documentation --color --order rand spec"
        ]
      },
      {
        "stage": ":ship: it to quay.io",
        "dist": "focal",
        "before_install": [
          "gem install bundler:2.4.13",
          "gem install rubygems-update -v 3.4.22"
        ],
        "before_script": [
    ],
    "install": [

    ],
    "services": [

    ],
    "cache": {
      "bundler": false
    },
    "script": [
      "make ship"
    ],
    "if": "(branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true"
  }
]

}
}