The output from pipeline verified the repo image was used in the pipeline.
Running with gitlab-runner 17.10.1 (ef334dcc) on gitlab-runner-77c9b89dd-pwv2w t1_UBtKC2, system ID: r_umzx6DAQpLZPPreparing the "kubernetes" executor00:00Using Kubernetes namespace: gitlab-ciUsing Kubernetes executor with image gitlab.diedpigs.dev:4567/test/ci ...Using attach strategy to execute scripts...Preparing environment00:04Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...Waiting for pod gitlab-ci/runner-t1ubtkc2-project-1-concurrent-0-t34039jm to be running, status is PendingRunning on runner-t1ubtkc2-project-1-concurrent-0-t34039jm via gitlab-runner-77c9b89dd-pwv2w...Getting source from Git repository00:02Fetching changes with git depth set to 20...Initialized empty Git repository in /builds/test/ci/.git/Created fresh repository.Checking out 54395bf6 as detached HEAD (ref is main)...Skipping Git submodules setupExecuting "step_script" stage of the job script00:03$ echo$ENV$ echo"Test with command substitution"Test with command substitution$ echo"Compiling the code..."Compiling the code...$ echo"Compile complete."Compile complete.$ echo line1 # collapsed multi-line commandline1line2line3$ echo ansible-playbook --extra-vars="$EXTRA"ansible-playbook --extra-vars=$ echo Verify the docker imageVerify the docker image$ ansible --versionansible [core 2.11.12] config file = None configured module search path =['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.8/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/local/bin/ansible python version = 3.8.18 (default, Nov 1 2023, 14:40:45)[GCC 12.2.0] jinja version = 3.1.2 libyaml = True$ openstack --versionopenstack 5.8.0$ packer versionPacker v1.9.4Your version of Packer is out of date! The latest versionis 1.11.2. You can update by downloading from www.packer.io/downloads$ s3cmd --versions3cmd version 2.3.0$ terraform --versionTerraform v1.4.6on linux_amd64Your version of Terraform is out of date! The latest versionis 1.11.3. You can update by downloading from https://www.terraform.io/downloads.htmlCleaning up project directory and file based variables00:01Job succeeded
Note that the runner is gitlab-runner-77c9b89dd-pwv2w which is the gitlab runner I have on k8s:
$ k get pod -n gitlab-ciNAME READY STATUS RESTARTS AGEgitlab-runner-77c9b89dd-pwv2w 1/1 Running 0 25h
Bo-Chun Chenchanged title from Try integrate Gitlab and K8s to Document integrate Gitlab and K8s
changed title from Try integrate Gitlab and K8s to Document integrate Gitlab and K8s