Commit Graph

44 Commits

Author SHA1 Message Date
dependabot[bot]
6333fd5e08 ci: bump the github-actions group in /.github/workflows with 2 updates (#13648)
Bumps the github-actions group in /.github/workflows with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 09:32:59 +08:00
Constrat
0edd998f29 style(ci): change job name
[skip changelog]
2025-01-04 11:51:58 +01:00
Constrat
829d9ed800 ci: dotnet restore not needed for smoke-testing
[skip changelog]
2025-01-01 18:07:35 +01:00
Constrat
75dbde17b4 ci: smoke-testing cache + scope (#11474) 2025-01-01 17:40:49 +01:00
Constrat
29fbd43a86 fix: MaaDeps needs to be ignored
0ece7fce64
834107a030
[skip changelog]
2025-01-01 16:45:36 +01:00
Constrat
e39b8d3bac fix: github workflow syntax for smoke-testing
[skip changelog]
2025-01-01 16:07:39 +01:00
Constrat
0afabbf538 ci: smoke-testing restore cache on all branches. Save only on dev. 2025-01-01 15:25:06 +01:00
Constrat
8b000e76dc refactor: remove error bypass, tweak powershell syntax
[skip changelog]
2024-12-31 18:04:18 +01:00
Constrat
eacdf04006 Revert "refactor: move resource copy to test script"
This reverts commit 06bc2bc3b4.
2024-12-31 17:35:49 +01:00
Constrat
06bc2bc3b4 refactor: move resource copy to test script
[skip changelog]
2024-12-31 17:27:50 +01:00
Constrat
f14b6fa928 perf: manual recursion + robocopy for smoke-testing (#11458) 2024-12-30 10:03:41 +01:00
Constrat
ed91b3a6d1 perf: implement cache for smoke-test (#11457) 2024-12-29 22:20:19 +01:00
Constrat
c55b6ce89f ci: implement ps script for smoke-testing (#11455) 2024-12-29 20:43:16 +01:00
Constrat
b65ed2e64e chore: change secret (#11435) 2024-12-26 14:05:04 +01:00
Constrat
771c15e391 fix: typo
[skip changelog]
2024-12-21 14:18:26 +01:00
Constrat
5629d2bfe1 perf(ci): use API instead of gh cache 2024-12-21 14:05:19 +01:00
Constrat
9210c41f6f refactor: smoke-testing bash -> powershell 2024-12-21 00:32:41 +01:00
Constrat
3a1ff5ff5e fix: git init to allow gh commands 2024-12-21 00:13:37 +01:00
Constrat
2e515e53ad fix: GH_TOKEN for smoke testing + fail_fast 2024-12-20 23:46:33 +01:00
Constrat
93499806db ci: perf improvement with caching (#11400) 2024-12-20 23:31:40 +01:00
Constrat
79488f3ded ci: typo + consistency 2024-12-14 15:52:28 +01:00
Constrat
1651b5b21e Revert "refactor: yml -> yaml standardization"
This reverts commit 70edd47c6c.
2024-12-14 14:46:30 +01:00
Constrat
70edd47c6c refactor: yml -> yaml standardization 2024-12-14 14:39:01 +01:00
Constrat
8861c3a72d ci: prevent duplicate runs (#11362)
From https://github.com/zopefoundation/meta/issues/145#issuecomment-1247814559
2024-12-13 14:22:30 +01:00
Constrat
c385aa8f35 ci(perf): add concurrency to block previous runs in case of new pushes (#9932) 2024-08-01 17:55:43 +02:00
Constrat
88831d2d77 chore(ci): bump setup-msbuild to v2
[skip changelog]
2024-07-19 11:19:42 +02:00
pre-commit-ci[bot]
21837606dd chore: Auto update by pre-commit hooks [skip changelog] 2024-07-19 03:48:02 +00:00
Constrat
7f188eb09e refactor: YoStar -> Yostar only for interfaces (#9548) 2024-07-07 21:28:16 +02:00
MistEO
bafc8c3f71 feat: mumu extras (#8939)
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
Co-authored-by: status102 <102887808+status102@users.noreply.github.com>
2024-05-03 22:05:37 +08:00
SherkeyXD
7847b37b94 ci: 更新部分step的版本 2024-02-03 17:44:59 +08:00
uye
007e6e4a3f fix: smoke-testing.yml乱码 2024-01-01 18:10:47 +08:00
SherkeyXD
128f839f45 ci: 使用的sdk更改为dotnet8.0正式版 2024-01-01 18:10:47 +08:00
uye
11d072ce47 ci: Update smoke-testing.yml 2024-01-01 18:10:47 +08:00
uye
6ae5768451 ci: Update smoke-testing.yml 2024-01-01 18:10:47 +08:00
status102
242b45e2f0 ci: 修复smoke-testing重复加载外服和国服资源导致潜在的非预期TaskData字段问题 (#7511)
ci: 修复smoke-testing重复加载外服和国服资源导致潜在的非预期TaskData字段问题
2023-12-12 12:25:07 +08:00
Sherkey
95b2eb6118 ci: 规范化ci文件格式及step命名,优化pr-checker的触发逻辑及表现形式 (#7512)
+ 给所有 ci 文件的每一个 step 都添加了名字,并且做了格式化
+ 修复 pr-checker 的触发机制
+ 给 pr-checker 添加了 issue 评论,现在不合规的 commit 将会由 github-action bot 做出评论
2023-12-10 10:12:53 +08:00
status102
6d6a095555 ci: 增加smoke-testing单独对国服资源加载并检测,以判断是否为国服资源出错 2023-12-09 19:29:57 +08:00
status102
f15d831ad9 ci: 修复smoke-testing重复加载外服和国服资源导致潜在的TaskData字段问题 2023-12-08 21:59:28 +08:00
uye
e103f217f4 ci: smoke-testing.yml 2023-12-07 19:36:01 +08:00
Sherkey
10ed8af466 docs: 文档目录结构大重构 (#7423)
close #7416 
+ 拆分安卓实体设备部分文档
+ 修改目录结构,文件名不再带序号
+ 规范了文档内的链接引用
+ 添加肉鸽烧水模式文档
+ 格式化文档

---------

Co-authored-by: AnnAngela <naganjue@vip.qq.com>
2023-12-07 17:22:55 +08:00
SherkeyXD
e0a145e274 ci: 规范化step name 2023-07-19 00:37:52 +08:00
MistEO
31cb7219d0 chore: smoke-testing always upload logs 2023-06-04 20:51:28 +08:00
MistEO
833286d432 fix: 为冒烟测试的nuget添加重试 2023-05-16 14:30:25 +08:00
MistEO
1d26578b6d chore: CI 冒烟测试 (#4565)
* Delete dev-build-linux.yml

* Delete dev-build-mac.yml

* Delete dev-build-win.yml

* Create smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Update smoke-testing.yml

* Create MaaSample.slnf

* Update smoke-testing.yml

* Update MaaSample.slnf

* Update MaaSample.slnf

* Update MaaSample.slnf

* Update MaaSample.slnf

* Update smoke-testing.yml
2023-04-30 19:32:16 +08:00