Skip to content

Commit

Permalink
Fix release-branch Jenkins builds (#14121)
Browse files Browse the repository at this point in the history
* bring back Jenkins makefile and requirements.txt

* Try using CHANGE_ID to identify pull requests everywhere.

* Remove slashes from dockerfile tag

Authored-by: David Riazati <[email protected]>
  • Loading branch information
areusch committed Feb 25, 2023
1 parent 9bc6532 commit cd9193a
Show file tree
Hide file tree
Showing 15 changed files with 185 additions and 157 deletions.
27 changes: 27 additions & 0 deletions ci/jenkins/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

_venv: requirements.txt
rm -rf _venv
python3 -mvenv _venv
_venv/bin/pip3 install -r requirements.txt

all: _venv
_venv/bin/python3 generate.py

.PHONY: all venv
.DEFAULT_GOAL=all
26 changes: 13 additions & 13 deletions ci/jenkins/generated/arm_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions ci/jenkins/generated/cortexm_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions ci/jenkins/generated/cpu_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions ci/jenkins/generated/docker_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd9193a

Please sign in to comment.