Skip to content

Commit 2b6185d

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents ab9e7e0 + 947dea7 commit 2b6185d

File tree

29 files changed

+9521
-9426
lines changed

29 files changed

+9521
-9426
lines changed

.github/workflows/code-quality.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
id: validate-yaml-files
7070
run: |
7171
type yamllint || sudo apt-get -y install yamllint
72-
find . -name "*.yaml" | xargs yamllint --strict --config-file ./ci/yamllint-config.yaml
73-
find . -name "*.yml" | xargs yamllint --strict --config-file ./ci/yamllint-config.yaml
72+
# We ignore the .tekton directory with the konflux pipelines definitions as it's managed by devops (and usually violates rules...).
73+
find . -name "*.yaml" | grep -v "./.tekton/" | xargs yamllint --strict --config-file ./ci/yamllint-config.yaml
74+
find . -name "*.yml" | grep -v "./.tekton/" | xargs yamllint --strict --config-file ./ci/yamllint-config.yaml
7475
7576
# In some YAML files we use JSON strings, let's check these
7677
- name: Validate JSON strings in YAML files (just syntax)

codeserver/ubi9-python-3.11/Pipfile.lock

Lines changed: 86 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codeserver/ubi9-python-3.11/requirements.txt

Lines changed: 85 additions & 84 deletions
Large diffs are not rendered by default.

jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Lines changed: 428 additions & 440 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.11/requirements.txt

Lines changed: 422 additions & 419 deletions
Large diffs are not rendered by default.

jupyter/minimal/ubi9-python-3.11/Pipfile.lock

Lines changed: 242 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/minimal/ubi9-python-3.11/requirements.txt

Lines changed: 239 additions & 238 deletions
Large diffs are not rendered by default.

jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 428 additions & 440 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/pytorch/ubi9-python-3.11/requirements.txt

Lines changed: 422 additions & 419 deletions
Large diffs are not rendered by default.

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 428 additions & 440 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)