Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add python 3.7 to ci
language: python cache: pip python: - "3.5" - "3.6" env: # the Django version from requirements.txt is used - $DENV="" # the latest Django development version is used - $DENV="pip install --upgrade --pre Django" # allow the Django pre version to fail without failing the entire build matrix: fast_...
language: python cache: pip python: - "3.5" - "3.6" - "3.7" env: # the Django version from requirements.txt is used - $DENV="" # the latest Django development version is used - $DENV="pip install --upgrade --pre Django" # allow the Django pre version to fail without failing the entire build matri...
Add 0.9.0.0 and phoenix-integration branches to Travis
language: java notifications: email: recepients: - dev@omid.incubator.apache.org on_success: always on_failure: always jdk: - oraclejdk8 branches: only: - master cache: directories: - "~/.m2" install: true before_script: # This is required to avoid failures of HBase minicluster rel...
language: java notifications: email: recepients: - dev@omid.incubator.apache.org on_success: always on_failure: always jdk: - oraclejdk8 branches: only: - master - 0.9.0.0 - phoenix-integration cache: directories: - "~/.m2" install: true before_script: # This is required to...
Remove non-docker apt-get calls for testing
sudo: required services: docker os: linux dist: xenial before_install: - DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y -qq update - DEBIAN_FRONTEND=noninteractive sudo -E apt-get -y -qq dist-upgrade - docker pull ubuntu:latest language: c before_script: - test -d m4 || mkdir m4 - docker run -n temp ubu...
sudo: required services: docker os: linux dist: xenial before_install: - docker pull ubuntu:latest language: c before_script: - test -d m4 || mkdir m4 - docker run -n temp ubuntu:latest sh -c 'apt-get -qq -y update && DEBIAN_FRONTEND=noninteractive apt-get -qq -y dist-upgrade && DEBIAN_FRONTEND=noninteractive ...
Enable automated testing on PyPy 3
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - pypy env: - secure: "EhG2uSD2m1eGxuL2HeQewJJx7MVL4WpjrxyfiUBEgsApemD1yKJPjUnLwAyd\nbPi5HJx5ySm1TTRSvj6/yP85YLYTaJHA8OabKk7p0wFW294qcrYIDGovU7NL\n3YOqZmqN+S3XOBGFCOnByxE+pcxxWW/3/I09EgeW7D6tBPh67G0=" install: - pip install pytest pytest-xdist 'pytest-cov>=1.8.0' p...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 - pypy - pypy3 env: - secure: "EhG2uSD2m1eGxuL2HeQewJJx7MVL4WpjrxyfiUBEgsApemD1yKJPjUnLwAyd\nbPi5HJx5ySm1TTRSvj6/yP85YLYTaJHA8OabKk7p0wFW294qcrYIDGovU7NL\n3YOqZmqN+S3XOBGFCOnByxE+pcxxWW/3/I09EgeW7D6tBPh67G0=" install: - pip install pytest pytest-xdist 'pytest-cov>=...
Test with latest Ruby version
language: ruby sudo: false cache: bundler rvm: - 2.3.3 - 2.2.6 after_success: - bundle exec codeclimate-test-reporter
language: ruby sudo: false cache: bundler rvm: - 2.4.1 - 2.3.3 - 2.2.6 after_success: - bundle exec codeclimate-test-reporter
Remove permission change, that was not the problem
language: java jdk: - openjdk8 - openjdk7 - openjdk6 before_install: - chmod +x gradlew
language: java jdk: - openjdk8 - openjdk7 - openjdk6
Update to the latest version of Foodcritic
script: "gem install foodcritic -v 1.7.0 && foodcritic -f any -t ~FC023 -t ~FC022 -t ~FC017 ." rvm: - 1.9.3
script: "gem install foodcritic -v 2.0.0 && foodcritic -f any -t ~FC023 -t ~FC017 ." rvm: - 1.9.3
Use batch mode for Travis CI build.
cache: directories: - $HOME/.m2/repository git: depth: 3 jdk: - openjdk8 - oraclejdk8 language: java install: mvn install -DskipTests=true -Pfeature-truelicense-v1 script: mvn verify -Pfeature-truelicense-v1
cache: directories: - $HOME/.m2/repository git: depth: 3 jdk: - openjdk8 - oraclejdk8 language: java install: mvn install -DskipTests=true -B -Pfeature-truelicense-v1 script: mvn verify -B -Pfeature-truelicense-v1
Use code coverage from PHP 5.6 test
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true allow_failures: - php: 7.0 before_script: - travis_retry composer selfupdate - travis_retry composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover afte...
sudo: false language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: fast_finish: true allow_failures: - php: 7.0 before_script: - travis_retry composer selfupdate - travis_retry composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit --coverage-clover=coverage.clover afte...
Migrate to new infrastracture on Travis
language: android android: components: - build-tools-22.0.1 - android-22 - extra script: ./gradlew test
language: android sudo: false android: components: - build-tools-22.0.1 - android-22 - extra script: ./gradlew test
Revert "try rbx 1.9 mode"
before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" rvm: - 1.9.3 - 1.9.2 - 1.8.7 - rbx-18mode - rbx-19mode gemfile: - Gemfile - ci/Gemfile.capybara1-0 - ci/Gemfile.capybara1-1
before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" rvm: - 1.9.3 - 1.9.2 - 1.8.7 - rbx-18mode gemfile: - Gemfile - ci/Gemfile.capybara1-0 - ci/Gemfile.capybara1-1
Drop CI tests for Go 1.6 and add Go 1.9
language: go go: - 1.6 - 1.7 - 1.8 install: - go get github.com/nsf/termbox-go sudo: false os: - linux - osx
language: go go: - 1.7 - 1.8 - 1.9 install: - go get github.com/nsf/termbox-go sudo: false os: - linux - osx
Build using current Go release.
language: go go: - 1.7 - tip script: go test -v sudo: false
language: go go: - 1.8 - tip script: go test -v sudo: false
Add -t coverage.py to TravisCI config
language: python python: 3.6 cache: pip install: - "pip install coveralls" - "pip install -r requirements.txt" before_script: # configure a headless display to test plot generation - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - curl -L https://codecli...
language: python python: 3.6 cache: pip install: - "pip install coveralls" - "pip install -r requirements.txt" before_script: # configure a headless display to test plot generation - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - curl -L https://codecli...
Add Python3 zed unit tests
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-yoga-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-zed-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Make sure to apt-get update before trying to install mysql.
--- - name: install mysql apt: pkg=$item state=installed with_items: - python-mysqldb - mysql-client - mysql-server - name: start the mysql service action: service name=mysql state=started - name: update mysql root password for all root accounts mysql_user: name=root host=$item password=$mysql_roo...
--- - name: install mysql apt: pkg=$item state=installed update_cache=yes with_items: - python-mysqldb - mysql-client - mysql-server - name: start the mysql service action: service name=mysql state=started - name: update mysql root password for all root accounts mysql_user: name=root host=$item pa...
Move jupyter to host requirement
{% set name = "markdown-kernel" %} {% set version = "0.2.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 6487c240a7424fb20f62aa61d0dd16971e9a757fe08d1482916560156eef7b3b build: num...
{% set name = "markdown-kernel" %} {% set version = "0.2.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 6487c240a7424fb20f62aa61d0dd16971e9a757fe08d1482916560156eef7b3b build: num...
Add more aggressive filter to remove changes in some files triggering a build
imports: - php build: environment: php: '5.6.16' tools: php_code_sniffer: filter: excluded-paths: [ spec/*, examples/* ] config: standard: PSR2 php_analyzer: filter: excluded-paths: [ spec/*, examples/* ] php_sim: filter: excluded-paths: [ spec/*, examples/* ] bu...
imports: - php build: environment: php: '5.6.16' tools: php_code_sniffer: filter: paths: [ src/* ] excluded-paths: [ spec/*, examples/* ] config: standard: PSR2 php_analyzer: filter: paths: [ src/* ] excluded-paths: [ spec/*, examples/* ] php_sim: filter: ...
Use chrome beta for testing
language: node_js dist: trusty sudo: required node_js: - "0.10" before_install: - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' - sudo apt-g...
language: node_js dist: trusty sudo: required node_js: - "0.10" before_install: - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' - sudo apt-g...
Remove PHP 5.3 version for testing
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer self-update - composer install --prefer-source
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer self-update - composer install --prefer-source
Remove PHP 7.3 from allowed failures list
distro: trusty sudo: false language: php php: - 7.0 - 7.1 - 7.2 - 7.3 matrix: allow_failures: - php: 7.3 services: - mysql before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLA...
distro: trusty sudo: false language: php php: - 7.0 - 7.1 - 7.2 - 7.3 services: - mysql before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci" - mysql -u root ...
Add v5.22 to Travis, and run in container by turning off sudo
sudo: false sudo: false
sudo: false language: perl perl: - "5.8" - "5.10" - "5.12" - "5.14" - "5.16" - "5.18" - "5.20" - "5.22" before_install: - git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers - source ~/travis-perl-helpers/init --auto install: - cpanm --quiet --installdeps ...
Update bundler for older rubies?
before_install: - gem update --system env: global: - AWS_ACCESS_KEY_ID=foo - AWS_SECRET_ACCESS_KEY=bar gemfile: - gemfiles/libxml.gemfile - gemfiles/nokogiri.gemfile - gemfiles/oga.gemfile - gemfiles/ox.gemfile - gemfiles/rexml.gemfile language: ruby matrix: allow_failures: - rvm: ruby-head ...
before_install: - gem update --system - gem install bundler env: global: - AWS_ACCESS_KEY_ID=foo - AWS_SECRET_ACCESS_KEY=bar gemfile: - gemfiles/libxml.gemfile - gemfiles/nokogiri.gemfile - gemfiles/oga.gemfile - gemfiles/ox.gemfile - gemfiles/rexml.gemfile language: ruby matrix: allow_failure...
Revert "Try multi cpu arch (2)"
language: php arch: - amd64 - arm64 os: linux php: - "7.2" services: - docker before_install: - docker login --username $DOCKER_USER --password $DOCKER_PASSWORD $DOCKER_REGISTRY script: - cd php - ./build.sh $TRAVIS_PHP_VERSION $DOCKER_USER $DOCKER_PASSWORD $DOCKER_REGISTRY
language: php arch: - amd64 - arm64 php: - "5.6" - "7.0" - "7.1" - "7.2" - "7.3" sudo: required services: - docker before_install: - docker login --username $DOCKER_USER --password $DOCKER_PASSWORD $DOCKER_REGISTRY script: - cd php - ./build.sh $TRAVIS_PHP_VERSION $DOCKER_USER $DOCKER_PASSWO...
Improve role metadata for Ansible Galaxy
--- dependencies: - { role: Aplyca.Nginx, tags: ["nginx"], when: accelerator.use_nginx } - { role: Aplyca.Varnish, tags: ["varnish"] } galaxy_info: author: aplyca description: Accelerator for Debian/Ubuntu. company: "Aplyca SAS" license: "license (BSD, MIT)" min_ansible_version: 1.4 platforms: - n...
--- dependencies: - { role: Aplyca.Nginx, tags: ["nginx"], when: accelerator.use_nginx } - { role: Aplyca.Varnish, tags: ["varnish"] } galaxy_info: author: aplyca description: Accelerator for Debian/Ubuntu. company: "Aplyca SAS" license: "license (BSD, MIT)" min_ansible_version: 1.4 platforms: - nam...
Change MongoDB backup LVM mount to sdd1
--- govuk::safe_to_reboot::can_reboot: 'careful' govuk::safe_to_reboot::reason: 'Check for primary, reboot secondaries, step down primary, reboot primary' lv: mongodb: pv: '/dev/sdb1' vg: 'backup' data: pv: '/dev/sdc1' vg: 'mongodb' mount: /var/lib/mongodb: disk: '/dev/mapper/mongodb-data' ...
--- govuk::safe_to_reboot::can_reboot: 'careful' govuk::safe_to_reboot::reason: 'Check for primary, reboot secondaries, step down primary, reboot primary' lv: mongodb: pv: '/dev/sdd1' vg: 'backup' data: pv: '/dev/sdc1' vg: 'mongodb' mount: /var/lib/mongodb: disk: '/dev/mapper/mongodb-data' ...
Use a dev version constraint in stub_core_library.
name: stub_core_library description: A repo-internal package for creating core library stubs. dependencies: args: ">=0.11.0 <0.12.0" analyzer: ">=0.22.0 <0.23.0" path: ">=1.1.0 <2.0.0"
name: stub_core_library description: A repo-internal package for creating core library stubs. dependencies: args: ">=0.11.0 <0.12.0" analyzer: ">=0.22.0-dev <0.23.0" path: ">=1.1.0 <2.0.0"
Rename 'Test with pytest' -> 'Run pytest'
name: Python unittest on: [push] jobs: build: runs-on: ubuntu-18.04 strategy: max-parallel: 3 matrix: python-version: [3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
name: Python unittest on: [push] jobs: build: runs-on: ubuntu-18.04 strategy: max-parallel: 3 matrix: python-version: [3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
Fix up 1.11 e2e tests
# this config file is similar to the default, except we set the cluster's # service cidr range to be 10.0.0.0/16. # we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the # nginx-ingress service, in order to perform HTTP01 validations during tests. apiVersion: kind.sigs.k8s.io/v1alpha2 kind: Con...
# this config file is similar to the default, except we set the cluster's # service cidr range to be 10.0.0.0/16. # we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the # nginx-ingress service, in order to perform HTTP01 validations during tests. apiVersion: kind.sigs.k8s.io/v1alpha2 kind: Con...
Add block and release step
steps: - label: ":docker: :sbt: Run tests" command: - docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile . - docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test
steps: - label: ":docker: :sbt: Run tests" command: - docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile . - docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test - wait - block: ":rocket: Release" prompt: Create a release, and...
Install Bundler, then use the Gemfile(.lock).
--- - name: Install python-apt for apt_repository. apt: name={{ item }} state=latest with_items: - python-apt - python-pycurl sudo: yes - name: Add the Brightbox PPA apt_repository: repo=ppa:brightbox/ruby-ng state=present sudo: yes - name: Install system packages necessary for Jekyll apt: name={{ ite...
--- - name: Install python-apt for apt_repository. apt: name={{ item }} state=latest with_items: - python-apt - python-pycurl sudo: yes - name: Add the Brightbox PPA apt_repository: repo=ppa:brightbox/ruby-ng state=present sudo: yes - name: Install system packages necessary for Jekyll apt: name={{ ite...
Fix github action python version
name: Backend on: push: branches: - master pull_request: types: [opened, synchronize, reopened] jobs: checks: name: Run tests runs-on: ubuntu-latest env: DJANGO_SETTINGS_MODULE: churchill.settings.test steps: - name: Check out the repository uses: actions/...
name: Backend on: push: branches: - master pull_request: types: [opened, synchronize, reopened] jobs: checks: name: Run tests runs-on: ubuntu-latest env: DJANGO_SETTINGS_MODULE: churchill.settings.test steps: - name: Check out the repository uses: actions/...
Add action to build all BPF permutations
name: BPF checks on: pull_request: {} push: branches: - master jobs: checkpatch: name: checkpatch runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run checkpatch.pl uses: docker://cilium...
name: BPF checks on: pull_request: {} push: branches: - master jobs: checkpatch: name: checkpatch runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run checkpatch.pl uses: docker://cilium...
Update latest PHP Version in AppVeyor to 7.0.5
version: '{build}' platform: - x64 environment: matrix: - {PHP: 'php-7.0.4-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc11-nts'} ...
version: '{build}' platform: - x64 environment: matrix: - {PHP: 'php-7.0.5-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc11-nts'} ...
Update Crowdin settings following reorg
files: - source: /languages/YourLanguage.ts translation: /languages/%language%.ts - source: /crash-reporter/languages/YourLanguage.ts translation: /crash-reporter/languages/%language%.ts
files: - source: /src/languages/YourLanguage.ts translation: /src/languages/%language%.ts - source: /src/crash-reporter/languages/YourLanguage.ts translation: /src/crash-reporter/languages/%language%.ts
Update from Hackage at 2018-05-11T09:59:24Z
homepage: '' changelog-type: '' hash: dd0bac96583e696da84ed28aba1e44718586434de905708a4c8887fa6afae4dd test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
homepage: '' changelog-type: '' hash: b62b8f99060b514fc5828d5f15609a672e47bcb9ab834b21f27c0665b163e364 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
Remove rubinius, since it seems to be no longer available on Travis-CI
dist: trusty sudo: false group: beta language: ruby before_install: - gem install bundler script: - bundle exec rake compile || bundle exec rake compile - bundle exec rake test os: - linux - osx rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - rbx - system env: - CC=gcc - CC=clang matrix: ...
dist: trusty sudo: false group: beta language: ruby before_install: - gem install bundler script: - bundle exec rake compile || bundle exec rake compile - bundle exec rake test os: - linux - osx rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - system env: - CC=gcc - CC=clang matrix: allow_...
Update npm to a valid version
language: node_js node_js: - "0.11" - "0.10" - "0.8" matrix: allow_failures: - node_js: "0.11" # setup links to submodules before_install: - npm update -g npm - npm run-script setup - npm install - cd .. - git clone https://github.com/azure/azure-sdk-tools-xplat.git - cd azure-sdk-tools-xplat...
language: node_js node_js: - "0.11" - "0.10" - "0.8" matrix: allow_failures: - node_js: "0.11" # setup links to submodules before_install: - npm install -g npm@1.4.23 - npm run-script setup - npm install - cd .. - git clone https://github.com/azure/azure-sdk-tools-xplat.git - cd azure-sdk-tool...
Update from Hackage at 2020-09-22T18:33:16Z
homepage: '' changelog-type: markdown hash: 912df59ab6e6bc876ae675d1daea84355e50e5d078e645080b0e2f0c15d03785 test-bench-deps: stm: '>=2.1' base: '>=4.12 && <4.15' hspec: '>=2.7.4' stm-queue: '>=0.1' stm-actor: -any mtl: '>=1.0' maintainer: samuel@simspace.com synopsis: A simplistic actor model based on STM ...
homepage: '' changelog-type: markdown hash: 4618e71571848531b814c02a9daaa5b2cf4d60d7b3243ce86ed0cb435d766a6c test-bench-deps: stm: '>=2.1' base: '>=4.12 && <4.15' hspec: '>=2.7.4' stm-queue: '>=0.1' stm-actor: -any mtl: '>=1.0' maintainer: samuel@simspace.com synopsis: A simplistic actor model based on STM ...
Remove io.js from Travis CI
language: node_js node_js: - "node" - "iojs" script: - npm test - npm run lint - npm run style
language: node_js node_js: - "node" script: - npm test - npm run lint - npm run style
Test on Node.js v0.12.x, v4.x, and v5.x
language: node_js node_js: - 0.12 - 4 - stable
language: node_js node_js: - '5' - '4' - '0.12'
Update from Hackage at 2017-01-29T12:15:56Z
homepage: https://github.com/louispan/glaze#readme changelog-type: '' hash: d065cd9797d5989bb883ac366e52b081e3da8d7c533f9b1d2857109181961720 test-bench-deps: {} maintainer: louis@pan.me synopsis: Framework for rendering things with metadata/headers and values changelog: '' basic-deps: base: <6 lens: ! '>=4 && <5' a...
homepage: https://github.com/louispan/glaze#readme changelog-type: '' hash: 1ac41672bcdd9e9d98098e8c008a8d5893711ea354cc59015841031a64409d97 test-bench-deps: {} maintainer: louis@pan.me synopsis: Framework for rendering things with metadata/headers and values changelog: '' basic-deps: base: <6 lens: ! '>=4 && <5' a...
Update from Hackage at 2016-02-17T10:20:59+0000
homepage: https://bitbucket.org/tdammers/ginger changelog-type: '' hash: 1b9b7f193896b18c561e96ee147822ab9bc59970201bc00220ed338fbe6850d9 test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: An implementation of the Jinja2 template language in Haskell changelog: '' basic-deps: bytestring: -any base: ! '>=4....
homepage: https://bitbucket.org/tdammers/ginger changelog-type: '' hash: 2386097e36b0b71f51ee2b9191edaf7116e9ed86e239abfdc3e9bca51702594d test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: An implementation of the Jinja2 template language in Haskell changelog: '' basic-deps: bytestring: -any base: ! '>=4....
Add Ginkgo Dependencies for Travis CI
language: go go: - 1.1 - 1.2 - 1.3 install: - go get github.com/bmizerany/assert - go get github.com/ddollar/dist - go get github.com/ddollar/config - go get github.com/ddollar/go-update - go get github.com/ViViDboarder/gotifier - go get github.com/bgentry/speakeasy - go get github.com/kr/bina...
language: go go: - 1.1 - 1.2 - 1.3 install: - go get github.com/bmizerany/assert - go get github.com/ddollar/dist - go get github.com/ddollar/config - go get github.com/ddollar/go-update - go get github.com/ViViDboarder/gotifier - go get github.com/bgentry/speakeasy - go get github.com/kr/bina...
Add nose as test requirement
{% set name = "sos-r" %} {% set version = "0.19.1" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: ed48f4f32386a9b6a7e2c13056ce43d6ff151dc33afea5a6b96316b3af0df43b build: noarch: pyth...
{% set name = "sos-r" %} {% set version = "0.19.1" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: ed48f4f32386a9b6a7e2c13056ce43d6ff151dc33afea5a6b96316b3af0df43b build: noarch: pyth...
Add sneakers to background jobs
name: Background Jobs description: Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling projects: - acts_as_executor - amqp - backburner - backgrounded - barttenbrinke/worker_queue - beetle - bj - bunny - cloud-crowd - delayed_job - ...
name: Background Jobs description: Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling projects: - acts_as_executor - amqp - backburner - backgrounded - barttenbrinke/worker_queue - beetle - bj - bunny - cloud-crowd - delayed_job - ...
Upgrade the version of appcache in use
repositories: remote: - http://repo1.maven.org/maven2 artifacts: javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0 javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1 gwt_user: com.google.gwt:gwt-user:jar:2.5.1 gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1 javax_validation:...
repositories: remote: - http://repo1.maven.org/maven2 artifacts: javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0 javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1 gwt_user: com.google.gwt:gwt-user:jar:2.5.1 gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1 javax_validation:...
Use the canonical url to access maven central repository.
repositories: remote: - https://repo1.maven.org/maven2 artifacts: javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
repositories: remote: - https://repo.maven.apache.org/maven2 artifacts: javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
Add code to allow RDP'ing into the AppVeyor build agent
version: 3.7.{build} image: Visual Studio 2015 build_script: - ps: .\build.ps1 -Target "Appveyor" # disable built-in tests. test: off artifacts: - path: package\*.nupkg - path: package\*.vsix - path: package\*.zip deploy: - provider: NuGet server: https://www.myget.org/F/nunit/api/v2 api_key: secu...
version: 3.7.{build} image: Visual Studio 2015 build_script: - ps: .\build.ps1 -Target "Appveyor" # disable built-in tests. test: off artifacts: - path: package\*.nupkg - path: package\*.vsix - path: package\*.zip deploy: - provider: NuGet server: https://www.myget.org/F/nunit/api/v2 api_key: secu...
Remove redundant jobs from AppVeyor
build: off deploy: off environment: PATH: C:\Ruby%RUBY_VERSION%\bin;%PATH% APPVEYOR_SAVE_CACHE_ON_ERROR: True matrix: - RUBY_VERSION: _trunk - RUBY_VERSION: 26-x64 - RUBY_VERSION: 25-x64 - RUBY_VERSION: 24-x64 - RUBY_VERSION: 23-x64 - RUBY_VERSION: 23 init: - ps: | if ($env:RUBY_VERSION -eq ...
build: off deploy: off environment: PATH: C:\Ruby%RUBY_VERSION%\bin;%PATH% APPVEYOR_SAVE_CACHE_ON_ERROR: True matrix: - RUBY_VERSION: 23 - RUBY_VERSION: _trunk init: - ps: | if ($env:RUBY_VERSION -eq '_trunk') { $trunk_uri = 'https://ci.appveyor.com/api/projects/MSP-Greg/ruby-loco/artifacts/...
Add Ruby 2.0.0, rm Ruby 1.9.2
bundler_args: --without development before_script: "./script/ci_setup" script: "bundle exec rake travis" rvm: - 1.9.2 - 1.9.3 env: - BUILD_TYPE=cucumber - BUILD_TYPE=rspec
bundler_args: --without development before_script: "./script/ci_setup" script: "bundle exec rake travis" rvm: - 1.9.3 - 2.0.0 env: - BUILD_TYPE=cucumber - BUILD_TYPE=rspec
Add a note on how to change TZ settings in TravisCI
language: ruby cache: bundler matrix: fast_finish: true include: - rvm: 2.1.1 env: RUN=default - rvm: 1.8.7 env: RUN=rspec - rvm: 1.9.3 env: RUN=rspec - rvm: 2.0.0 env: RUN=rspec - rvm: rbx env: RUN=rspec - rvm: jruby env: RUN=rspec allow_failur...
language: ruby cache: bundler matrix: fast_finish: true include: - rvm: 2.1.1 env: RUN=default - rvm: 1.8.7 env: RUN=rspec - rvm: 1.9.3 env: RUN=rspec - rvm: 2.0.0 env: RUN=rspec - rvm: rbx env: RUN=rspec - rvm: jruby env: RUN=rspec allow_failur...
Use latest Rubies for testing
sudo: false language: ruby rvm: - 2.4.1 - 2.3.4 - 2.2.7 - 2.1.10 - 2.0.0 notifications: email: - travisci@dennmart.com
sudo: false language: ruby rvm: - 2.4.3 - 2.3.6 - 2.2.9 - 2.1.10 - 2.0.0 notifications: email: - travisci@dennmart.com
Allow same version with versioning command
name: Publish on: release: types: [created] jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - name: version run: | npm...
name: Publish on: release: types: [created] jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - name: version run: | npm...
Update from Forestry.io - Updated Forestry configuration
--- pages: - tool/test.md hide_body: false fields: - type: text name: title label: Title - type: textarea name: description label: Description - type: datetime name: date label: Date description: Date added to the database - type: list label: Tools name: tools config: use_select: true source...
--- pages: - tool/test.md hide_body: false fields: - type: text name: title label: Title - type: textarea name: description label: Description - type: datetime name: date label: Date description: Date added to the database - type: list label: Tools name: tools config: use_select: true source...
Add `--do-not-cache-result` flag when running PHPUnit from GitHub Actions
name: Tests on: push: paths-ignore: - 'readme.md' - 'assets/**' pull_request: paths-ignore: - 'readme.md' - 'assets/**' release: jobs: tests: runs-on: ubuntu-latest strategy: matrix: laravel: [6.*] php: [7.2, 7.3] fail-fast: false name:...
name: Tests on: push: paths-ignore: - 'readme.md' - 'assets/**' pull_request: paths-ignore: - 'readme.md' - 'assets/**' release: jobs: tests: runs-on: ubuntu-latest strategy: matrix: laravel: [6.*] php: [7.2, 7.3] fail-fast: false name:...
Update artifact promoter to use workload-identity
postsubmits: # this is the github repo we'll build from; this block needs to be repeated for each repo. kubernetes-sigs/k8s-container-image-promoter: - name: cip-postsubmit-push-to-staging cluster: test-infra-trusted annotations: # this is the name of some testgrid dashboard to report to. ...
postsubmits: # this is the github repo we'll build from; this block needs to be repeated for each repo. kubernetes-sigs/k8s-container-image-promoter: - name: cip-postsubmit-push-to-staging cluster: test-infra-trusted annotations: # this is the name of some testgrid dashboard to report to. ...
Test against MSRV 1.48 rather than 1.41.1
on: [push, pull_request] name: CI jobs: clippy_rustfmt: name: Lint & Format runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: toolchain: stable components: rustfmt, clippy - ...
on: [push, pull_request] name: CI jobs: clippy_rustfmt: name: Lint & Format runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: toolchain: stable components: rustfmt, clippy - ...
Remove superfluous (?) sections of config
# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.10" commands: - git fetch --unshallow - pip install tox - tox -e rtd python: install: - method: pip ...
# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.10" commands: - git fetch --unshallow - pip install tox - tox -e rtd
Update from Hackage at 2018-06-07T14:52:37Z
homepage: https://github.com/andrewthad/primitive-sort changelog-type: '' hash: 41988da30b66173ef52a5eb702636cff26dafdbc646f44ea5b29951a83d9ba90 test-bench-deps: tasty-smallcheck: -any base: -any doctest: ! '>=0.10' primitive-sort: -any HUnit: -any smallcheck: -any gauge: -any containers: -any ghc-pri...
homepage: https://github.com/andrewthad/primitive-sort changelog-type: '' hash: 1c7dd5f4ce22e0b4418acd90e037e2498469fc24edccd05bcd6e5930d842242c test-bench-deps: tasty-smallcheck: -any base: -any doctest: ! '>=0.10' primitive-sort: -any HUnit: -any smallcheck: -any gauge: -any containers: -any ghc-pri...
Reduce the number of Firefox versions checked
ui: tape browsers: - name: chrome version: 28..latest - name: firefox version: 13..latest - name: ie version: 10..latest - name: safari version: 6..latest
ui: tape browsers: - name: chrome version: 28..latest - name: firefox version: 24..latest - name: ie version: 10..latest - name: safari version: 6..latest
Set minimum python version to 3.6
{% set name = "pytransform3d" %} {% set version = "1.8" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 4608079a30ef3f8e927f3b3aee7b58a1e47cdcd7c46be6d889d1cb0f82650baa build: noarc...
{% set name = "pytransform3d" %} {% set version = "1.8" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 4608079a30ef3f8e927f3b3aee7b58a1e47cdcd7c46be6d889d1cb0f82650baa build: noarc...
Remove /nelmio from CSP report path.
nelmio_security_report: path: /nelmio/csp/report defaults: { _controller: nelmio_security.csp_reporter_controller:indexAction } methods: [POST]
nelmio_security_report: path: /csp/report defaults: { _controller: nelmio_security.csp_reporter_controller:indexAction } methods: [POST]
Make the seed loading behave with a bit more idempotence
--- - name: Initialize | Download seed data get_url: dest: '/tmp/cbioportal-seed.sql.gz' url: '{{ seed_database }}' - name: Initialize | Load seed data mysql_db: name: "{{mysql_database_name}}" state: import target: '/tmp/cbioportal-seed.sql.gz' login_user: "{{mysql_database_user}}" log...
--- - name: Initialize | Download seed data get_url: dest: '/tmp/cbioportal-seed.sql.gz' url: '{{ seed_database }}' ## Just how many mutations exactly? - name: Retrieve stuff from mysql command: > mysql --user={{mysql_database_user}} --password={{mysql_database_password}} {{mysql_database_name}} -...
Update from Hackage at 2016-07-20T13:18:01+0000
homepage: https://bitbucket.org/tdammers/string-convert changelog-type: '' hash: acef5d25cffde13a151ba02b1e6de1515c461dc9678664dd7f8eb13be906482c test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: Provide universal string conversions between any two string-like types changelog: '' basic-deps: bytestring: -a...
homepage: https://bitbucket.org/tdammers/string-convert changelog-type: '' hash: f84f86ec950de02ccb5729ec1a40c1576ba6a7875eb0749f94de59c35d45df43 test-bench-deps: bytestring: -any string-convert: -any base: ! '>=4.5 && <5.0' text: -any utf8-string: -any tasty-hunit: -any tasty: -any maintainer: tdammers@g...
Update from Hackage at 2017-11-14T07:07:26Z
homepage: '' changelog-type: '' hash: ea648d2bbcded61508aa2a82aa36e47abe9210302c5329020b6b086f1e60d44f test-bench-deps: bytestring: -any base: ==4.* criterion: -any memory: -any binary: -any cryptonite: -any byteable: -any base16-bytestring: -any maintainer: Marcus Ofenhed <marcus@conditionraise.se> syn...
homepage: '' changelog-type: '' hash: 2d050ddf3f9ececf831216e1e82fdee32f002ac764e29d7e38c0abd5ea5c03c7 test-bench-deps: bytestring: -any base: ==4.* criterion: -any memory: -any binary: -any cryptonite: -any byteable: -any base16-bytestring: -any maintainer: Marcus Ofenhed <marcus@conditionraise.se> syn...
Update from Hackage at 2016-02-03T02:41:36+0000
homepage: https://github.com/PolyglotSymposium/mappy changelog-type: '' hash: 2fbad40a00c75bb83730506aef01e936bb024ab35358c35d2c05060399ad625c test-bench-deps: base: -any mappy: -any hspec: -any parsec: -any containers: -any QuickCheck: -any maintainer: mjg.py3@gmail.com synopsis: A functional programming l...
homepage: https://github.com/PolyglotSymposium/mappy changelog-type: '' hash: a4c2cf288c079983d6dae8fca9abfd45f0169f45f44baafd32521705dc6b787a test-bench-deps: base: -any mappy: -any hspec: -any parsec: -any containers: -any QuickCheck: -any maintainer: mjg.py3@gmail.com synopsis: A functional programming l...
Test on Python 2.7, Django 1.8
language: python env: - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip python: - "2.7" - "3.3" - "3.4" matrix: exclude: - python: "2.7" env: DJANGO_VERSION=https://github.com/django/django/archiv...
language: python env: - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.7.x.zip - DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip python: - "2.7" - "3.3" - "3.4" install: - pip install $DJANGO_VERSION --use-mirrors - pip install . --use-mirrors script: - python ...
Update Xcode version on ci.
language: objective-c osx_image: xcode9.3 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - WORKSPACE=SwiftyNotifications.xcworkspace - FRAMEWORK_SCHEME="SwiftyNotifications" - SDK=iphonesimulator11.3 - RUN_TESTS="YES" - POD_LINT="NO" matrix: - DESTINATION="OS=11.3,name=iPhone 8" - DES...
language: objective-c osx_image: xcode9.4 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - WORKSPACE=SwiftyNotifications.xcworkspace - FRAMEWORK_SCHEME="SwiftyNotifications" - SDK=iphonesimulator11.4 - RUN_TESTS="YES" - POD_LINT="NO" matrix: - DESTINATION="OS=11.4,name=iPhone 8" - DES...
Allow 2.3 fail as it will failed currently.
language: ruby sudo: false rvm: - 2.0.0 - 2.1 - 2.2 - 2.3 install: - "travis_retry bundle config build.nokogiri --use-system-libraries" - "travis_retry bundle install --retry 3" script: bundle exec rake git: depth: 10
language: ruby sudo: false rvm: - 2.0.0 - 2.1 - 2.2 - 2.3 matrix: allow_failures: - rvm: 2.3 install: - "travis_retry bundle config build.nokogiri --use-system-libraries" - "travis_retry bundle install --retry 3" script: bundle exec rake git: depth: 10
Update Travis to fix Google Cloud SDK issue
language: node_js sudo: required dist: trusty node_js: - '5.1' cache: directories: - node_modules before_script: - 'export DISPLAY=:99.0' - sh -e /etc/init.d/xvfb start - sleep 3 - npm install -g bower gulp - bower install - gulp lint before_deploy: - openssl aes-256-cbc -K $encrypted_7ef9aab2215d...
language: node_js sudo: required dist: trusty node_js: - '5.1' cache: directories: - node_modules before_script: - 'export DISPLAY=:99.0' - sh -e /etc/init.d/xvfb start - sleep 3 - npm install -g bower gulp - bower install - gulp lint before_deploy: - openssl aes-256-cbc -K $encrypted_7ef9aab2215d...
Revert the build matrix logic to exclude specific macOS versions from testing
language: go os: - linux - osx go: - 1.7.x - 1.8.x - 1.9.x - tip matrix: include: - os: linux go: 1.5.x go: 1.6.x before_install: - if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls; fi script: - while true; do ech...
language: go os: - linux - osx go: - 1.5.x - 1.6.x - 1.7.x - 1.8.x - 1.9.x - tip matrix: exclude: - os: osx go: 1.5.x - os: osx go: 1.6.x before_install: - if [[ $TRAVIS_GO_VERSION == 1.9* ]]; then go get github.com/axw/gocov/gocov github.com/mattn/goveralls...
Correct cython version requirement for Travis CI
language: python python: - 2.7 install: - pip install Cython=0.27.3 - python setup.py install script: - echo "No test yet"
language: python python: - 2.7 install: - pip install Cython==0.27.3 - python setup.py install script: - echo "No test yet"
Update to use containerized Travis infrastructure.
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 - rbx-2 - ruby-head before_script: - RAILS_ENV=test bundle exec rake db:schema:load script: - bundle exec rake test matrix: allow_failures: - rvm: rbx-2 - rvm: ruby-head
language: ruby sudo: false cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.2 - rbx-2 - ruby-head before_script: - RAILS_ENV=test bundle exec rake db:schema:load script: - bundle exec rake test matrix: allow_failures: - rvm: rbx-2 - rvm: ruby-head
Remove postgis from Travis CI due to gdal version conflicts
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 env: - PANDAS_VERSION=v0.12.0 - PANDAS_VERSION=v0.13.1 - PANDAS_VERSION=master before_install: - sudo add-apt-repository -y ppa:ubuntugis/ppa - sudo apt-get update - sudo apt-get install gdal-bin libgdal-dev postgis - sudo -u postgres psq...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 - 3.4 env: - PANDAS_VERSION=v0.12.0 - PANDAS_VERSION=v0.13.1 - PANDAS_VERSION=master before_install: - sudo add-apt-repository -y ppa:ubuntugis/ppa - sudo apt-get update - sudo apt-get install gdal-bin libgdal-dev # - sudo -u postgres psql -c "d...
Test stable and beta as well as nightly. Test serde_serialization feature.
language: rust rust: - nightly notifications: email: - mitchell.nordine@gmail.com os: - linux before_script: - rustc --version - cargo --version script: - cargo build -v - cargo test -v - cargo doc -v
language: rust rust: - stable - beta - nightly notifications: email: - mitchell.nordine@gmail.com os: - linux before_script: - rustc --version - cargo --version script: - cargo build -v - cargo test -v - cargo test --features="serde_serialization" -v - cargo doc -v
Use jdk8 to build, still with jdk7 compat
language: java sudo: false install: "" script: ./travis.sh jdk: - openjdk7
language: java sudo: false install: "" script: ./travis.sh jdk: - oraclejdk8
Use the container based builds for better performance
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" before_script: - travis_retry composer self-update - travis_retry composer update $COMPOSER_OPTS script: - php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_s...
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm sudo: false env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" before_script: - travis_retry composer self-update - travis_retry composer update $COMPOSER_OPTS script: - php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.cl...
Test on Ruby 2.2, bump 2.1 to 2.1.5
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.3
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 - 2.2.0
Replace `build` version suffix with 'dev'
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 branches: only: - master - /^release-.+$/ env: - MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" before_install: - OLD_VERSION=`mvn help:evaluate -Dexpression=project.version 2>/dev/null | grep -Ev "(^\[|Download\w+:)"` - NEW_VERSION=${O...
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 branches: only: - master - /^release-.+$/ env: - MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=256m" before_install: - OLD_VERSION=`mvn help:evaluate -Dexpression=project.version 2>/dev/null | grep -Ev "(^\[|Download\w+:)"` - NEW_VERSION=${O...
Use the current Angular CLI in Travis.
sudo: required dist: trusty language: python python: - "3.6" addons: apt: sources: - google-chrome packages: - google-chrome-stable before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - nvm install node install: - pip install -r requirements.txt - cd web - nvm u...
sudo: required dist: trusty language: python python: - "3.6" addons: apt: sources: - google-chrome packages: - google-chrome-stable before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - nvm install node install: - pip install -r requirements.txt - cd web - nvm u...
Move to OpenJDK on Travis CI
language: java jdk: - oraclejdk8 # http://docs.travis-ci.com/user/caching/ cache: directories: - $HOME/.m2 - $HOME/.sonar/cache addons: # https://docs.travis-ci.com/user/sonarcloud/ sonarcloud: organization: "marcelstoer-github" script: # the following command line builds the project, runs the te...
language: java jdk: - openjdk8 # http://docs.travis-ci.com/user/caching/ cache: directories: - $HOME/.m2 - $HOME/.sonar/cache addons: # https://docs.travis-ci.com/user/sonarcloud/ sonarcloud: organization: "marcelstoer-github" script: # the following command line builds the project, runs the test...
Add 1.8.6 to the CI matrix
rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx - ree
rvm: - 1.8.6 - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx - ree
Update Travis config for modern PHP.
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm - 7 before_script: - composer self-update - composer install script: - phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
language: php php: - 7.3 - 7.4 before_script: - composer self-update - composer install script: - phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Disable email notifcations from Travis
language: ruby rvm: - 2.4 script: - bundle exec rubocop - bundle exec rspec
language: ruby rvm: - 2.4 script: - bundle exec rubocop - bundle exec rspec notifications: email: false
Add OpenJDK 9 to Travis-CI build
language: java sudo: false matrix: include: - jdk: openjdk8 - jdk: oraclejdk8 - jdk: oraclejdk9 - jdk: oraclejdk10 - jdk: openjdk10 - jdk: openjdk11 - os: osx osx_image: xcode9.2 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerr...
language: java sudo: false matrix: include: - jdk: openjdk8 - jdk: oraclejdk8 - jdk: openjdk9 - jdk: oraclejdk9 - jdk: openjdk10 - jdk: oraclejdk10 - jdk: openjdk11 - os: osx osx_image: xcode9.2 env: JAVA_HOME=$(/usr/libexec/java_home) script: ./build.sh -Dexist.autodeploy=...
Exclude tests only when checking for duplication
--- engines: csslint: enabled: true duplication: enabled: true config: languages: - ruby - javascript - python - php exclude_paths: - "tests/*" eslint: enabled: true fixme: enabled: true radon: enabled: true ratings: paths: - "**.css" - "**...
--- engines: csslint: enabled: true duplication: enabled: true config: languages: - ruby - javascript - python - php exclude_paths: - "tests/*" eslint: enabled: true fixme: enabled: true radon: enabled: true ratings: paths: - "**.css" - "**...
Change highlighter attribute to pygments
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" exclude: ["README.md"] # files to exclude highlighter: true markdown: kramdown defaults: - scope: path: "" # empty string for all files values: ...
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" exclude: ["README.md"] # files to exclude highlighter: pygments markdown: kramdown defaults: - scope: path: "" # empty string for all files value...
Update RTD to newer Python
--- version: 2 sphinx: configuration: docs/conf.py python: version: 3.7 install: - method: pip path: .
--- version: 2 sphinx: configuration: docs/conf.py python: version: 3.9 install: - method: pip path: .
Upgrade router and registry only when these are managed
--- # This play is called during upgrade_control_plane via post_control_plane.yml - name: Upgrade default router and default registry hosts: oo_first_master roles: - lib_utils - openshift_facts tasks: - import_role: name: openshift_hosted tasks_from: upgrade_routers.yml - import_role: na...
--- # This play is called during upgrade_control_plane via post_control_plane.yml - name: Upgrade default router and default registry hosts: oo_first_master roles: - lib_utils - openshift_facts tasks: - import_role: name: openshift_hosted tasks_from: upgrade_routers.yml when: openshift_hoste...
Make the Windows Actions CI more similar to ci.yml
name: windows on: [push, pull_request] jobs: build: name: >- build (windows, ${{ matrix.ruby }}) runs-on: windows-latest strategy: fail-fast: false matrix: ruby: [ '2.4.x', '2.5.x', '2.6.x' ] steps: - name: git config run: git config --global core.autocrlf false...
name: Windows on: [push, pull_request] jobs: build: name: build (windows, ${{ matrix.ruby }}) strategy: matrix: ruby: [ '2.4.x', '2.5.x', '2.6.x' ] runs-on: windows-latest steps: - name: git config autocrlf run: git config --global core.autocrlf false - uses: actions/...
Add support for different password algorithms
# Ansible managed file, do not edit directly all: upload_limit: {{ atom_app_upload_limit }} cache_engine: {{ atom_app_cache_engine }} {% if atom_app_cache_engine_options is defined %} cache_engine_param: {% for key, value in atom_app_cache_engine_options.items() %} {{ key }}: {{ value }} {% endfor %} {% en...
# Ansible managed file, do not edit directly all: upload_limit: {{ atom_app_upload_limit }} cache_engine: {{ atom_app_cache_engine }} {% if atom_app_cache_engine_options is defined %} cache_engine_param: {% for key, value in atom_app_cache_engine_options.items() %} {{ key }}: {{ value }} {% endfor %} {% en...
Include v-7 to be built and published
name: Evolene CI on: push: pull_request: branches: - main paths-ignore: - '*.md' - '*.png' workflow_dispatch: jobs: Evolene: name: Continuous Integration runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2.3.4 - name: Run Evolene CI pipeline steps ...
name: Evolene CI on: push: branches: - main - v-7 pull_request: branches: - main - v-7 paths-ignore: - '*.md' - '*.png' workflow_dispatch: jobs: Evolene: name: Continuous Integration runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2.3.4 ...
Add offline-friendly formats to Read the Docs
version: 2 build: os: "ubuntu-22.04" tools: python: "3.9" python: install: - method: pip path: . extra_requirements: - doc - cesium sphinx: # fail_on_warning: true # Too hard, maybe one day? fail_on_warning: false
version: 2 build: os: "ubuntu-22.04" tools: python: "3.9" formats: - epub - htmlzip python: install: - method: pip path: . extra_requirements: - doc - cesium sphinx: # fail_on_warning: true # Too hard, maybe one day? fail_on_warning: false
Update from Forestry.io - Updated Forestry configuration
--- label: test hide_body: true fields: - name: layout type: text config: required: true label: layout default: post - name: title type: text config: required: true min: 8 label: title - name: tag type: text config: required: true label: tag default: ml
--- label: test hide_body: true fields: - name: layout type: text config: required: true label: layout default: post - name: title type: text config: required: true min: 8 label: title - name: tag type: text config: required: true label: tag default: ml - name: content type: text...
Add docker-enter to dotfiles role
--- - name: Create ~/.bin file: dest=~/.bin state=directory - name: Link dotfiles file: src={{ item }} dest=~/.{{ item | basename }} state=link with_fileglob: - ./conf/* - name: Link executables file: src={{ item }} dest=~/.bin/{{ item | basename }} state=link with_fileglob: - ./bin/*
--- - name: Create ~/.bin file: dest=~/.bin state=directory - name: Link dotfiles file: src={{ item }} dest=~/.{{ item | basename }} state=link with_fileglob: - ./conf/* - name: Link executables file: src={{ item }} dest=~/.bin/{{ item | basename }} state=link with_fileglob: - ./bin/* - name: Insta...
Extend optimout for cassandra in travis
endpoints: - localhost:9042 op_timeout: 5000000000 # 5 seconds (creating a new keyspace is very slow on travis) dial_timeout: 3000000000 # 3 seconds redial_interval: 60000000000 # 60 seconds protocol_version: 4
endpoints: - localhost:9042 op_timeout: 10000000000 # 10 seconds (creating a new keyspace is very slow on travis) dial_timeout: 3000000000 # 3 seconds redial_interval: 60000000000 # 60 seconds protocol_version: 4
Scale Cells in London to 111
--- uaa_instances: 3 nats_instances: 3 diego_api_instances: 3 cell_instances: 105 router_instances: 15 api_instances: 12 doppler_instances: 54 log_api_instances: 27 scheduler_instances: 6 cc_worker_instances: 6 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds: 3...
--- uaa_instances: 3 nats_instances: 3 diego_api_instances: 3 cell_instances: 111 router_instances: 15 api_instances: 12 doppler_instances: 54 log_api_instances: 27 scheduler_instances: 6 cc_worker_instances: 6 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds: 3...
Fix virtualHost entry for devcloud environments.
db: container_name: <%= projectName %>_<%= environment %>_db extends: file: docker-compose.yml service: db volumes: - /data/<%= projectName %>_<%= environment %>/mysql:/var/lib/mysql <% if (cache.external) { %> cache: container_name: <%= projectName %>_<%= environment %>_cache extends: file: d...
db: container_name: <%= projectName %>_<%= environment %>_db extends: file: docker-compose.yml service: db volumes: - /data/<%= projectName %>_<%= environment %>/mysql:/var/lib/mysql <% if (cache.external) { %> cache: container_name: <%= projectName %>_<%= environment %>_cache extends: file: d...
Enforce consistency with other projects
name: Test and deploy on: - push - workflow_dispatch jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a with: ruby-version: 2.6.3 - name: Install dependencies run: bund...
name: Test and deploy on: - push - workflow_dispatch jobs: test_and_deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a with: ruby-version: 2.6.3 - name: Install dependencies ...