From 57c49fc7e18dd73bb7ac500e90a2507a2982f3b4 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 17 Mar 2023 13:54:08 +0100 Subject: [PATCH] Consolidate legacy Travis CI files (#2) --- README.md | 4 ++-- .travis.yml => Travis_CI/.travis.yml | 0 .travis.yml.apache => Travis_CI/.travis.yml.apache | 0 .travis.yml.for_flake8 => Travis_CI/.travis.yml.for_flake8 | 0 .../.travis.yml.for_flake8_small | 0 .travis.yml.ibm => Travis_CI/.travis.yml.ibm | 0 .../.travis.yml.penttesting.tools | 0 .../.travis_for_chromium_gyp.yml | 0 .travis_go.yml => Travis_CI/.travis_go.yml | 0 .travis_minimal.yml => Travis_CI/.travis_minimal.yml | 0 .../.travis_py3_in_a_matrix.yml | 0 was.travis.yml => Travis_CI/was.travis.yml | 0 12 files changed, 2 insertions(+), 2 deletions(-) rename .travis.yml => Travis_CI/.travis.yml (100%) rename .travis.yml.apache => Travis_CI/.travis.yml.apache (100%) rename .travis.yml.for_flake8 => Travis_CI/.travis.yml.for_flake8 (100%) rename .travis.yml.for_flake8_small => Travis_CI/.travis.yml.for_flake8_small (100%) rename .travis.yml.ibm => Travis_CI/.travis.yml.ibm (100%) rename .travis.yml.penttesting.tools => Travis_CI/.travis.yml.penttesting.tools (100%) rename .travis_for_chromium_gyp.yml => Travis_CI/.travis_for_chromium_gyp.yml (100%) rename .travis_go.yml => Travis_CI/.travis_go.yml (100%) rename .travis_minimal.yml => Travis_CI/.travis_minimal.yml (100%) rename .travis_py3_in_a_matrix.yml => Travis_CI/.travis_py3_in_a_matrix.yml (100%) rename was.travis.yml => Travis_CI/was.travis.yml (100%) diff --git a/README.md b/README.md index ad184425..3a654ab3 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![Open in VS Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/cclauss/itinerant-tester) -Create GitHub Actions for running [flake8](http://flake8.pycqa.org/en/latest/) and other tests on each of the [GitHub Trending Python](https://github.com/trending?l=python) repos. +Create GitHub Actions for running [ruff](https://beta.ruff.rs) and other tests on each of the [GitHub Trending Python](https://github.com/trending?l=python) repos. -What about a different approach? What if I have a local Python command line app that accepts the name of one or more repos and it commits an updated .travis.yml file that tests those repos. That commit will cause Travis CI to test each of those repos. +What about a different approach? What if I have a local Python command line app that accepts the name of one or more repos and it commits an updated GitHub Actions .yml file that tests those repos. That commit will cause GitHub Actions to test each of those repos in a separate job. Appveyor https://github.com/google/protobuf/pull/4756 diff --git a/.travis.yml b/Travis_CI/.travis.yml similarity index 100% rename from .travis.yml rename to Travis_CI/.travis.yml diff --git a/.travis.yml.apache b/Travis_CI/.travis.yml.apache similarity index 100% rename from .travis.yml.apache rename to Travis_CI/.travis.yml.apache diff --git a/.travis.yml.for_flake8 b/Travis_CI/.travis.yml.for_flake8 similarity index 100% rename from .travis.yml.for_flake8 rename to Travis_CI/.travis.yml.for_flake8 diff --git a/.travis.yml.for_flake8_small b/Travis_CI/.travis.yml.for_flake8_small similarity index 100% rename from .travis.yml.for_flake8_small rename to Travis_CI/.travis.yml.for_flake8_small diff --git a/.travis.yml.ibm b/Travis_CI/.travis.yml.ibm similarity index 100% rename from .travis.yml.ibm rename to Travis_CI/.travis.yml.ibm diff --git a/.travis.yml.penttesting.tools b/Travis_CI/.travis.yml.penttesting.tools similarity index 100% rename from .travis.yml.penttesting.tools rename to Travis_CI/.travis.yml.penttesting.tools diff --git a/.travis_for_chromium_gyp.yml b/Travis_CI/.travis_for_chromium_gyp.yml similarity index 100% rename from .travis_for_chromium_gyp.yml rename to Travis_CI/.travis_for_chromium_gyp.yml diff --git a/.travis_go.yml b/Travis_CI/.travis_go.yml similarity index 100% rename from .travis_go.yml rename to Travis_CI/.travis_go.yml diff --git a/.travis_minimal.yml b/Travis_CI/.travis_minimal.yml similarity index 100% rename from .travis_minimal.yml rename to Travis_CI/.travis_minimal.yml diff --git a/.travis_py3_in_a_matrix.yml b/Travis_CI/.travis_py3_in_a_matrix.yml similarity index 100% rename from .travis_py3_in_a_matrix.yml rename to Travis_CI/.travis_py3_in_a_matrix.yml diff --git a/was.travis.yml b/Travis_CI/was.travis.yml similarity index 100% rename from was.travis.yml rename to Travis_CI/was.travis.yml