diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index b2e93eef4f2340..f46978c1dd5c1c 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -103,7 +103,7 @@ jobs: strategy: fail-fast: false matrix: - machine_type: [aws-g4dn-2xlarge-cache, aws-g4dn-12xlarge-cache] + machine_type: [aws-g4dn-2xlarge-cache] slice_id: ${{ fromJSON(needs.setup.outputs.slice_ids) }} uses: ./.github/workflows/model_jobs.yml with: diff --git a/.github/workflows/slack-report.yml b/.github/workflows/slack-report.yml index 9d0879a68a0c2a..bf7045c6218c28 100644 --- a/.github/workflows/slack-report.yml +++ b/.github/workflows/slack-report.yml @@ -53,6 +53,7 @@ jobs: CI_WORKFLOW_REF: ${{ github.workflow_ref }} CI_TEST_JOB: ${{ inputs.job }} SETUP_STATUS: ${{ inputs.setup_status }} + TEMP: ${{ secrets[format('{0}_{1}', github.actor, 'SLACK_ID')] }} # We pass `needs.setup.outputs.matrix` as the argument. A processing in `notification_service.py` to change # `models/bert` to `models_bert` is required, as the artifact names use `_` instead of `/`. # For a job that doesn't depend on (i.e. `needs`) `setup`, the value for `inputs.folder_slices` would be an