Skip to content

Commit

Permalink
Merge branch 'main' into aiplatform-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
kweinmeister authored Aug 2, 2023
2 parents d3dac63 + 42355b6 commit 4c3d914
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 20 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ai-platform-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -92,6 +91,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: ai-platform/snippets/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/automl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -90,6 +89,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: automl/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/dialogflow-cx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -96,6 +95,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: dialogflow-cx/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/functions-slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -92,6 +91,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: functions/slack/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/iam-deny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -83,6 +82,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: iam/deny/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/security-center-snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -85,6 +84,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: security-center/snippets/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/storagetransfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -95,6 +94,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: storagetransfer/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -74,6 +73,10 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: ${{ inputs.path }}/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/utils/ci-secrets.yaml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -94,6 +93,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: {{ path }}/${% raw %}{{ env.MOCHA_REPORTER_OUTPUT }}{% endraw %}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
working-directory: .
- name: install directory dependencies
run: npm install
- run: npm run build
continue-on-error: true
- run: npm run build --if-present
- name: set env vars for scheduled run
if: github.event.action == 'schedule'
run: |
Expand All @@ -90,6 +89,8 @@ jobs:
- name: upload test results for FlakyBot workflow
if: github.event.action == 'schedule' && always()
uses: actions/upload-artifact@v3
env:
MOCHA_REPORTER_OUTPUT: "${{github.run_id}}_sponge_log.xml"
with:
name: test-results
path: vision/${{ env.MOCHA_REPORTER_OUTPUT }}
Expand Down

0 comments on commit 4c3d914

Please sign in to comment.