act_runner/pkg/runner
Christopher Homberger 83cbf1f2b8 Port CI to Gitea.com (#1)
# Problems
- [x] Some env variables from act itself / act_runner let the tests fail.
- [ ] CI takes too long to clone actions, need to speed up the used act_runner by sparse checkout
    - Runners are reused this speeds up once every runner has ran every job
- [ ] Qemu setup is broken and do not add all platforms like GitHub CI expected`  linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/loong64,linux/arm/v7,linux/arm/v6` got `linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/amd64/v4,linux/386` without qemu set up
  - Test Disabled
- [x] ACTIONS_RUNTIME_TOKEN needs to be unset
- [ ] Snapshot needs our version of the npm package / patching
  - Test Disabled
- [ ] ACTIONS_RESULTS_URL:http://127.0.0.1:12345/ seems to be a fallback to localhost this is a problem
  - Test Disabled

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/1
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
2025-11-27 14:57:23 +00:00
..
hashfiles chore: fix some comments (#2279) 2024-04-10 19:58:56 +00:00
res
testdata Replace expressions engine (#133) 2025-10-06 13:53:15 +02:00
action.go fix: Allow almost all node<number> variants in actions.runs (#120) 2025-07-24 23:33:11 +02:00
action_cache.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
action_cache_offline_mode.go update go imports (#20) 2025-01-27 18:11:12 +01:00
action_cache_test.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_composite.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
action_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
command.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
command_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
container_mock_test.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
expression.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
expression_test.go Replace expressions engine (#133) 2025-10-06 13:53:15 +02:00
job_executor.go fix: container cleanup error is not a job execution error (#97) 2025-04-26 16:41:04 +02:00
job_executor_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
local_repository_cache.go update go imports (#20) 2025-01-27 18:11:12 +01:00
logger.go valueMasker create secrets copy (#26) 2025-01-28 17:10:30 -05:00
reusable_workflow.go feat: `--validate` and `--strict` (#71) 2025-03-28 22:56:20 +01:00
run_context.go feat: add parallel flag (#114) 2025-06-08 12:41:42 +02:00
run_context_darwin.go Platform tart:// improve logging / fix tool_cache (#61) 2025-02-22 15:17:32 +01:00
run_context_other.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
run_context_test.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
runner.go feat: add parallel flag (#114) 2025-06-08 12:41:42 +02:00
runner_test.go Port CI to Gitea.com (#1) 2025-11-27 14:57:23 +00:00
step.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_action_local.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_action_local_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_action_remote.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
step_action_remote_test.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
step_docker.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_docker_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_factory.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
step_factory_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_run.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_run_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00