-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update fog-core requirement from < 2.5 to < 2.7 #634
base: master
Are you sure you want to change the base?
Conversation
@dependabot recreate |
Updates the requirements on [fog-core](https://github.com/fog/fog-core) to permit the latest version. - [Changelog](https://github.com/fog/fog-core/blob/master/changelog.md) - [Commits](fog/fog-core@v1.20.0...v2.6.0) --- updated-dependencies: - dependency-name: fog-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
aafdbc3
to
6da6ef2
Compare
@Temikus Do you know what's up with CI here? Can we rerun this? |
@stanhu sadly we have ran out of CI funding, so we cannot keep it running 😞 Until then we need to ask people to run integration tests in their own account or wait until we get back up and running again. |
@Temikus Is there a reason these runners can't just use the runners available for open source projects? If you need GCP runners, I'd be happy to port these integration tests to run on GitLab CI. |
@stanhu so the problem is not in the runners - if you notice the Unit tests run on those. The problem is that integration tests require spinning up actual infrastructure in a GCP project and all of those operations add up, even with good cleanup. The runners are local just so we use a more secure approach and use authorized workloads instead of keeping a service account key in the GitHub org. So we either need some sponsorship / GCP credits to run it ourselves or someone to donate a project with billing. And we cannot really get away with a lot of mocking and unit tests (we tried in the past) because GCP API's and libs change often in subtle ways, often breaking the gem. |
Ok, for now, I just went ahead and submitted #636 and ran the tests locally. |
Updates the requirements on fog-core to permit the latest version.
Changelog
Sourced from fog-core's changelog.
... (truncated)
Commits
fbcb048
v2.6.0c6bbad9
bump excon to 1.0 (#304)c0123ba
Provide a 'Changelog' link on rubygems.org/gems/fog-core (#303)4420ce6
v2.5.072de8f7
Exclude spec files from gem package (#302)d60548a
Fix frozen string literal issue for ruby 3.4 (#300)767f353
bump rubocop target to 3.0 (#301)5560d23
remove stale action95a7cde
add permissions info to ci action63883a7
cleanup labels and comments in ci workflow (#299)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)