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

Fetch archived log only if it is archived with tests #1324

Open
wants to merge 1 commit into
base: enterprise-3.0
Choose a base branch
from

Fetch archived log only if it is archived with tests

94d3f44
Select commit
Loading
Failed to load commit list.
Open

Fetch archived log only if it is archived with tests #1324

Fetch archived log only if it is archived with tests
94d3f44
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 6, 2024 in 11m 35s

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 #1324 Fetch archived log only if it is archived with tests.
Any changes that have been made to the enterprise-3.0 branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Ruby ENV OS State
15295.1 2.7.5 PATH=/snap/bin:$PATH Linux passed
15295.2 2.7.5 PATH=/snap/bin:$PATH Linux passed
15295.3 2.7.5 PATH=/snap/bin:$PATH Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Bionic)
Ruby Version 2.7.5
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "group": "edge",
  "rvm": [
    "2.7.5"
  ],
  "script": [
    "bundle exec rake knapsack:rspec"
  ],
  "env": [
    "global={:PATH=>\"/snap/bin:$PATH\"}={:RUBY_GC_MALLOC_LIMIT=>\"90000000\"}={:RUBY_GC_HEAP_FREE_SLOTS=>\"200000\"}={:CI_NODE_TOTAL=>\"3\"} jobs={:CI_NODE_INDEX=>\"0\"}={:CI_NODE_INDEX=>\"1\"}={:CI_NODE_INDEX=>\"2\"}"
  ],
  "services": [
    "postgresql",
    "redis"
  ],
  "before_install": [
    "gem install rubygems-update -v 3.4.22",
    "gem update --system"
  ],
  "jobs": {
    "include": [
      {
        "stage": ":ship: it to Quay.io",
        "install": [
          "echo skip"
        ],
        "before_script": [
          "echo skip"
        ],
        "script": [
          "make ship"
        ],
        "if": "commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true or branch = master"
      }
    ]
  },
  "addons": {
    "postgresql": "11"
  },
  "before_script": [
    "psql --version",
    "psql -c 'CREATE DATABASE travis_test;' -U postgres",
    "curl -fs https://raw.githubusercontent.com/travis-ci/travis-migrations/master/db/main/structure.sql | psql travis_test"
  ]
}