-
Notifications
You must be signed in to change notification settings - Fork 6
35 lines (33 loc) · 1.11 KB
/
sqaaas.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-FileCopyrightText: Copyright contributors to the Software Quality Assurance as a Service (SQAaaS) project.
#
# SPDX-License-Identifier: GPL-3.0-only
---
name: SQAaaS
on:
push:
branches: [main, dev, unit_test_4_dev]
pull_request:
branches: [main, dev, unit_test_4_dev]
jobs:
sqaaas_job:
runs-on: ubuntu-latest
name: Job that triggers SQAaaS platform
steps:
- name: Step definition for a SQAaaS assessment
uses: eosc-synergy/sqaaas-step-action@v1
id: sqaaas_step_environment
with:
name: workflow_validation_step
tool: commands
commands: |
make torch-cpu
make tf-2.13
micromamba run -p ./.venv-pytorch pip install .[dev]
micromamba run -p ./.venv-pytorch pytest -v ./tests/ -m "not slurm"
container: eoscsynergy/sqaaas-micromamba:1.5.3-1
- name: Print out payload
run: cat workflow_validation_step.json
- name: SQAaaS assessment step
uses: eosc-synergy/sqaaas-assessment-action@feature/criteria_workflows
with:
steps: workflow_validation_step