Skip to content

Commit

Permalink
fix(ci): missing file to be copied from apiserver.
Browse files Browse the repository at this point in the history
Updates the script used to update the apiserver in the third_party
directory adding a missing file to make the compilation work.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Sep 9, 2024
1 parent 6159d75 commit 1b59f70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions updatecli/update_third_party_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ targets:
- name: "DESTINATION_DIR"
value: "third_party/k8s.io/apiserver/"
- name: "FILES"
value: "pkg/apis/cel/config.go pkg/cel/errors.go pkg/cel/limits.go pkg/cel/quantity.go pkg/cel/types.go pkg/cel/url.go pkg/cel/value.go pkg/cel/OWNERS pkg/cel/library/lists.go pkg/cel/library/regex.go pkg/cel/library/test.go pkg/cel/library/urls.go"
value: "pkg/apis/cel/config.go pkg/cel/OWNERS pkg/cel/errors.go pkg/cel/escaping.go \
pkg/cel/library/lists.go pkg/cel/library/regex.go pkg/cel/library/test.go \
pkg/cel/library/urls.go pkg/cel/limits.go pkg/cel/quantity.go pkg/cel/types.go \
pkg/cel/url.go pkg/cel/value.go"
apiMachineryUpdate:
name: "Get latest apimachinery files"
kind: shell
Expand All @@ -100,7 +103,8 @@ targets:
- name: "DESTINATION_DIR"
value: "third_party/k8s.io/apimachinery/"
- name: "FILES"
value: "pkg/api/resource/amount.go pkg/api/resource/quantity.go pkg/api/resource/math.go pkg/api/resource/scale_int.go pkg/api/resource/suffix.go"
value: "pkg/api/resource/amount.go pkg/api/resource/quantity.go pkg/api/resource/math.go \
pkg/api/resource/scale_int.go pkg/api/resource/suffix.go"

actions:
createUpdatePR:
Expand Down

0 comments on commit 1b59f70

Please sign in to comment.