Skip to content

Commit

Permalink
[chore]: emulate private registry in private network
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Paschenko <[email protected]>
  • Loading branch information
Steamvis committed Feb 28, 2025
1 parent e88df4a commit 2ce8ec1
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/ci_templates/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ run: |
-e LAYOUT_YANDEX_SERVICE_ACCOUNT_KEY_JSON=${LAYOUT_YANDEX_SERVICE_ACCOUNT_KEY_JSON:-not_provided} \
{!{- else if or (eq $provider "openstack") (eq $provider "static") }!}
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
{!{- else if eq $provider "vsphere" }!}
-e LAYOUT_VSPHERE_PASSWORD=${LAYOUT_VSPHERE_PASSWORD:-not_provided} \
-e LAYOUT_VSPHERE_BASE_DOMAIN=${LAYOUT_VSPHERE_BASE_DOMAIN:-not_provided} \
Expand Down
2 changes: 1 addition & 1 deletion .github/ci_templates/helper_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pull_request_info:
repo: context.repo.repo,
commit_sha: context.sha
});
if (response.status !== 200 || !response.data || response.data.length === 0) {
if (response.status !== 200 || !rgesponse.data || response.data.length === 0) {
return core.setFailed(`Bad response on listing PRs for commit ${context.sha}: ${JSON.stringify(response)}`);
}
// Get first associated pr.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
repo: context.repo.repo,
commit_sha: context.sha
});
if (response.status !== 200 || !response.data || response.data.length === 0) {
if (response.status !== 200 || !rgesponse.data || response.data.length === 0) {
return core.setFailed(`Bad response on listing PRs for commit ${context.sha}: ${JSON.stringify(response)}`);
}
// Get first associated pr.
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/e2e-abort-openstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -609,6 +610,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -897,6 +899,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1185,6 +1188,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1473,6 +1477,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1761,6 +1766,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/e2e-abort-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -609,6 +610,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -897,6 +899,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1185,6 +1188,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1473,6 +1477,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1761,6 +1766,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/e2e-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2773,6 +2773,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -2842,6 +2843,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -4167,6 +4169,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -4236,6 +4239,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/e2e-openstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -615,6 +616,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1016,6 +1018,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -1115,6 +1118,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1516,6 +1520,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -1615,6 +1620,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -2016,6 +2022,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -2115,6 +2122,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -2516,6 +2524,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -2615,6 +2624,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -3016,6 +3026,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -3115,6 +3126,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/e2e-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -615,6 +616,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1016,6 +1018,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -1115,6 +1118,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -1516,6 +1520,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -1615,6 +1620,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -2016,6 +2022,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -2115,6 +2122,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -2516,6 +2524,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -2615,6 +2624,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down Expand Up @@ -3016,6 +3026,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-e CIS_ENABLED=${CIS_ENABLED} \
-v $(pwd)/testing:/deckhouse/testing \
Expand Down Expand Up @@ -3115,6 +3126,7 @@ jobs:
-e DHCTL_LOG_FILE="/tmp/$(basename ${dhctl_log_file})" \
-e SSH_KEY=${LAYOUT_SSH_KEY:-not_provided} \
-e LAYOUT_OS_PASSWORD=${LAYOUT_OS_PASSWORD:-not_provided} \
-e IMAGES_REPO=http://192.168.199.254:5000/sys/deckhouse-oss \
-e USER_RUNNER_ID=${user_runner_id} \
-v $(pwd)/testing:/deckhouse/testing \
-v $(pwd)/release.yaml:/deckhouse/release.yaml \
Expand Down
Loading

0 comments on commit 2ce8ec1

Please sign in to comment.