From 1b59f7045e99d78a5387ec1179f86738764c09bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Mon, 9 Sep 2024 14:35:05 -0300 Subject: [PATCH] fix(ci): missing file to be copied from apiserver. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- updatecli/update_third_party_files.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/updatecli/update_third_party_files.yaml b/updatecli/update_third_party_files.yaml index 2ba1942..ad148cc 100644 --- a/updatecli/update_third_party_files.yaml +++ b/updatecli/update_third_party_files.yaml @@ -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 @@ -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: