Skip to content

Commit

Permalink
Fix failing js-build job (#78)
Browse files Browse the repository at this point in the history
Fix failing `js-build` job

Add js-build-ubuntu job with nodeset ubuntu-focal

Reviewed-by: Anton Sidelnikov <None>
  • Loading branch information
outcatcher committed Mar 29, 2022
1 parent a96b6d8 commit df5bb8e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .zuul.yaml
@@ -1,13 +1,18 @@
---

- job:
name: js-build-ubuntu
parent: js-build
nodeset: ubuntu-focal

- project:
merge-mode: squash-merge
check:
jobs:
- js-build
- js-build-ubuntu
gate:
jobs:
- js-build
- js-build-ubuntu
# TODO: rancher-integration-driver-latest
# release:
# jobs:
Expand Down

0 comments on commit df5bb8e

Please sign in to comment.