Skip to content

Commit

Permalink
remove installer from development artifatcs job (kyma-project#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
strekm committed Jul 3, 2019
1 parent e692cc7 commit da9432c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion development/tools/jobs/kyma/development_artifacts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func TestPresubmitDevelopmentArtifacts(t *testing.T) {

tester.AssertThatJobRunIfChanged(t, job, "resources/helm-broker/values.yaml")
tester.AssertThatJobRunIfChanged(t, job, "installation/scripts/concat-yamls.sh")
tester.AssertThatJobRunIfChanged(t, job, "components/installer/Makefile")
tester.AssertThatJobRunIfChanged(t, job, "components/kyma-operator/Makefile")
tester.AssertThatJobRunIfChanged(t, job, "tools/kyma-installer/kyma.Dockerfile")
assert.False(t, job.SkipReport)
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/kyma/kyma-development-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ job_labels_template: &job_labels_template
presubmits: # runs on PRs
kyma-project/kyma:
- name: pre-master-kyma-development-artifacts
run_if_changed: "^installation|^resources|^components/installer|^components/kyma-operator|^tools/kyma-installer"
run_if_changed: "^installation|^resources|^components/kyma-operator|^tools/kyma-installer"
branches:
- ^master$
<<: *job_template
Expand Down
2 changes: 0 additions & 2 deletions prow/scripts/build-kyma-development-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ if [[ "${BUILD_TYPE}" == "pr" ]]; then
buildTarget="ci-pr"
fi

shout "Build installer with target ${buildTarget}"
make -C "${KYMA_PATH}/components/installer" ${buildTarget}
shout "Build kyma-operator with target ${buildTarget}"
make -C "${KYMA_PATH}/components/kyma-operator" ${buildTarget}
shout "Build kyma-installer with target ${buildTarget}"
Expand Down

0 comments on commit da9432c

Please sign in to comment.