Commit graph

6 commits

Author SHA1 Message Date
Earl Warren 6a9502dfe2
actions: add example-7-0-schedule
verify runs-on variable expansion happens on scheduled workflows

* Adds the TEST_SCHEDULE_RUNSON=docker variable
* Use it in a scheduled job
* Run this test only with Forgejo versions greater or equal to 8.0
  otherwise it is not implemented yet
2024-04-06 12:04:04 +02:00
Earl Warren 99295ebc86
DEBUG REMOVE THIS COMMIT BEFORE MERGING 2024-04-06 11:59:05 +02:00
Earl Warren 13f18f9f47
actions: Forgejo 7.0 is equivalent to 7.0-test and run artifacts v4 2024-03-21 17:16:05 +01:00
Earl Warren a9a46b7b7d
actions: display the runner version 2024-03-21 15:34:38 +01:00
Earl Warren e1fd4cbc0f
actions: test {upload,download}-artifacts@v4 support
If Forgejo version is >= 7.0 and Forgejo runner > 3.3.0 artifacts@v4
are tested to work with a forked modified version that claims to be
compatible.
2024-03-21 14:25:28 +01:00
Twenty Panda 96f91063c9 merge actions test into end-to-end.sh
* replace the high level test running actions tests with end-to-end.sh
* set DOMAIN to the IP instead of 127.0.0.1 for runner <-> forgejo communications
* move forgejo_cli from a function to a file so that it can be used by forgejo-runner.sh
* keep the documentation updates workflows separate because they need to open one PR per version
2024-03-20 13:42:44 +01:00