Fetch archived log only if it is archived with tests #1324
Travis CI / Travis CI - Branch
succeeded
Jun 6, 2024 in 11m 23s
Build Passed
The build passed.
Details
This is a normal build for the supp-828 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Ruby | ENV | OS | State |
---|---|---|---|---|
2.7.5 | PATH=/snap/bin:$PATH | Linux | passed | |
2.7.5 | PATH=/snap/bin:$PATH | Linux | passed | |
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"
]
}
Loading