From d3fc944deebdbf19d069d2210c19410d8d0141a6 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 4 Apr 2024 15:59:14 +0200 Subject: [PATCH] [WIP] disable unrelated tests --- .github/workflows/ruby_tests.yml | 24 ------------------------ .packit.yaml | 7 ------- 2 files changed, 31 deletions(-) delete mode 100644 .github/workflows/ruby_tests.yml diff --git a/.github/workflows/ruby_tests.yml b/.github/workflows/ruby_tests.yml deleted file mode 100644 index cd7feae08..000000000 --- a/.github/workflows/ruby_tests.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Ruby Tests -on: pull_request - -jobs: - rubocop: - uses: theforeman/actions/.github/workflows/rubocop.yml@v0 - with: - command: bundle exec rubocop --parallel --format github - test_ruby: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - ruby-version: ['2.7.4', '3.0.2', '3.1.3', '3.2.1'] - steps: - - uses: actions/checkout@v2 - - name: Setup Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby-version }} - bundler-cache: true - - name: Run tests - run: | - bundle exec rake test diff --git a/.packit.yaml b/.packit.yaml index 207e605aa..55798b02a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -29,10 +29,6 @@ jobs: - job: copr_build trigger: pull_request targets: - rhel-8: - additional_modules: "foreman:el8" - additional_repos: - - https://yum.theforeman.org/releases/nightly/el8/x86_64/ rhel-9: additional_repos: - https://yum.theforeman.org/releases/nightly/el9/x86_64/ @@ -40,9 +36,6 @@ jobs: - job: tests trigger: pull_request targets: - rhel-8-x86_64: - distros: - - centos-stream-8 rhel-9-x86_64: distros: - centos-stream-9