Skip to content
Snippets Groups Projects
Commit 1bc73c9f authored by Yauheni  Rykhter (EPAM)'s avatar Yauheni Rykhter (EPAM)
Browse files

Merge branch 'fix_smoketest_pipeline' into 'master'

fix release smoketest pipeline

See merge request !1417
parents b483e6ab 8a9f0034
No related branches found
No related tags found
1 merge request!1417fix release smoketest pipeline
Checking pipeline status
......@@ -162,10 +162,14 @@ df-tf-smoketests-release:
extends: .base-df-tf-ci-check
allow_failure: true
retry: 2
variables:
GIT_FETCH_EXTRA_FLAGS: --tags
rules:
- if: $GC_DF_TF_CI_RELEASE
needs: ["df-tf-apply-release:services"]
script:
- !reference [.get_latest_tag, script]
- git checkout tags/$LATEST_GIT_TAG
- wget -q -O /usr/local/bin/osdutest https://community.opengroup.org/api/v4/projects/1408/packages/generic/osdutest_linux_amd64/latest/osdutest
- chmod +x /usr/local/bin/osdutest
- tofu init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment