This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a change to branch abderrahim/test-skipping
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 6e2db9b9e tests: pytest_collection_modifyitems hook to skip tests
     add 048b68327 Add new changes for LocalCAS protocol with protobuf 3.20.1
     add ca3693fd9 Pass keepalive time from configuration to grpc
     add ef3bbcb85 Merge pull request #1879 from nanonyme/nanonyme/keepalive
     add bdcc00ca6 _yaml.pyx: disallow duplicate keys in yaml mappings
     add 14899b2c6 tests/format/link.py: pass `--deps none` to bst
     add 5a18e5055 Merge pull request #1877 from 
apache/abderrahim/yaml-duplicate-key
     add 2c910a8ab source: add suffix parameter to translate_url
     add cbbac39cb Merge pull request #1899 from 
apache/abderrahim/translate-url-suffix
     add f66f4f9c8 tox.ini: Pin version of types-* in mypy tests
     add eb2411a8f Merge pull request #1900 from apache/abderrahim/fix-mypy
     add fe3201f78 _sourcetests/mirror.py: Remove 
test_mirror_junction_from_includes()
     add bda3a6829 Merge pull request #1904 from apache/abderrahim/drop-test
     add 3712e6920 _pluginfactory: Additional type checking
     add cf5893578 Merge pull request #1905 from apache/abderrahim/type-checking
     add 5c0803f71 ci: use docker compose v2
     add 9e84d3de2 Remove unused 'default' values for bst init
     add 782c53a6c Update default version for bst init
     add e77ef8cdd Merge pull request #1907 from 
apache/abderrahim/docker-compose
     add 2fe4c7bd1 Adding source mirror plugins
     add 4e342c576 _project.py: Use SourceMirror objects
     add 6602afcae doc/source/core_framework.rst: Add SourceMirror to the index
     add 196374745 tests/frontend/mirror.py: Added test for source mirror 
plugins
     add 434691fbd Source/SourceMirror: Extend API with extra_data
     add 217bbbae1 Merge pull request #1903 from 
apache/abderrahim/mirror-plugins
     add a7436e830 ci: Update cibuildwheel for releases
     add 23147f2e4 Merge pull request #1908 from apache/abderrahim/fix-release
     add e68b3087c Deprioritize search_subprojects_dir
     add 2ea9e7e25 Merge pull request #1902 from nanonyme/buildbox-priority
     add ada9c159d tests: pytest_collection_modifyitems hook to skip tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6e2db9b9e)
            \
             N -- N -- N   refs/heads/abderrahim/test-skipping (ada9c159d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/run-ci.sh                                  |  12 +-
 .github/workflows/ci.yml                           |   2 +-
 .github/workflows/merge.yml                        |   2 +-
 .github/workflows/release.yml                      |   4 +-
 doc/source/core_framework.rst                      |   1 +
 doc/source/using_config.rst                        |   6 +
 src/buildstream/__init__.py                        |   1 +
 src/buildstream/_cas/casremote.py                  |   3 +
 src/buildstream/_frontend/app.py                   |  21 +--
 src/buildstream/_frontend/cli.py                   |   2 +-
 src/buildstream/_pluginfactory/__init__.py         |   1 +
 src/buildstream/_pluginfactory/elementfactory.py   |  16 +-
 src/buildstream/_pluginfactory/pluginfactory.py    |  13 +-
 src/buildstream/_pluginfactory/pluginorigin.py     |   9 +-
 src/buildstream/_pluginfactory/sourcefactory.py    |  18 ++-
 .../_pluginfactory/sourcemirrorfactory.py          |  69 +++++++++
 src/buildstream/_project.py                        |  75 ++++++---
 .../_protos/build/buildgrid/local_cas.proto        |   4 +
 .../_protos/build/buildgrid/local_cas_pb2.py       | 119 +++++++--------
 src/buildstream/_remotespec.py                     |  18 ++-
 src/buildstream/_site.py                           |   3 +
 src/buildstream/_testing/_sourcetests/mirror.py    |  55 -------
 src/buildstream/_yaml.pyx                          |   2 +
 src/buildstream/element.py                         |   6 +-
 src/buildstream/plugins/sourcemirrors/default.py   |  44 ++++++
 src/buildstream/source.py                          | 102 +++++++++----
 src/buildstream/sourcemirror.py                    | 168 +++++++++++++++++++++
 src/buildstream/utils.py                           |   2 +-
 tests/format/link.py                               |   2 +-
 tests/frontend/mirror.py                           |  78 ++++++++++
 tests/frontend/project/sourcemirrors/mirror.py     |  36 +++++
 tox.ini                                            |   6 +-
 32 files changed, 686 insertions(+), 214 deletions(-)
 create mode 100644 src/buildstream/_pluginfactory/sourcemirrorfactory.py
 create mode 100644 src/buildstream/plugins/sourcemirrors/default.py
 create mode 100644 src/buildstream/sourcemirror.py
 create mode 100644 tests/frontend/project/sourcemirrors/mirror.py

Reply via email to