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

Create ruby.yml #1296

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

Add GitHub Actions workflow for Ruby

9a7b684
Select commit
Loading
Failed to load commit list.
Open

Create ruby.yml #1296

Add GitHub Actions workflow for Ruby
9a7b684
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 2, 2025 in 7m 11s

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 #1296 Create ruby.yml.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has ten jobs, running in two sequential stages.

Stage 1: test

This stage passed.

Job Ruby OS State
8705.1 3.1 Linux passed
8705.2 3.2 Linux passed
8705.3 3.3 Linux passed

Stage 2: test runtime dependency installation

This stage passed.

Job Python Ruby OS State
8705.4 3.3 Linux passed
8705.5 2.7 Linux passed
8705.6 3.7 Linux passed
8705.7 3.8 Linux passed
8705.8 3.9 Linux passed
8705.9 3.10 Linux passed
8705.10 3.11 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Focal)
Ruby Versions 3.1, 3.2, 3.3
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "rvm": [
    "3.1",
    "3.2",
    "3.3"
  ],
  "cache": {
    "bundler": true
  },
  "script": [
    "bundle exec rspec"
  ],
  "jobs": {
    "include": [
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3"
      },
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3",
        "language": "python",
        "python": "2.7"
      },
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3",
        "language": "python",
        "python": "3.7"
      },
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3",
        "language": "python",
        "python": "3.8"
      },
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3",
        "language": "python",
        "python": "3.9"
      },
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3",
        "language": "python",
        "python": "3.10"
      },
      {
        "stage": "test runtime dependency installation",
        "if": "commit_message !~ /skip:test_dependencies/ AND env(SKIP_TEST_DEPENDENCIES) IS blank",
        "cache": false,
        "install": [
          "rvm use 3.3 --install --binary --fuzzy",
          "gem build dpl.gemspec",
          "gem install dpl-*.gem",
          "nvm install 18.20.2",
          "nvm use 18.20.2",
          "node --version"
        ],
        "script": [
          ".travis/test_install"
        ],
        "rvm": "3.3",
        "language": "python",
        "python": "3.11"
      }
    ]
  }
}