Edgetest hub plugin
Project description
Edgetest hub plugin
Table Of Contents
Install
Installation from PyPI:
$ python -m pip install edgetest-hub
Installation from conda-forge:
$ conda install -c conda-forge edgetest-hub
Getting Started
This plugin uses hub to enable automating Pull Requests from the results of
edgetest. This is intended to be used on Jenkins, but can be
used from any machine with git
and hub
installed.
To use this plugin, add an edgetest.hub
section to your configuration:
[edgetest.hub]
git_url = github.com # optional
git_repo_org = org-name
git_repo_name = repo-name
git_username = Jenkins # optional
git_useremail = noreply@capitalone.com # optional
updater_branch = dep-updates # optional
pr_to_branch = develop # optional
pr_reviewers = fdosani # comma seperated github ids
open_issue_on_fail = True # True or False if you want an issue to be created when tests fail
- ensure you have an environment variable
GITHUB_TOKEN
set. This token should have permissions to interact with the GitHub repo in question. git
is installed.hub
is installed. See here.
That's it! the plugin will automatically be called after the tests finish.
- It will check for
GITHUB_TOKEN
before continuing. - The first step configures
git
and theupdater_branch
.- will delete the
updater_branch
if it exists remotely or locally.
- will delete the
- Then commits
setup.cfg
andrequirements.txt
and submits a PR for review.
Contributing
See our developer documentation.
We welcome and appreciate your contributions! Before we can accept any contributions, we ask that you please be sure to sign the Contributor License Agreement (CLA)
This project adheres to the Open Source Code of Conduct. By participating, you are expected to honor this code.
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file edgetest-hub-2023.8.0.tar.gz
.
File metadata
- Download URL: edgetest-hub-2023.8.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2765f27f52b4e812016982bef85ccd9283dbe9cecabe7869baec7cc77058357c |
|
MD5 | 694e1e9b029b79793efe3d17a549f8d9 |
|
BLAKE2b-256 | 12944bf4bc6fa47e4ab95d830a9ccd53bb6383c3b7b48fa4397791670c955e08 |
File details
Details for the file edgetest_hub-2023.8.0-py3-none-any.whl
.
File metadata
- Download URL: edgetest_hub-2023.8.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4da4dcf04448599175647dcb78958f885ae2cb658fab523ba5f3ab0475cca21 |
|
MD5 | fa06432fcd2198356ef1ce20db5efe3f |
|
BLAKE2b-256 | a391a29f12feb97fdf5a3754fe1f115e3b3ef96988fd7232ec3fc934273337ff |