Skip to content

Commit

Permalink
++++
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Losev <yuriy.losev@flant.com>
  • Loading branch information
yalosev committed May 7, 2024
1 parent 5a46bc2 commit 6a5d46f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_templates/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ needs:
- discover
- pull_request_info
if: needs.discover.outputs.run_{!{ $type }!} == 'true'
runs-on: ubuntu-latest
runs-on: 1.22-alpine3.19
steps:
{!{ tmpl.Exec "checkout_step" $ctx | strings.Indent 2 }!}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_no_cyrillic == 'true'
runs-on: ubuntu-latest
runs-on: 1.22-alpine3.19
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_doc_changes == 'true'
runs-on: ubuntu-latest
runs-on: 1.22-alpine3.19
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_copyright == 'true'
runs-on: ubuntu-latest
runs-on: 1.22-alpine3.19
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -450,7 +450,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_grafana_dashboard == 'true'
runs-on: ubuntu-latest
runs-on: 1.22-alpine3.19
steps:

# <template: checkout_step>
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
- discover
- pull_request_info
if: needs.discover.outputs.run_release_requirements == 'true'
runs-on: ubuntu-latest
runs-on: 1.22-alpine3.19
steps:

# <template: checkout_step>
Expand Down
6 changes: 3 additions & 3 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ import:
{{- include "base components imports" . }}
ansible:
beforeInstall:
- name: "Install golang for deckhouse-controller,dhctl and testing image build"
shell: |
curl -sSfL https://go.dev/dl/go1.22.2.linux-amd64.tar.gz -o - | tar -C /usr/local -zxvf -
- name: "Install golang for deckhouse-controller,dhctl and testing image build"
shell: |
curl -sSfL https://go.dev/dl/go1.22.2.linux-amd64.tar.gz -o - | tar -C /usr/local -zxvf -
{{- include "base components" . | nindent 2 }}

---
Expand Down

0 comments on commit 6a5d46f

Please sign in to comment.