Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BeforeTestSteps/AfterTestSteps to archetype-sdk-client #19172

Closed
scbedd opened this issue Jun 8, 2021 · 0 comments
Closed

Add BeforeTestSteps/AfterTestSteps to archetype-sdk-client #19172

scbedd opened this issue Jun 8, 2021 · 0 comments
Assignees
Labels
Central-EngSys This issue is owned by the Engineering System team.

Comments

@scbedd
Copy link
Member

scbedd commented Jun 8, 2021

An example invocation to support a new feature that @iscai-msft is working on for azure-core should look like this.

extends:
  template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
  parameters:
    ServiceDirectory: core
    Artifacts:
    - name: azure-core
      safeName: azurecore
    - name: azure-mgmt-core
      safeName: azuremgmtcore
    - name: azure-core-tracing-opencensus
      safeName: azurecorecoretracingopencensus
    - name: azure-core-tracing-opentelemetry
      safeName: azurecorecoretracingtelemetry
    - name: azure-common
      safeName: azurecommon
    BeforeTestSteps:
      - task: PythonScript@0
        inputs:
          scriptSource: 'scripts/devops_tasks/start_coretestserver.py'
            print('##vso[task.setvariable variable=FLASK_PID]<CHECKCALLRESULT>')
        displayName: "Start CoreTestServer"

    AfterTestSteps:
      - pwsh:
          kill $(FLASK_PID)
        displayName: "Shut Down CoreTestServer"
        
@scbedd scbedd added the Central-EngSys This issue is owned by the Engineering System team. label Jun 8, 2021
@scbedd scbedd self-assigned this Jun 8, 2021
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this issue Jun 2, 2022
Review request for Microsoft.ContainerService to add version 2022-05-02-preview (Azure#19262)

* Adds base for updating Microsoft.ContainerService from version preview/2022-04-02-preview to version 2022-05-02-preview

* Updates readme

* Updates API version in new specs and examples

* update readmes (Azure#19081)

* add blob csi driver into 0502preview (Azure#19095)

Co-authored-by: weizhichen <[email protected]>

* Add read only field for `currentOrchestratorVersion` (Azure#19107)

* currentOrchestratorVersion is read-only property

* Only apply change to 2022-05-02-preview

* Add keyVaultNetworkAccess and keyVaultResourceId into securityProfile.azureKeyVaultKms to support key vault with private link (Azure#19086)

* Add keyVaultNetworkAccess and keyVaultResourceId into securityProfile.azureKeyVaultKms to support key vault with private link

* fix

* Add KEDA configuration options (Azure#19153)

* 2022-05-02-preview defender updates (Azure#19172)

* 2022-05-02-preview defender updates

* update example

* Typo

* Update sample

* typo

* another typo

Co-authored-by: weizhi <[email protected]>
Co-authored-by: weizhichen <[email protected]>
Co-authored-by: Thalia Wang <[email protected]>
Co-authored-by: Bin Xia <[email protected]>
Co-authored-by: Jatin Sanghvi <[email protected]>
Co-authored-by: Or Parnes <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
None yet
Development

No branches or pull requests

2 participants