Skip to content

Commit

Permalink
Merged in ci_fix (pull request apache#27)
Browse files Browse the repository at this point in the history
add: remove n2a_compiler as a upstream and add afe

Approved-by: Lam Nguyen
Approved-by: Mikael Sevenier
  • Loading branch information
Spenser Gilliland committed Jan 5, 2021
2 parents 4738f49 + ed22abd commit 3115dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_jobs/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ python3 setup.py bdist_wheel
}

stage("Upstream") {
parallel n2a: {
utils.buildUpstream("n2a_compiler", params.SKIP_DOWNSTREAM_BUILDS, [
parallel afe: {
utils.buildUpstream("awesome-front-end", params.SKIP_DOWNSTREAM_BUILDS, [
booleanParam(name: 'PACKAGE_ONLY', value: params.PACKAGE_ONLY)
])
}, psim_mla_flow: {
Expand Down

0 comments on commit 3115dca

Please sign in to comment.