This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[V1.8.x] Attemp to fix cd for v1.8.x #19947
Merged
Merged
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7e38dcb - Browse repository at this point
Copy the full SHA 7e38dcbView commit details -
[v1.x] Update CI build scripts to install python 3.6 from deadsnakes …
…repo (apache#19788) * Install python3.6 from deadsnakes repo, since 3.5 is EOL'd and get-pip.py no longer works with 3.5. * Set symlink for python3 to point to newly installed 3.6 version. * Setting symlink or using update-alternatives causes add-apt-repository to fail, so instead just set alias in environment to call the correct python version. * Setup symlinks in /usr/local/bin, since it comes first in the path. * Don't use absolute path for python3 executable, just use python3 from path. Co-authored-by: Joe Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65ae3a8 - Browse repository at this point
Copy the full SHA 65ae3a8View commit details -
Disable unix-gpu-cu110 pipeline for v1.x build since we now build wit…
…h cuda 11.0 in windows pipelines. (apache#19828) Co-authored-by: Joe Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 399ac7d - Browse repository at this point
Copy the full SHA 399ac7dView commit details -
[v1.x] For ECR, ensure we sanitize region input from environment vari…
…able (apache#19882) * Set default for cache_intermediate. * Make sure we sanitize region extracted from registry, since we pass it to os.system. Co-authored-by: Joe Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81d2b9 - Browse repository at this point
Copy the full SHA e81d2b9View commit details -
[v1.x] Address CI failures with docker timeouts (v2) (apache#19890)
* Add random sleep only, since retry attempts are already implemented. * Reduce random sleep to 2-10 sec. Co-authored-by: Joe Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e35eb2e - Browse repository at this point
Copy the full SHA e35eb2eView commit details -
[v1.x] CI fixes to make more stable and upgradable (apache#19895)
* Test moving pipelines from p3 to g4. * Remove fallback codecov command - the existing (first) command works and the second always fails a few times before finally succeeding (and also doesn't support the -P parameter, which causes an error.) * Stop using docker python client, since it still doesn't support latest nvidia 'gpus' attribute. Switch to using subprocess calls using list parameter (to avoid shell injections). See docker/docker-py#2395 * Remove old files. * Fix comment * Set default environment variables * Fix GPU syntax. * Use subprocess.run and redirect output to stdout, don't run docker in interactive mode. * Check if codecov works without providing parameters now. * Send docker stderr to sys.stderr * Support both nvidia-docker configurations, first try '--gpus all', and if that fails, then try '--runtime nvidia'. Co-authored-by: Joe Evans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe354b5 - Browse repository at this point
Copy the full SHA fe354b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce637c - Browse repository at this point
Copy the full SHA 0ce637cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac45c6e - Browse repository at this point
Copy the full SHA ac45c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9a7fa - Browse repository at this point
Copy the full SHA 0d9a7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a16cfa4 - Browse repository at this point
Copy the full SHA a16cfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4418716 - Browse repository at this point
Copy the full SHA 4418716View commit details
Commits on Feb 26, 2021
-
[v.1x] Attempt to fix v1.x cd by installing new cuda compt package (a…
…pache#19959) * update cude compt for cd * Update Dockerfile.build.ubuntu_gpu_cu102 * Update Dockerfile.build.ubuntu_gpu_cu102 * Update Dockerfile.build.ubuntu_gpu_cu110 * Update runtime_functions.sh * Update Dockerfile.build.ubuntu_gpu_cu110 * Update Dockerfile.build.ubuntu_gpu_cu102
Configuration menu - View commit details
-
Copy full SHA for 968ae74 - Browse repository at this point
Copy the full SHA 968ae74View commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e77e5ec - Browse repository at this point
Copy the full SHA e77e5ecView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.