Cookie updated targeting develop by NetworkToCode Cookie Drift Manage… #1823
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | ||
| name: "CI" | ||
| concurrency: # Cancel any existing runs of this workflow for this same PR | ||
| group: "${{ github.workflow }}-${{ github.ref }}" | ||
| cancel-in-progress: true | ||
| on: # yamllint disable-line rule:truthy rule:comments | ||
| push: | ||
| branches: | ||
| - "main" | ||
| - "develop" | ||
| pull_request: ~ | ||
| env: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_IMAGE_NAME: "circuit_maintenance_parser" | ||
| INVOKE_PARSER_IMAGE_VER: "latest" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_NAME: "circuit-maintenance-parser" | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER: "latest" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_NAME: "circuit-maintenance-parser" | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER: "latest" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_NAME: "circuit-maintenance-parser" | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER: "latest" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| jobs: | ||
| ruff-format: | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_LOCAL: "True" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Linting: ruff format" | ||
| run: "poetry run invoke ruff --action format" | ||
| ruff-lint: | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_LOCAL: "True" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Linting: ruff" | ||
| run: "poetry run invoke ruff --action lint" | ||
| check-docs-build: | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_LOCAL: "True" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| poetry-install-options: "--only dev,docs" | ||
| - name: "Check Docs Build" | ||
| run: "poetry run invoke build-and-check-docs" | ||
| poetry: | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_LOCAL: "True" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Checking: poetry lock file" | ||
| run: "poetry run invoke lock --check" | ||
| yamllint: | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_LOCAL: "True" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_LOCAL: "True" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Linting: yamllint" | ||
| run: "poetry run invoke yamllint" | ||
| check-in-docker: | ||
| needs: | ||
| - "ruff-format" | ||
| - "ruff-lint" | ||
| - "poetry" | ||
| - "yamllint" | ||
| runs-on: "ubuntu-latest" | ||
| strategy: | ||
| fail-fast: true | ||
| matrix: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] | ||
| env: | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| python-version: ["3.10"] | ||
| env: | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| python-version: ["3.10"] | ||
| env: | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Get image version" | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| run: "echo INVOKE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| ======= | ||
| run: "echo INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| run: "echo INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| run: "echo INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| - name: "Set up Docker Buildx" | ||
| id: "buildx" | ||
| uses: "docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2" # v3.10.0 | ||
| - name: "Build" | ||
| uses: "docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25" # v5.4.0 | ||
| with: | ||
| builder: "${{ steps.buildx.outputs.name }}" | ||
| context: "./" | ||
| push: false | ||
| load: true | ||
| tags: "${{ env.INVOKE_PARSER_IMAGE_NAME }}:${{ env.INVOKE_PARSER_IMAGE_VER }}" | ||
| file: "./Dockerfile" | ||
| cache-from: "type=gha,scope=${{ env.INVOKE_PARSER_IMAGE_NAME }}-${{ env.INVOKE_PARSER_IMAGE_VER }}-py${{ matrix.python-version }}" | ||
| cache-to: "type=gha,scope=${{ env.INVOKE_PARSER_IMAGE_NAME }}-${{ env.INVOKE_PARSER_IMAGE_VER }}-py${{ matrix.python-version }}" | ||
| build-args: | | ||
| PYTHON_VER=${{ matrix.python-version }} | ||
| - name: "Linting: Pylint" | ||
| run: "poetry run invoke pylint" | ||
| pytest: | ||
| needs: | ||
| - "check-in-docker" | ||
| strategy: | ||
| fail-fast: true | ||
| matrix: | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| <<<<<<< HEAD | ||
| INVOKE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| ======= | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| python-version: ["3.10", "3.14"] | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| python-version: ["3.10", "3.14"] | ||
| runs-on: "ubuntu-latest" | ||
| env: | ||
| INVOKE_CIRCUIT_MAINTENANCE_PARSER_PYTHON_VER: "${{ matrix.python-version }}" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Get image version" | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| <<<<<<< HEAD | ||
| run: "echo INVOKE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| ======= | ||
| run: "echo INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| >>>>>>> 85666b3 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| run: "echo INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| >>>>>>> 9bea393 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| ======= | ||
| run: "echo INVOKE_CIRCUIT_MAINTENANCE_PARSER_IMAGE_VER=`poetry version -s`-py${{ matrix.python-version }} >> $GITHUB_ENV" | ||
| >>>>>>> e9e8933 (Cookie updated targeting develop by NetworkToCode Cookie Drift Manager Tool) | ||
| - name: "Set up Docker Buildx" | ||
| id: "buildx" | ||
| uses: "docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2" # v3.10.0 | ||
| - name: "Build" | ||
| uses: "docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25" # v5.4.0 | ||
| with: | ||
| builder: "${{ steps.buildx.outputs.name }}" | ||
| context: "./" | ||
| push: false | ||
| load: true | ||
| tags: "${{ env.INVOKE_PARSER_IMAGE_NAME }}:${{ env.INVOKE_PARSER_IMAGE_VER }}" | ||
| file: "./Dockerfile" | ||
| cache-from: "type=gha,scope=${{ env.INVOKE_PARSER_IMAGE_NAME }}-${{ env.INVOKE_PARSER_IMAGE_VER }}-py${{ matrix.python-version }}" | ||
| cache-to: "type=gha,scope=${{ env.INVOKE_PARSER_IMAGE_NAME }}-${{ env.INVOKE_PARSER_IMAGE_VER }}-py${{ matrix.python-version }}" | ||
| build-args: | | ||
| PYTHON_VER=${{ matrix.python-version }} | ||
| - name: "Run Tests" | ||
| run: "poetry run invoke pytest" | ||
| changelog: | ||
| if: > | ||
| contains(fromJson('["develop"]'), github.base_ref) && | ||
| (github.head_ref != 'main') && (!startsWith(github.head_ref, 'release')) | ||
| runs-on: "ubuntu-latest" | ||
| steps: | ||
| - name: "Check out repository code" | ||
| uses: "actions/checkout@v4" | ||
| with: | ||
| fetch-depth: "0" | ||
| - name: "Setup environment" | ||
| uses: "networktocode/gh-action-setup-poetry-environment@v7" | ||
| with: | ||
| poetry-version: "2.1.3" | ||
| - name: "Check for changelog entry" | ||
| run: | | ||
| git fetch --no-tags origin +refs/heads/${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }} | ||
| poetry run towncrier check --compare-with origin/${{ github.base_ref }} | ||