Skip to content

Commit

Permalink
Update hack
Browse files Browse the repository at this point in the history
Remove manifests for JobSet
Rename to tools.go

Signed-off-by: Andrey Velichkevich <[email protected]>
  • Loading branch information
andreyvelich committed Feb 4, 2025
1 parent 136f3e3 commit f121251
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 136 deletions.
2 changes: 1 addition & 1 deletion hack/e2e-run-notebook.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Copyright 2024 The Kubeflow Authors.
#
Expand Down
4 changes: 2 additions & 2 deletions hack/e2e-setup-cluster.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash

# Copyright 2021 The Kubernetes Authors.
# Copyright 2024 The Kubeflow Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion hack/python-sdk-v2/gen-sdk.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Copyright 2024 The Kubeflow Authors.
#
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# Copyright 2024 The Kubeflow Authors.
#
Expand Down Expand Up @@ -63,4 +63,4 @@ go run ${OPENAPI_PKG}/cmd/openapi-gen \

# Generating OpenAPI Swagger for Kubeflow Trainer V2.
echo "Generate OpenAPI Swagger for kubeflow.org/v2alpha1"
go run hack/swagger-v2/main.go >api.v2/openapi-spec/swagger.json
go run hack/swagger-v2/tools.go >api.v2/openapi-spec/swagger.json
130 changes: 0 additions & 130 deletions manifests/v2/third-party/jobset/manifests.yaml

This file was deleted.

0 comments on commit f121251

Please sign in to comment.