cozystack-bot
9d184a098f
Prepare release v0.35.0-alpha.3
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-08-01 13:07:01 +00:00
IvanHunters
730584bd15
[seaweed] add tests
...
Signed-off-by: IvanHunters <xorokhotnikov@gmail.com >
2025-07-28 16:18:07 +03:00
cozystack-bot
9617071ada
Prepare release v0.35.0-alpha.2
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-25 16:43:50 +00:00
cozystack-bot
3088e987e3
Prepare release v0.35.0-alpha.1
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-24 15:39:28 +00:00
cozystack-bot
2e1a7a00c3
Prepare release v0.34.0
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-21 19:39:19 +00:00
cozystack-bot
61929fe2c8
Prepare release v0.34.0-beta.3
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-20 09:29:45 +00:00
cozystack-bot
a5896be36a
Prepare release v0.34.0-beta.2
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-18 01:01:06 +00:00
cozystack-bot
0ecb8585bc
Prepare release v0.34.0-beta.1
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-10 08:09:47 +00:00
cozystack-bot
50f3089f14
Prepare release v0.33.2
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-09 19:36:09 +00:00
cozystack-bot
99552bf792
Prepare release v0.33.1
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-08 06:24:09 +00:00
cozystack-bot
a9674d2ae7
Prepare release v0.33.0
...
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com >
2025-07-03 20:57:31 +00:00
Andrei Kvapil
8ec882ca5f
[dx] Refactor collect-images functionality
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-07-03 14:26:56 +03:00
Timofei Larkin
f891d0bee6
Add exec bit to script, sanitize image list
...
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-07-03 13:56:41 +03:00
Andrei Kvapil
1f748d563f
Copy contents of directory instead of directory
...
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-07-03 13:56:35 +03:00
Timofei Larkin
433bfe7b6c
Save image list outside of sandbox
...
Because the sandbox is torn down after successful tests
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-07-03 13:54:32 +03:00
Timofei Larkin
fa6442998a
Save a list of observed images after workflow
...
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-07-03 13:54:32 +03:00
Andrei Kvapil
1f240387f9
[dx] fix: exclude ps from self destructing enviroments check
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-07-02 13:37:15 +03:00
Andrei Kvapil
f953db50da
[dx] Introduce cozyreport tool
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-07-02 10:37:40 +03:00
Andrei Kvapil
39daa3a38a
[dx] better check for processes in self destructing enviroments
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-07-02 09:54:15 +03:00
Andrei Kvapil
52714f5cce
[tests] Introduce self destructing environments
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-07-02 03:42:14 +03:00
github-actions
baefc78bfe
Prepare release v0.32.1
...
Signed-off-by: github-actions <github-actions@github.com >
2025-06-24 23:07:51 +00:00
Andrei Kvapil
e7681debe2
[ci] Refactor Github workflows
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-06-24 23:41:10 +02:00
github-actions
2832058036
Prepare release v0.32.1
...
Signed-off-by: github-actions <github-actions@github.com >
2025-06-24 08:55:52 +00:00
Andrei Kvapil
ae13b58d5f
[tests] Upd Kubernetes v1.33
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-06-23 15:37:57 +02:00
Timofei Larkin
b3380d8365
Copy instead of move to not confuse pull action
...
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-06-23 15:44:27 +03:00
Timofei Larkin
b2a697f98d
Run E2E tests as separate parallel jobs
...
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-06-23 14:31:27 +03:00
Timofei Larkin
746641e523
Split testing job into several
...
This patch separates the Test job of the PR workflow into several
smaller jobs: 1) create a testing sandbox and deploy Talos, 2) install
Cozystack and configure it, 3) install managed applications and run e2e
tests. This lets developers shorten the feedback loop if tests are
merely acting flaky and aren't really broken. It's not the right way,
but it's 80/20.
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com >
2025-06-17 18:47:09 +03:00
github-actions
08e569918b
Prepare release v0.32.0
...
Signed-off-by: github-actions <github-actions@github.com >
2025-06-16 23:54:35 +00:00
github-actions
c619343aa2
Prepare release v0.32.0-beta.2
...
Signed-off-by: github-actions <github-actions@github.com >
2025-06-16 19:06:14 +00:00
Andrei Kvapil
74633ad699
Update cozypkg v1.1.0
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-06-16 18:11:27 +02:00
Andrei Kvapil
908c75927e
[platform] Use cozypkg instead of helm
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-06-13 19:02:15 +02:00
github-actions
32adf5ab38
Prepare release v0.32.0-beta.1
...
Signed-off-by: github-actions <github-actions@github.com >
2025-06-10 08:28:28 +00:00
github-actions
bfd20a5e0e
Prepare release v0.31.1
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-29 23:44:58 +02:00
Andrei Kvapil
f798cbd9f9
Update Talos Linux v1.10.3
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-05-29 23:18:53 +02:00
Andrei Kvapil
cf87779f7b
[ci] separate build and testing jobs ( #1005 )
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Chores**
- Improved pull request workflow by separating build and test phases,
enhancing reliability and maintainability of automated checks.
- Updated testing process to use a pre-generated installer artifact,
streamlining test execution and environment setup.
- Enhanced release workflow to generate manifests before running tests,
ensuring up-to-date configurations during verification.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-05-29 18:41:40 +02:00
Andrei Kvapil
c69135e0e5
[ci] separate build and testing jobs
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-05-29 17:44:50 +02:00
github-actions
5bbb5a6266
Prepare release v0.31.0
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-28 21:40:20 +00:00
Andrei Kvapil
50932ba49e
[tests] Introduce cozytest - a new testing framework ( #982 )
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced separate end-to-end test scripts for cluster and
application provisioning, improving test clarity and modularity.
- Added a new test runner script with enhanced output formatting and
live tracing for easier debugging of test runs.
- **Bug Fixes**
- None.
- **Chores**
- Removed the legacy end-to-end test automation script.
- Updated testing workflow to use new modular test scripts and runner
for improved maintainability.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-05-28 09:19:56 +02:00
github-actions
2ae8f2aa19
Prepare release v0.31.0-rc.3
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-27 12:01:54 +00:00
github-actions
4aad0fc8f2
Prepare release v0.31.0-rc.3
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-27 10:08:18 +00:00
github-actions
3a7d4c24ee
Prepare release v0.31.0-rc.3
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-26 11:40:21 +00:00
github-actions
ae0549f78b
Prepare release v0.31.0-rc.3
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-26 08:26:01 +00:00
Andrei Kvapil
74e7e5cdfb
[tests] Add tests for tenant Kubernetes cluster
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-05-25 09:30:26 +02:00
Andrei Kvapil
2bf4032d5b
[tests] Introduce cozytest - a new testing framework
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-05-25 09:29:58 +02:00
github-actions
56bdaae2c9
Prepare release v0.31.0-rc.2
...
Signed-off-by: github-actions <github-actions@github.com >
2025-05-21 11:52:29 +00:00
Ahmad Murzahmatov
9698f3c9f4
commit 7a7512da30 removed genisoimage package installation from Dockerfile which leds to test fail due to the fact that genisoimage is missing and runner enable to create image. issue reference - https://github.com/cozystack/cozystack/actions/runs/15084476654/job/42406141954 . restored genisoimage package installation in Dockerfile
...
Signed-off-by: Ahmad Murzahmatov <gwynbleidd2106@yandex.com >
2025-05-20 03:54:03 +06:00
nbykov0
7a7512da30
core/testing: multiarch support
...
Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com >
2025-05-12 02:50:11 +03:00
github-actions
87a286fc74
Prepare release v0.31.0-rc.1
...
Signed-off-by: github-actions <github-actions@github.com >
2025-04-25 12:37:42 +00:00
Andrei Kvapil
5d7e56bffe
[tests] refactor tests and remove e2e.applications
...
Signed-off-by: Andrei Kvapil <kvapss@gmail.com >
2025-04-25 12:28:43 +02:00
kvaps
e96f15773d
Prepare release v0.30.2
...
Signed-off-by: kvaps <kvaps@users.noreply.github.com >
2025-04-15 07:42:59 +00:00