cirruslabs / gitlab-tart-executor

GitLab Runner executor to run jobs in Tart VMs
MIT License
60 stars 5 forks source link

'build_script' stage will be replaced soon (discuss) #80

Closed Lakr233 closed 3 months ago

Lakr233 commented 3 months ago

I've see log from gitlab shown as:

WARNING: Starting with version 17.0 the 'build_script' stage will be replaced with 'step_script': https://gitlab.com/groups/gitlab-org/-/epics/6112

Any info or plan about for fixing this?

edigaryev commented 3 months ago

GitLab Tart Executor is completely agnostic to run stages.

But it seems that in order to disable this warning, we need the GitLab Runner team to move forward with epic 6112 and particularly issue 27957, which will allow the GitLab Tart Executor to communicate this to the GitLab Runner.