From e0a8cf0e6929b8106c1a455df6d77f52a38610f9 Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Wed, 24 Jul 2024 09:20:21 +0200 Subject: [PATCH] Remove que beta build from CI We added this build way back when 1.0 was in beta. We already test against the final 1.0 now, so no need to test against this specific beta version. --- .github/workflows/ci.yml | 137 +------------------------------------- build_matrix.yml | 1 - gemfiles/que_beta.gemfile | 5 -- 3 files changed, 1 insertion(+), 142 deletions(-) delete mode 100644 gemfiles/que_beta.gemfile diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0b26c703..0e4c3e52a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ # This is a generated file by the `rake build_matrix:github:generate` task. # See `build_matrix.yml` for the build matrix. # Generate this file with `rake build_matrix:github:generate`. -# Generated job count: 123 +# Generated job count: 118 --- name: Ruby gem CI 'on': @@ -399,33 +399,6 @@ jobs: JRUBY_OPTS: '' COV: '1' BUNDLE_GEMFILE: gemfiles/que.gemfile - ruby_3-3-1__que_beta_ubuntu-latest: - name: Ruby 3.3.1 - que_beta - needs: ruby_3-3-1_ubuntu-latest - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Install Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.3.1 - bundler-cache: true - - name: Install gem extension - run: "./support/bundler_wrapper exec rake extension:install" - - name: Print extension install report - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report - file found'" - - name: Print Makefile log file - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file - found'" - - name: Run tests - run: "./support/bundler_wrapper exec rake test" - env: - RAILS_ENV: test - JRUBY_OPTS: '' - COV: '1' - BUNDLE_GEMFILE: gemfiles/que_beta.gemfile ruby_3-3-1__rails-6-1_ubuntu-latest: name: Ruby 3.3.1 - rails-6.1 needs: ruby_3-3-1_ubuntu-latest @@ -1024,33 +997,6 @@ jobs: JRUBY_OPTS: '' COV: '1' BUNDLE_GEMFILE: gemfiles/que.gemfile - ruby_3-2-1__que_beta_ubuntu-latest: - name: Ruby 3.2.1 - que_beta - needs: ruby_3-2-1_ubuntu-latest - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Install Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.2.1 - bundler-cache: true - - name: Install gem extension - run: "./support/bundler_wrapper exec rake extension:install" - - name: Print extension install report - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report - file found'" - - name: Print Makefile log file - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file - found'" - - name: Run tests - run: "./support/bundler_wrapper exec rake test" - env: - RAILS_ENV: test - JRUBY_OPTS: '' - COV: '1' - BUNDLE_GEMFILE: gemfiles/que_beta.gemfile ruby_3-2-1__rails-6-1_ubuntu-latest: name: Ruby 3.2.1 - rails-6.1 needs: ruby_3-2-1_ubuntu-latest @@ -1649,33 +1595,6 @@ jobs: JRUBY_OPTS: '' COV: '1' BUNDLE_GEMFILE: gemfiles/que.gemfile - ruby_3-1-3__que_beta_ubuntu-latest: - name: Ruby 3.1.3 - que_beta - needs: ruby_3-1-3_ubuntu-latest - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Install Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.1.3 - bundler-cache: true - - name: Install gem extension - run: "./support/bundler_wrapper exec rake extension:install" - - name: Print extension install report - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report - file found'" - - name: Print Makefile log file - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file - found'" - - name: Run tests - run: "./support/bundler_wrapper exec rake test" - env: - RAILS_ENV: test - JRUBY_OPTS: '' - COV: '1' - BUNDLE_GEMFILE: gemfiles/que_beta.gemfile ruby_3-1-3__rails-6-1_ubuntu-latest: name: Ruby 3.1.3 - rails-6.1 needs: ruby_3-1-3_ubuntu-latest @@ -2274,33 +2193,6 @@ jobs: JRUBY_OPTS: '' COV: '1' BUNDLE_GEMFILE: gemfiles/que.gemfile - ruby_3-0-5__que_beta_ubuntu-latest: - name: Ruby 3.0.5 - que_beta - needs: ruby_3-0-5_ubuntu-latest - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Install Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.0.5 - bundler-cache: true - - name: Install gem extension - run: "./support/bundler_wrapper exec rake extension:install" - - name: Print extension install report - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report - file found'" - - name: Print Makefile log file - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file - found'" - - name: Run tests - run: "./support/bundler_wrapper exec rake test" - env: - RAILS_ENV: test - JRUBY_OPTS: '' - COV: '1' - BUNDLE_GEMFILE: gemfiles/que_beta.gemfile ruby_3-0-5__rails-6-0_ubuntu-latest: name: Ruby 3.0.5 - rails-6.0 needs: ruby_3-0-5_ubuntu-latest @@ -2845,33 +2737,6 @@ jobs: JRUBY_OPTS: '' COV: '1' BUNDLE_GEMFILE: gemfiles/que.gemfile - ruby_2-7-8__que_beta_ubuntu-latest: - name: Ruby 2.7.8 - que_beta - needs: ruby_2-7-8_ubuntu-latest - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - - name: Install Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.7.8 - bundler-cache: true - - name: Install gem extension - run: "./support/bundler_wrapper exec rake extension:install" - - name: Print extension install report - run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report - file found'" - - name: Print Makefile log file - run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file - found'" - - name: Run tests - run: "./support/bundler_wrapper exec rake test" - env: - RAILS_ENV: test - JRUBY_OPTS: '' - COV: '1' - BUNDLE_GEMFILE: gemfiles/que_beta.gemfile ruby_2-7-8__rails-6-0_ubuntu-latest: name: Ruby 2.7.8 - rails-6.0 needs: ruby_2-7-8_ubuntu-latest diff --git a/build_matrix.yml b/build_matrix.yml index 30b39509f..e6c3fc33e 100644 --- a/build_matrix.yml +++ b/build_matrix.yml @@ -138,7 +138,6 @@ matrix: - "3.0.5" - "2.7.8" - gem: "que" - - gem: "que_beta" - gem: "rails-6.0" only: ruby: diff --git a/gemfiles/que_beta.gemfile b/gemfiles/que_beta.gemfile deleted file mode 100644 index 8a31d6236..000000000 --- a/gemfiles/que_beta.gemfile +++ /dev/null @@ -1,5 +0,0 @@ -source 'https://rubygems.org' - -gem 'que', '1.0.0.beta3' - -gemspec :path => '../'