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

Hub update by merging enterprise. #268

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

spec- removed duplicated

9398f87
Select commit
Loading
Failed to load commit list.
Open

Hub update by merging enterprise. #268

spec- removed duplicated
9398f87
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Apr 16, 2024 in 2m 23s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #268 Hub update by merging enterprise..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

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"
  ],
  "cache": {
    "bundler": true
  },
  "env": [
    "global={:PATH=>\"/snap/bin:$PATH\"}={:COVERAGE=>\"1\"}"
  ],
  "addons": {
    "apt": {
      "packages": [
        "rabbitmq-server"
      ]
    },
    "postgresql": "9.6"
  },
  "services": [
    "memcached",
    "redis",
    "rabbitmq"
  ],
  "before_install": [
    "gem uninstall -v '>=2' -i $(rvm gemdir)@global -ax bundler || true",
    "gem install bundler -v '2.3.7'",
    "bundle config https://gems.contribsys.com/ $BUNDLE_GEMS__CONTRIBSYS__COM",
    "gem install bundler -v 2.4.14"
  ],
  "jobs": {
    "include": [
      {
        "stage": "testing time",
        "script": [
          "bundle exec rspec"
        ]
      },
      {
        "stage": ":ship: it to quay.io",
        "dist": "focal",
        "services": [
    ],
    "before_install": [
      "echo \"skipping\""
    ],
    "install": [
      "echo \"skipping\""
    ],
    "script": [
      "make ship"
    ],
    "if": "(branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true",
    "before_script": [
      "skip"
    ]
  }
]

},
"before_script": [
"createdb travis_test || true",
"curl -fs https://raw.githubusercontent.com/travis-ci/travis-migrations/master/db/main/structure.sql | psql travis_test"
]
}