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

feat(Partner Usage Reports): add new service to project #242

Merged
merged 9 commits into from
Feb 16, 2024

Merge branch 'main' into partner-resource-usage-reports

4a16070
Select commit
Loading
Failed to load commit list.
Merged

feat(Partner Usage Reports): add new service to project #242

Merge branch 'main' into partner-resource-usage-reports
4a16070
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 16, 2024 in 3m 18s

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 #242 feat(Partner Usage Reports): add partner resource usage report service to Partner usage reports.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python OS State
1635.1 3.8 Linux passed
1635.2 3.9 Linux passed
1635.3 3.10 Linux passed
1635.4 3.11 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "pip": true
  },
  "install": [
    "sudo apt-get install pandoc",
    "pip install pypandoc",
    "pip install setuptools==\"60.8.2\""
  ],
  "script": [
    "make all"
  ],
  "before_deploy": [
    "nvm install 18",
    "node --version",
    "npm --version",
    "npm install",
    "pip install bump2version"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "npm run semantic-release",
      "skip_cleanup": true,
      "on": {
        "python": "3.8",
        "branch": [
          "main"
        ]
      }
    },
    {
      "repository": "https://upload.pypi.org/legacy",
      "provider": "pypi",
      "setuptools_version": "60.8.2",
      "password": "$PYPI_TOKEN",
      "skip_cleanup": true,
      "on": {
        "python": "3.8",
        "tags": true
      },
      "username": "__token__"
    }
  ],
  "jobs": {
    "include": [
      {
        "python": "3.8"
      },
      {
        "python": "3.9"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11"
      }
    ]
  }
}