Git Product home page Git Product logo

ansible-portable's People

Contributors

palazzem avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ansible-portable's Issues

Depends on a specific Ansible version

Overview

Project builder depends on a specific Ansible version. We should make it generic so that:

  • The builder workflow can run daily, picking the latest available version
  • No references in the README about what version to use (remove the version number)

CI: test if the package has been build correctly

Overview

builder action builds the package but nobody verifies if it works or not. We should run a separate job that executes the following commands:

# Extracts Ansible in ansible-2.14.3/ folder and runs a test command
$ tar -xf ansible-2.14.3.tar.gz
$ PYTHONPATH=ansible-2.14.3 python ansible-2.14.3/ansible adhoc localhost -m ping

This command is an example and replicates what is written in the README.md at the time of writing.

Store the resulting package

Overview

GitHub Actions are building the container but the resulting package is discarded. We should store the package as artifact so that it can be downloaded from the packages section without creating a GitHub release every time.

This script should run weekly, and we can safely discard packages after 30 days.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.