Skip to content
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 @@ -851,19 +851,6 @@ presubmits:
rerun_command: "/test azure"
trigger: "((?m)^/test( all| azure),?(\\s+|$))"

- name: test_pull_request_origin_extended_conformance_azure_39
agent: jenkins
labels:
master: ci.openshift.redhat.com
always_run: true
# TODO: Remove once the job is stable
skip_report: true
branches:
- release-3.9
context: ci/openshift-jenkins/azure
rerun_command: "/test azure"
trigger: "((?m)^/test( all| azure),?(\\s+|$))"

- name: test_pull_request_origin_extended_conformance_azure
agent: jenkins
labels:
Expand All @@ -876,4 +863,4 @@ presubmits:
- dockerless-build-temporary
context: ci/openshift-jenkins/azure
rerun_command: "/test azure"
trigger: "((?m)^/test( all| azure),?(\\s+|$))"
trigger: "((?m)^/test( all| azure),?(\\s+|$))"
63 changes: 48 additions & 15 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ tide:
- openshift/descheduler
- openshift/node-problem-detector
- openshift/kubernetes-autoscaler
- openshift/openshift-azure
- openshift/openshift-restclient-java
- openshift/coredns
- openshift/telemeter
Expand All @@ -137,6 +136,15 @@ tide:
- needs-ok-to-test
- do-not-merge/work-in-progress
- do-not-merge/hold
- repos:
- openshift/openshift-azure
labels:
- lgtm
missingLabels:
- needs-ok-to-test
- do-not-merge/work-in-progress
- do-not-merge/hold
- do-not-merge/needs-signoff

prowjob_namespace: ci
pod_namespace: ci
Expand Down Expand Up @@ -2353,6 +2361,45 @@ presubmits:
args:
- ./hack/yaml-lint.sh

- name: ci-pull-openshift-installer-tf-lint
trigger: "(?m)^/test tf-lint"
rerun_command: "/test tf-lint"
context: ci/prow/tf-lint
always_run: true
skip_report: false
agent: kubernetes
decorate: true
spec:
containers:
- image: quay.io/coreos/tflint
env:
- name: IS_CONTAINER
value: 'TRUE'
command:
- sh
args:
- ./hack/tf-lint.sh

- name: go-vet
trigger: "(?m)^/test go-vet"
rerun_command: "/test go-vet"
context: ci/prow/go-vet
always_run: true
skip_report: false
agent: kubernetes
decorate: true
spec:
containers:
- image: quay.io/coreos/golang-testing
env:
- name: IS_CONTAINER
value: 'TRUE'
command:
- sh
args:
- ./hack/go-vet.sh
- "./installer/..."

openshift/ci-vm-operator:
- name: pull-ci-vm-operator-build
agent: kubernetes
Expand Down Expand Up @@ -2698,12 +2745,6 @@ postsubmits:
master: ci.openshift.redhat.com
branches:
- release-3.10
- name: test_branch_origin_extended_conformance_azure_39
agent: jenkins
labels:
master: ci.openshift.redhat.com
branches:
- release-3.9
- name: test_branch_origin_extended_conformance_azure_310
agent: jenkins
labels:
Expand Down Expand Up @@ -3995,10 +4036,6 @@ periodics:
agent: jenkins
labels:
master: ci.openshift.redhat.com
- name: azure_build_node_image_centos_39
agent: jenkins
labels:
master: ci.openshift.redhat.com
- name: azure_build_node_image_centos
agent: jenkins
labels:
Expand All @@ -4013,10 +4050,6 @@ periodics:
agent: jenkins
labels:
master: ci.openshift.redhat.com
- name: azure_build_node_image_rhel_39
agent: jenkins
labels:
master: ci.openshift.redhat.com

- name: ami_build_ose_master
agent: jenkins
Expand Down
10 changes: 6 additions & 4 deletions cluster/ci/config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ config_updater:
sigmention:
regexp: (?m)@openshift/sig-([\w-]*)

label:
additional_labels:
- do-not-merge/needs-signoff

external_plugins:
openshift:
- name: refresh
Expand Down Expand Up @@ -183,6 +187,8 @@ plugins:
- trigger

openshift/azure-misc:
- approve
- blunderbuss
- golint
- trigger

Expand Down Expand Up @@ -324,10 +330,6 @@ plugins:
- wip
- yuks

openshift/azure-misc:
- approve
- blunderbuss

kubernetes-incubator/cri-o:
- trigger

Expand Down

This file was deleted.

26 changes: 0 additions & 26 deletions projects/azure/acs-engine/test-image-builds/build-3.9.yaml

This file was deleted.

1 change: 0 additions & 1 deletion projects/azure/config-updater/config-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ items:
targets:
- projects/azure/acs-engine/binary-build.yaml
- projects/azure/acs-engine/test-image-builds/build-3.10.yaml
- projects/azure/acs-engine/test-image-builds/build-3.9.yaml
- projects/azure/acs-engine/test-image-builds/is-common.yaml
- projects/azure/azure-purge/cronjob.yaml
- projects/azure/base-images/alpine.yaml
Expand Down