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

Bump sinatra from 4.0.0 to 4.1.0 #150

Open
wants to merge 1 commit into
base: qa
Choose a base branch
from

Bump sinatra from 4.0.0 to 4.1.0

d9aa432
Select commit
Loading
Failed to load commit list.
Open

Bump sinatra from 4.0.0 to 4.1.0 #150

Bump sinatra from 4.0.0 to 4.1.0
d9aa432
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 18, 2024 in 2m 9s

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 #150 Bump sinatra from 4.0.0 to 4.1.0.
Any changes that have been made to the qa 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 (Jammy)
Ruby Version 3.3.3
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": true,
  "rvm": [
    "3.3.3"
  ],
  "services": [
    "postgresql",
    "mysql",
    "docker"
  ],
  "branches": {
    "only": [
      "qa",
      "nypl-dams-prod"
    ]
  },
  "before_install": [
    "gem update --system '3.3.22'",
    "gem install bundler -v '2.5.18'"
  ],
  "cache": {
    "bundler": true
  },
  "before_script": [
    "psql -c 'create database fedora_ingest_rails_test;' -U postgres",
    "mysql -uroot -e 'CREATE DATABASE ami_filestore_test; CREATE DATABASE image_filestore_test'",
    "mysql -uroot ami_filestore_test < ./db/resources/ami_filestore_schema.sql",
    "mysql -uroot image_filestore_test < ./db/resources/image_filestore_schema.sql"
  ],
  "script": [
    "bundle exec rspec"
  ],
  "after_success": [
    "provisioning/travis_ci_and_cd/build_and_push_to_ecr.sh",
    "provisioning/travis_ci_and_cd/ecs_deploy.sh"
  ],
  "env": [
    "global=AWS_ACCESS_KEY_ID_QA=[secure]=AWS_SECRET_ACCESS_KEY_QA=[secure]=AWS_ACCESS_KEY_ID_PRODUCTION=[secure]=AWS_SECRET_ACCESS_KEY_PRODUCTION=[secure]={:REMOTE_IMAGE_URL_QA_NEW=>\"685731035297.dkr.ecr.us-east-1.amazonaws.com/fedora-ingest\"}={:REMOTE_IMAGE_URL_PRODUCTION_NEW=>\"557492996044.dkr.ecr.us-east-1.amazonaws.com/fedora-ingest\"}"
  ]
}