Skip to content

Commit

Permalink
Add CY2022 to testing pipeline. (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
splhack committed Oct 20, 2021
1 parent 9f82ae5 commit 66c0ee1
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/testing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,31 @@ jobs:
chown -R aswfuser:aswfgroup .
su -c "cd cuebot && ./gradlew build --stacktrace --info" aswfuser
test_python_2022:
name: Run Python Unit Tests (CY2022)
runs-on: ubuntu-latest
container: aswf/ci-opencue:2022
steps:
- uses: actions/checkout@v2
- name: Run Python Tests
run: ci/run_python_tests.sh

test_cuebot_2022:
name: Build Cuebot and Run Unit Tests (CY2022)
runs-on: ubuntu-latest
container:
image: aswf/ci-opencue:2022
steps:
- uses: actions/checkout@v2
- name: Build with Gradle
run: |
chown -R aswfuser:aswfgroup .
su -c "cd cuebot && ./gradlew build --stacktrace --info" aswfuser
lint_python:
name: Lint Python Code
runs-on: ubuntu-latest
container: aswf/ci-opencue:2021
container: aswf/ci-opencue:2022
steps:
- uses: actions/checkout@v2
- name: Lint Python Code
Expand Down

0 comments on commit 66c0ee1

Please sign in to comment.