Skip to content

Remove duplicate session_pb2 codegen, add ni-apis submodule and dependency on ni.grpcdevice.v1.proto - #2176

Merged
ni-jfitzger merged 10 commits into
ni:masterfrom
rahur-NI:sessionProtoFileFromNiApisRepo
Apr 16, 2026
Merged

Remove duplicate session_pb2 codegen, add ni-apis submodule and dependency on ni.grpcdevice.v1.proto#2176
ni-jfitzger merged 10 commits into
ni:masterfrom
rahur-NI:sessionProtoFileFromNiApisRepo

Updated as per code review comments.

4e099bd
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 16, 2026 in 35m 0s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #2176 Remove duplicate session_pb2 codegen and add dependency on ni.grpcdevice.v1.proto.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python OS State
8308.1 3.12 Linux passed
8308.2 3.10 Linux passed
8308.3 3.11 Linux passed
8308.4 3.13 Linux passed
8308.5 3.14 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "group": "travis_latest",
  "language": "python",
  "dist": "focal",
  "git": {
    "submodules": false
  },
  "matrix": {
    "include": [
      {
        "python": "3.12"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11"
      },
      {
        "python": "3.13"
      },
      {
        "python": "3.14"
      }
    ]
  },
  "install": [
    "git submodule update --init --recursive --progress",
    "travis_retry sudo apt-get -y install python3-pip",
    "travis_retry pip install --upgrade pip",
    "travis_retry pip install --upgrade tox==3.* tox-travis"
  ],
  "before_script": [
    "if [[ \"$TRAVIS_PYTHON_VERSION\" != \"3.13\" && \"$TRAVIS_PYTHON_VERSION\" != \"3.14\" ]]; then python tools/ensure_codegen_up_to_date.py; fi"
  ],
  "script": [
    "tox -c tox-travis.ini"
  ],
  "after_success": [
    "travis_retry curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import",
    "travis_retry curl -Os https://uploader.codecov.io/latest/linux/codecov",
    "travis_retry curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM",
    "travis_retry curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig",
    "travis_retry gpgv codecov.SHA256SUM.sig codecov.SHA256SUM",
    "travis_retry shasum -a 256 -c codecov.SHA256SUM",
    "travis_retry chmod +x codecov",
    "travis_retry ./codecov --flags codegenunittests --file codegen.xml",
    "travis_retry ./codecov --flags nifakeunittests --file nifakeunittest.xml",
    "travis_retry ./codecov --flags nidcpowerunittests --file nidcpowerunittest.xml",
    "travis_retry ./codecov --flags nidigitalunittests --file nidigitalunittest.xml",
    "travis_retry ./codecov --flags nimodinstunittests --file nimodinstunittest.xml",
    "travis_retry ./codecov --flags niscopeunittests --file niscopeunittest.xml",
    "travis_retry ./codecov --flags nitclkunittests --file nitclkunittest.xml"
  ]
}