You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
common:ci --noexperimental_convenience_symlinks # not CI-suitable: "These symlinks are only for the user's convenience"
111
110
common:ci --remote_download_regex=.*/test\.xml$ # force-download test.xml even under --remote_download_outputs=toplevel, so junit collection can read it locally
111
+
common:ci --remote_download_regex=.*/test\.log$ # force-download test.log for test2json postprocessing
# CWS doc JSON is generated as LF on Linux; force LF on Windows too
26
-
# so Bazel's byte-exact diff_test doesn't trip on core.autocrlf-rewritten CRLF.
27
-
docs/cloud-workload-security/**texteol=lf
28
-
# Fixtures should have LF line endings because they are checked against OCI packages built on Linux
29
-
pkg/fleet/installer/fixtures/**text=autoeol=lf
30
-
31
-
# Bazel writes LF; force LF on Windows too to avoid autocrlf churn after `bazel run` / `dda inv tidy`
32
-
*.bazeltexteol=lf
33
-
*.bzltexteol=lf
34
-
MODULE.bazel.locktexteol=lf
35
-
36
-
# Use LF for python files that need to pass Bazel's byte-exact diff_test
37
-
tasks/core_checks.pytexteol=lf
38
37
39
38
# Fix `git diff` when running on the below file formats.
40
39
# Our windows build image uses MinGit which tries to use the astextplain diff algorithm (https://git-scm.com/docs/gitattributes#_setting_the_internal_diff_algorithm).
Copy file name to clipboardExpand all lines: .github/workflows/upgrade-python-patch-version.yml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,6 @@ jobs:
73
73
Upgrades the Agent's embedded Python interpreter from **${{ steps.update.outputs.current_version }}** to **${{ steps.update.outputs.new_version }}** (patch version update).
74
74
75
75
### Changes
76
-
- Updated `omnibus/config/software/python3.rb` with new version and SHA256
77
76
- Updated `deps/cpython/cpython.MODULE.bazel` with new version and SHA256
78
77
- Updated `test/new-e2e/tests/agent-platform/common/agent_behaviour.go` with expected version
79
78
- Updated `packaging/aix/lib/env.sh` with new version
0 commit comments