From ab78c1c06daa2989237cca1e492f8aa6e8a98724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Fern=C3=A1ndez?= Date: Wed, 25 Mar 2026 21:12:27 +0100 Subject: [PATCH] add smoke tests for mise ecosystem --- mise/mise.toml | 2 ++ tests/smoke-mise.yaml | 77 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 mise/mise.toml create mode 100644 tests/smoke-mise.yaml diff --git a/mise/mise.toml b/mise/mise.toml new file mode 100644 index 00000000..c298a063 --- /dev/null +++ b/mise/mise.toml @@ -0,0 +1,2 @@ +[tools] +helm = "3.17.3" diff --git a/tests/smoke-mise.yaml b/tests/smoke-mise.yaml new file mode 100644 index 00000000..95565992 --- /dev/null +++ b/tests/smoke-mise.yaml @@ -0,0 +1,77 @@ +input: + job: + command: update + package-manager: mise + allowed-updates: + - update-type: all + experiments: + enable_beta_ecosystems: true + ignore-conditions: + - dependency-name: helm + source: tests/smoke-mise.yaml + version-requirement: '>4.1.3' + source: + provider: github + repo: dependabot/smoke-tests + directory: /mise + commit: ee48cf95263f177b636b2e04200981ef35f4f14d + credentials: + - host: github.com + password: $LOCAL_GITHUB_ACCESS_TOKEN + type: git_source + username: x-access-token +output: + - type: update_dependency_list + expect: + data: + dependencies: + - name: helm + requirements: + - file: mise.toml + groups: [] + requirement: 3.17.3 + source: null + version: 3.17.3 + dependency_files: + - /mise/mise.toml + - type: create_pull_request + expect: + data: + base-commit-sha: ee48cf95263f177b636b2e04200981ef35f4f14d + dependencies: + - name: helm + previous-requirements: + - file: mise.toml + groups: [] + requirement: 3.17.3 + source: null + previous-version: 3.17.3 + requirements: + - file: mise.toml + groups: [] + requirement: 4.1.3 + source: null + version: 4.1.3 + directory: /mise + updated-dependency-files: + - content: | + [tools] + helm = "4.1.3" + content_encoding: utf-8 + deleted: false + directory: /mise + name: mise.toml + operation: update + support_file: false + type: file + pr-title: Bump helm from 3.17.3 to 4.1.3 in /mise + pr-body: | + Bumps helm from 3.17.3 to 4.1.3. + commit-message: |- + Bump helm from 3.17.3 to 4.1.3 in /mise + + Bumps helm from 3.17.3 to 4.1.3. + - type: mark_as_processed + expect: + data: + base-commit-sha: ee48cf95263f177b636b2e04200981ef35f4f14d