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

DR 3004 migrate tiff image links #155

Open
wants to merge 6 commits into
base: qa
Choose a base branch
from

comment platform stuff

238326d
Select commit
Loading
Failed to load commit list.
Open

DR 3004 migrate tiff image links #155

comment platform stuff
238326d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 23, 2024 in 1m 44s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #155 Dr 3004 migrate tiff image links.
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\"}"
  ]
}