Skip to content

Commit

Permalink
Ensure perf tool builds with sysroot and use Ubuntu nodes until COS i…
Browse files Browse the repository at this point in the history
…ssues are addressed

Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
ddelnano committed May 14, 2024
1 parent 66b0515 commit 82e7b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/e2e_test/perf_tool/pkg/cluster/gke/cluster_ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ func (p *ClusterProvider) nodePoolForSpec(spec *experimentpb.ClusterSpec) *conta
Name: nodePoolNameFromSpec(spec),
Config: &containerpb.NodeConfig{
MachineType: spec.Node.MachineType,
ImageType: "ubuntu_containerd",
DiskSizeGb: p.clusterOpts.DiskSizeGB,
DiskType: p.clusterOpts.DiskType,
OauthScopes: []string{
Expand Down
2 changes: 1 addition & 1 deletion src/e2e_test/perf_tool/pkg/suites/workloads.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func VizierWorkload() *pb.WorkloadSpec {
Skaffold: &pb.SkaffoldDeploy{
SkaffoldPath: "skaffold/skaffold_vizier.yaml",
SkaffoldArgs: []string{
"-p", "opt",
"-p", "opt,x86_64_sysroot",
},
},
},
Expand Down

0 comments on commit 82e7b2b

Please sign in to comment.