Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knmstate: go 1.17 #1866

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ postsubmits:
value: kubevirt-bot
- name: GITHUB_EMAIL
value: kubevirtbot@redhat.com
- name: GIMME_GO_VERSION
value: "1.16"
command:
- "export GIMME_GO_VERSION=`grep '^go' go.mod |sed 's/go //'`"
- "/usr/local/bin/runner.sh"
- "/bin/bash"
- "-c"
Expand Down Expand Up @@ -74,9 +73,8 @@ postsubmits:
value: kubevirt-bot
- name: GITHUB_EMAIL
value: kubevirtbot@redhat.com
- name: GIMME_GO_VERSION
value: "1.16"
command:
- "export GIMME_GO_VERSION=`grep '^go' go.mod |sed 's/go //'`"
- "/usr/local/bin/runner.sh"
- "/bin/bash"
- "-c"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ presubmits:
- image: quay.io/kubevirtci/golang:v20220110-c066ff5
securityContext:
privileged: true
env:
- name: GIMME_GO_VERSION
value: "1.16"
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
- "/usr/local/bin/runner.sh"
- "automation/check-patch.unit-test.sh"
- name: pull-kubernetes-nmstate-e2e-handler-k8s
skip_branches:
Expand Down Expand Up @@ -58,10 +55,8 @@ presubmits:
resources:
requests:
memory: "29Gi"
env:
- name: GIMME_GO_VERSION
value: "1.16"
command:
- "export GIMME_GO_VERSION=`grep '^go' go.mod |sed 's/go //'`"
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
Expand Down Expand Up @@ -94,10 +89,8 @@ presubmits:
resources:
requests:
memory: "29Gi"
env:
- name: GIMME_GO_VERSION
value: "1.16"
command:
- "export GIMME_GO_VERSION=`grep '^go' go.mod |sed 's/go //'`"
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
Expand Down Expand Up @@ -160,10 +153,8 @@ presubmits:
resources:
requests:
memory: "29Gi"
env:
- name: GIMME_GO_VERSION
value: "1.16"
command:
- "export GIMME_GO_VERSION=`grep '^go' go.mod |sed 's/go //'`"
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
Expand Down