jobName: golang-{{ .jobGoVersion }}-tooling-postsubmit runIfChanged: projects/golang/go/{{ .golangVersion }}/.*|projects/golang/go/Makefile imageBuild: true commands: - make install-deps -C $PROJECT_PATH - make release -C $PROJECT_PATH projectPath: projects/golang/go resources: limits: cpu: 2560m memory: 16Gi requests: cpu: 2560m memory: 16Gi envVars: - name: GO_SOURCE_VERSION value: "{{ .golangVersion }}" - name: SKIP_PRIVILEGED_TESTS value: true - name: ARTIFACTS_BUCKET value: eks-d-postsubmit-artifacts