Skip to content

Commit b386578

Browse files
authored
Bump integration dependency (#1418)
* Bump integration dependency * Temporarily disable allocation comparisons
1 parent 8fca4f3 commit b386578

File tree

5 files changed

+68
-68
lines changed

5 files changed

+68
-68
lines changed

.github/workflows/sentry_rails_test.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -61,41 +61,41 @@ jobs:
6161
run: |
6262
bundle install --jobs 4 --retry 3
6363
bundle exec rake
64-
compare_allocation:
65-
defaults:
66-
run:
67-
working-directory: sentry-rails
68-
name: Compare memory allocation with ${{ matrix.ruby_version }} and rails ${{ matrix.rails_version }}
69-
runs-on: ${{ matrix.os }}
70-
needs: test
71-
env:
72-
RAILS_VERSION: ${{ matrix.rails_version }}
73-
strategy:
74-
matrix:
75-
rails_version: [5.2, 6.1.0]
76-
ruby_version: [2.7]
77-
os: [ubuntu-latest]
78-
steps:
79-
- name: Set up Ruby ${{ matrix.ruby_version }}
80-
uses: ruby/setup-ruby@v1
81-
with:
82-
bundler: 1
83-
ruby-version: ${{ matrix.ruby_version }}
64+
# compare_allocation:
65+
# defaults:
66+
# run:
67+
# working-directory: sentry-rails
68+
# name: Compare memory allocation with ${{ matrix.ruby_version }} and rails ${{ matrix.rails_version }}
69+
# runs-on: ${{ matrix.os }}
70+
# needs: test
71+
# env:
72+
# RAILS_VERSION: ${{ matrix.rails_version }}
73+
# strategy:
74+
# matrix:
75+
# rails_version: [5.2, 6.1.0]
76+
# ruby_version: [2.7]
77+
# os: [ubuntu-latest]
78+
# steps:
79+
# - name: Set up Ruby ${{ matrix.ruby_version }}
80+
# uses: ruby/setup-ruby@v1
81+
# with:
82+
# bundler: 1
83+
# ruby-version: ${{ matrix.ruby_version }}
8484

85-
- uses: actions/checkout@v2
86-
with:
87-
ref: master
85+
# - uses: actions/checkout@v2
86+
# with:
87+
# ref: master
8888

89-
- name: Build and run allocation report on master
90-
run: |
91-
bundle install --jobs 4 --retry 3
92-
bundle exec ruby benchmarks/allocation_comparison.rb
89+
# - name: Build and run allocation report on master
90+
# run: |
91+
# bundle install --jobs 4 --retry 3
92+
# bundle exec ruby benchmarks/allocation_comparison.rb
9393

94-
- uses: actions/checkout@v1
94+
# - uses: actions/checkout@v1
9595

96-
- name: Rebuild on the branch
97-
run: |
98-
bundle install --jobs 4 --retry 3
99-
- name: Run allocation report on the branch
100-
run: |
101-
bundle exec ruby benchmarks/allocation_comparison.rb
96+
# - name: Rebuild on the branch
97+
# run: |
98+
# bundle install --jobs 4 --retry 3
99+
# - name: Run allocation report on the branch
100+
# run: |
101+
# bundle exec ruby benchmarks/allocation_comparison.rb

.github/workflows/sentry_ruby_test.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -41,38 +41,38 @@ jobs:
4141
run: |
4242
bundle install --jobs 4 --retry 3
4343
bundle exec rake
44-
compare_allocation:
45-
defaults:
46-
run:
47-
working-directory: sentry-ruby
48-
name: Compare memory allocation with ${{ matrix.ruby_version }}
49-
runs-on: ${{ matrix.os }}
50-
needs: test
51-
strategy:
52-
matrix:
53-
ruby_version: [2.6, 2.7]
54-
os: [ubuntu-latest]
55-
steps:
56-
- name: Set up Ruby ${{ matrix.ruby_version }}
57-
uses: ruby/setup-ruby@v1
58-
with:
59-
bundler: 1
60-
ruby-version: ${{ matrix.ruby_version }}
44+
# compare_allocation:
45+
# defaults:
46+
# run:
47+
# working-directory: sentry-ruby
48+
# name: Compare memory allocation with ${{ matrix.ruby_version }}
49+
# runs-on: ${{ matrix.os }}
50+
# needs: test
51+
# strategy:
52+
# matrix:
53+
# ruby_version: [2.6, 2.7]
54+
# os: [ubuntu-latest]
55+
# steps:
56+
# - name: Set up Ruby ${{ matrix.ruby_version }}
57+
# uses: ruby/setup-ruby@v1
58+
# with:
59+
# bundler: 1
60+
# ruby-version: ${{ matrix.ruby_version }}
6161

62-
- uses: actions/checkout@v2
63-
with:
64-
ref: master
62+
# - uses: actions/checkout@v2
63+
# with:
64+
# ref: master
6565

66-
- name: Build and run allocation report on master
67-
run: |
68-
bundle install --jobs 4 --retry 3
69-
bundle exec ruby benchmarks/allocation_comparison.rb
66+
# - name: Build and run allocation report on master
67+
# run: |
68+
# bundle install --jobs 4 --retry 3
69+
# bundle exec ruby benchmarks/allocation_comparison.rb
7070

71-
- uses: actions/checkout@v1
71+
# - uses: actions/checkout@v1
7272

73-
- name: Rebuild on the branch
74-
run: |
75-
bundle install --jobs 4 --retry 3
76-
- name: Run allocation report on the branch
77-
run: |
78-
bundle exec ruby benchmarks/allocation_comparison.rb
73+
# - name: Rebuild on the branch
74+
# run: |
75+
# bundle install --jobs 4 --retry 3
76+
# - name: Run allocation report on the branch
77+
# run: |
78+
# bundle exec ruby benchmarks/allocation_comparison.rb

sentry-delayed_job/sentry-delayed_job.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ["lib"]
2424

25-
spec.add_dependency "sentry-ruby-core", "~> 4.3.0"
25+
spec.add_dependency "sentry-ruby-core", "~> 4.4.0.pre.beta"
2626
end

sentry-rails/sentry-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
2323
spec.require_paths = ["lib"]
2424

2525
spec.add_dependency "railties", ">= 5.0"
26-
spec.add_dependency "sentry-ruby-core", "~> 4.3.0"
26+
spec.add_dependency "sentry-ruby-core", "~> 4.4.0.pre.beta"
2727
end

sentry-sidekiq/sentry-sidekiq.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ["lib"]
2424

25-
spec.add_dependency "sentry-ruby-core", "~> 4.3.0"
25+
spec.add_dependency "sentry-ruby-core", "~> 4.4.0.pre.beta"
2626
end

0 commit comments

Comments
 (0)