Skip to content

Enable cluster provisioning on all e2e#3790

Merged
sebastienvas merged 5 commits intoistio:masterfrom
sebastienvas:e2e-boskos
Feb 27, 2018
Merged

Enable cluster provisioning on all e2e#3790
sebastienvas merged 5 commits intoistio:masterfrom
sebastienvas:e2e-boskos

Conversation

@sebastienvas
Copy link
Copy Markdown
Contributor

No description provided.

@sebastienvas sebastienvas requested a review from a team February 26, 2018 23:27
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 26, 2018

Codecov Report

Merging #3790 into master will decrease coverage by 1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #3790    +/-   ##
=======================================
- Coverage      77%     76%   -<1%     
=======================================
  Files         291     291            
  Lines       26847   26912    +65     
=======================================
+ Hits        20423   20433    +10     
- Misses       5120    5171    +51     
- Partials     1304    1308     +4
Impacted Files Coverage Δ
...olarwinds/internal/papertrail/papertrail_logger.go 59% <0%> (-21%) ⬇️
mixer/adapter/list/regexList.go 69% <0%> (-9%) ⬇️
pilot/pkg/config/memory/monitor.go 82% <0%> (-9%) ⬇️
mixer/adapter/prometheus/server.go 95% <0%> (-5%) ⬇️
pilot/pkg/serviceregistry/kube/controller.go 64% <0%> (-4%) ⬇️
mixer/pkg/config/storetest/storetest.go 57% <0%> (-4%) ⬇️
pilot/pkg/serviceregistry/kube/queue.go 86% <0%> (-3%) ⬇️
mixer/adapter/circonus/circonus.go 69% <0%> (-2%) ⬇️
mixer/adapter/servicecontrol/checkprocessor.go 80% <0%> (-2%) ⬇️
pilot/pkg/proxy/envoy/v2/mesh.go 75% <0%> (ø) ⬇️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1bef28b...46130c9. Read the comment docs.

@sebastienvas
Copy link
Copy Markdown
Contributor Author

/test e2e-bookInfo

@sebastienvas
Copy link
Copy Markdown
Contributor Author

/test e2e-simple

@chxchx
Copy link
Copy Markdown
Contributor

chxchx commented Feb 27, 2018

/lgtm

@istio-merge-robot
Copy link
Copy Markdown

/test all [submit-queue is verifying that this PR is safe to merge]

@chxchx
Copy link
Copy Markdown
Contributor

chxchx commented Feb 27, 2018

/hold

bookinfo and simple tests are not required at the moment but I want to see them passing before the merge bot acting too fast. Anyone please comment hold cancel once they pass

@istio-testing istio-testing added the do-not-merge/hold Block automatic merging of a PR. label Feb 27, 2018
@sebastienvas
Copy link
Copy Markdown
Contributor Author

it should work however I discovered that when we do the test command for a given target, since we have 2 entries in the prow config, it triggers both and since we have the same name, the second starting abort the first one which is why it failed when I manually try to start it. I ll check with the k8s guys if they ever encountered this.

@istio-merge-robot
Copy link
Copy Markdown

/lgtm cancel //PR changed after LGTM, removing LGTM. @chxchx @sebastienvas


source ${ROOT}/prow/lib.sh
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
# for exiting resources types
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

existing

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


export NUM_NODES=4
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
# for exiting resources types
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: existing

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

source ${ROOT}/prow/lib.sh
setup_and_export_git_sha

export NUM_NODES=4
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this not needed? How do we get 4 nodes for this test?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup_and_export_git_sha

export NUM_NODES=4
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the url is wrong

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR pending

E2E_ARGS=()

source ${ROOT}/prow/lib.sh
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url is wrong

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is pending. istio/test-infra#690

Copy link
Copy Markdown
Contributor

@yutongz yutongz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@istio-merge-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chxchx, yutongz

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

Copy link
Copy Markdown
Contributor Author

@sebastienvas sebastienvas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

E2E_ARGS=()

source ${ROOT}/prow/lib.sh
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is pending. istio/test-infra#690


source ${ROOT}/prow/lib.sh
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
# for exiting resources types
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

setup_and_export_git_sha

export NUM_NODES=4
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR pending


export NUM_NODES=4
# Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml
# for exiting resources types
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

source ${ROOT}/prow/lib.sh
setup_and_export_git_sha

export NUM_NODES=4
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebastienvas sebastienvas merged commit 3db4261 into istio:master Feb 27, 2018
@sebastienvas sebastienvas deleted the e2e-boskos branch February 27, 2018 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/hold Block automatic merging of a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants