Add k8s kaniko test
In this MR, we add a kaniko test.
After upgrading the attach mode to an hybrid one, the change broke existing settings (gitlab-org/gitlab-runner#29587 (closed) and gitlab-org/gitlab-runner#29601 (closed)). Somehow, the bug was happening only with a Dockerfile
and during the artifact upload stage.
In this new Runner Incept test, I add a new kaniko job with the specific Dockerfile
Dockerfile
FROM busybox:latest as builder
FROM gitlab/gitlab-runner-helper:x86_64-latest
Related issue: gitlab-org/gitlab-runner#30854 (closed)
Edited by Romuald Atchadé