Skip to content

Test Integration Tests #4

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

Open
wants to merge 528 commits into
base: main
Choose a base branch
from
Open

Test Integration Tests #4

wants to merge 528 commits into from

Conversation

ytausch
Copy link
Owner

@ytausch ytausch commented Mar 27, 2025

This PR is just for running the CI.

@ytausch ytausch force-pushed the integration-tests branch 2 times, most recently from 7ae0ac7 to de95298 Compare March 27, 2025 18:21
@ytausch ytausch mentioned this pull request Mar 31, 2025
3 tasks
dependabot bot and others added 27 commits April 1, 2025 13:24
Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.2.3` |
| [gautamkrishnar/keepalive-workflow](https://github.com/gautamkrishnar/keepalive-workflow) | `2.0.9` | `2.0.10` |
| [docker/login-action](https://github.com/docker/login-action) | `3.3.0` | `3.4.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` |


Updates `actions/cache` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@d4323d4...5a3ec84)

Updates `gautamkrishnar/keepalive-workflow` from 2.0.9 to 2.0.10
- [Release notes](https://github.com/gautamkrishnar/keepalive-workflow/releases)
- [Commits](gautamkrishnar/keepalive-workflow@75c5933...2a8ae70)

Updates `docker/login-action` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@9780b0c...74a5d14)

Updates `actions/download-artifact` from 4.1.9 to 4.2.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@cc20338...95815c3)

Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@4cec3d8...ea165f8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: gautamkrishnar/keepalive-workflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…thub-actions-6dd94ec1f3

build(deps): bump the github-actions group with 5 updates
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
feat: make `create_migration_yaml_creator` v1 compatible
naughty PyCharm was at work
fix: log_level argument for parse_recipe_yaml is not correct in container cli
regro-cf-autotick-bot and others added 30 commits May 16, 2025 09:22
* style: enable LOG and G ruff rules

* manual ruff fixes

* style: fix ruff issues
this commit is auto-generated by GitHub Copilot agent and must be manually reviewed!

* fix: manually review changes

* fix tests

---------

Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
* style(ruff): lint docstrings

* style(ruff): run safe auto-fixes

* style(ruff): apply unsafe fixes

* fix remaining ruff errors manually

* manually convert some docstrings

* convert more to numpydoc

* fix: grammar

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* replaceall remaining docstrings

* remove redundant types

* fix some tests

* revert: convert back to RuntimeError

* fix: use existing path everywhere

* various fixes

* fix test

* update schema

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Co-authored-by: regro-cf-autotick-bot <regro-cf-autotick-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants