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

Scalable jenkins #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Scalable jenkins #7

wants to merge 1 commit into from

Conversation

oprinmarius
Copy link
Contributor

@oprinmarius oprinmarius commented Jan 10, 2020

  • Add terraform code for deploying Jenkins
    It creates a VM in Azure and configures Jenkins to run in docker.
  • Add Aks-engine deployment templates and scripts to deploy a Kubernetes cluster in Azure and configure Jenkins as a Kubernetes service

terraform/jenkins-master/configure-master/.env Outdated Show resolved Hide resolved
description = "The tags to associate with your network and subnets."

default = {
environment = "Test"
Copy link
Contributor

Choose a reason for hiding this comment

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

can we configure terraform to add a lock to the Jenkins master?

kubernetes/acc-k8s-cluster.json Show resolved Hide resolved
kubernetes/acc-k8s-cluster.json Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
kubernetes/acc-k8s-cluster.json Show resolved Hide resolved
kubernetes/acc-k8s-cluster.json Outdated Show resolved Hide resolved
terraform/jenkins-agents-images/main.tf Outdated Show resolved Hide resolved
.withName("ubuntunonsgx")
.withLabels("nonSGX")
.withLocation(AGENTS_LOCATION)
.withVirtualMachineSize(VM_SIZE_NONSGX)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't believe this sizing is correct, I believe we actually needed a "Standard_F8s_v2". This caused tls issues.

@ionutbalutoiu
Copy link
Contributor

run integration testing

@oe-ci-robot
Copy link
Contributor

@oprinmarius: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
pr-openenclave-ci-ping c5edccf link /test pr-openenclave-ci-ping

Full PR test history. Your PR dashboard. Please help us cut down on flakes by opening an issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants