Skip to content

Pass UPSTREAM_CI_COMMIT_REF to incept tests

Georgi N. Georgiev requested to merge incept-per-each-commit into main

What does this MR do?

Passes the UPSTREAM_CI_COMMIT_REF variable to the incept pipeline. Handling of UPSTREAM_CI_COMMIT_REF was implemented in gitlab-org/ci-cd/tests/runner-incept!34 (merged)

With this we will only run linux tests on refs other than main. Windows support is captured in gitlab-org/ci-cd/tests/runner-incept#25

Why was this MR needed?

To run incept tests for the correct code

What's the best way to test this MR?

Child pipelines should pass. Check the output of gitlab-runner --version in the runners job logs to ensure the commit is correctly passed from the upstream.

What are the relevant issue numbers?

Closes gitlab-org/ci-cd/tests/runner-incept#18 (closed)

Edited by Georgi N. Georgiev

Merge request reports