Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Upgrade to newer Slack action provider | name: 💬 Send Message to Slack 🚀
on: [push, pull_request, issues]
jobs:
slack-notifications:
runs-on: ubuntu-20.04
name: Sends a message to Slack when a push, a pull request or an issue is made
steps:
- name: Send message to Slack API
uses: archive/github-actions-slack@v2.0.1
id: ... | name: 💬 Send Message to Slack 🚀
on: [push, pull_request, issues]
jobs:
slack-notifications:
runs-on: ubuntu-20.04
name: Sends a message to Slack when a push, a pull request or an issue is made
steps:
- name: Send message to Slack API
uses: archive/github-actions-slack@v2.2.2
id: ... |
Remove no arch for py27 compatibility. | {% set name = "FormEncode" %}
{% set version = "1.3.1" %}
{% set hash_value = "ada2f51792b1b484e5bb7b6cc14acfc1bc11fafc967cf015cd57e856053ca7f6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{... | {% set name = "FormEncode" %}
{% set version = "1.3.1" %}
{% set hash_value = "ada2f51792b1b484e5bb7b6cc14acfc1bc11fafc967cf015cd57e856053ca7f6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{... |
Update from Hackage at 2022-11-11T06:59:40Z | homepage: https://harfbuzz.github.io/
changelog-type: markdown
hash: e93b7bc5919180f9da67377e9b74a5213af353673a6010d7a7c4eb62cb8edf58
test-bench-deps: {}
maintainer: opensource@openwork.nz
synopsis: Pure-functional Harfbuzz language bindings
changelog: |
# Revision history for harfbuzz-pure
## 0.1.0.0 -- YYYY-mm-... | homepage: https://harfbuzz.github.io/
changelog-type: markdown
hash: b55e13bfbeb2ab2f52878bde3eeb2a7009ad6fac6f6ba26e8b8155e12af063a9
test-bench-deps: {}
maintainer: opensource@openwork.nz
synopsis: Pure-functional Harfbuzz language bindings
changelog: |
# Revision history for harfbuzz-pure
## 0.1.0.0 -- YYYY-mm-... |
Fix a typo in "Determine if growpart is installed" | ---
- name: Ensure growpart is installed
package: name=cloud-utils-growpart state=present
when: not openshift_is_containerized | bool
register: result
until: result is succeeded
- name: Determine if growpart is installed
command: "rpm -q cloud-utils-growpart"
register: has_growpart
failed_when: has_growp... | ---
- name: Ensure growpart is installed
package: name=cloud-utils-growpart state=present
when: not openshift_is_containerized | bool
register: result
until: result is succeeded
- name: Determine if growpart is installed
command: "rpm -q cloud-utils-growpart"
register: has_growpart
failed_when: has_growp... |
Update from Hackage at 2016-07-29T08:41:21+0000 | homepage: https://github.com/nikita-volkov/compound-types
changelog-type: ''
hash: b9030ae352e4d9c3e588e3b2e231999f67d0ad55b1a4ad2a3eb60baede7058fc
test-bench-deps:
compound-types: -any
rebase: ! '>=1 && <2'
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Sum and Product types and such
changelog: ''
b... | homepage: https://github.com/nikita-volkov/compound-types
changelog-type: ''
hash: f6c0a01a61b8dcb2425246bc11e88cd085b92f71f39a72e02f16ce7b7ffd48ea
test-bench-deps:
compound-types: -any
rebase: ! '>=1 && <2'
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Sum and Product types and such
changelog: ''
b... |
Remove a level of verbosity on Travis apt-get command. | language: cpp
install:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- sudo apt-get install -q... | language: cpp
install:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
- sudo apt-get update -qq
- sudo apt-get install -q... |
Remove java dependency, use nodejs image and yarn | sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: java
jdk:
- oraclejdk8
env:
- NODE_VERSION=7.2.0
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
install:
- nvm install $NODE_VERSION
- npm instal... | language: node_js
node_js:
- "6"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
script:
- yarn test
cache: yarn
|
Remove now default 'sudo: false' | language: rust
sudo: false
rust:
- nightly
- 1.3.0
os:
- linux
- osx
script:
- cargo test
- cargo doc --no-deps
# Deploy documentation to S3 for specific branches. At some
# point, it would be nice to also support building docs for
# a specific tag
deploy:
provider: s3
access_key_id: AKIAIGFX36YKEFRZ... | language: rust
rust:
- nightly
- 1.3.0
os:
- linux
- osx
script:
- cargo test
- cargo doc --no-deps
# Deploy documentation to S3 for specific branches. At some
# point, it would be nice to also support building docs for
# a specific tag
deploy:
provider: s3
access_key_id: AKIAIGFX36YKEFRZJAXA
secre... |
Revert "[REVERT LATER] Test CI a few times" | language: objective-c
osx_image: xcode11
cache:
- bundler
install:
- bundle install
jobs:
include:
- script: bundle exec fastlane test
name: UnitTests
- script: bundle exec fastlane test
name: UnitTests1
- script: bundle exec fastlane test
name: UnitTests2
- script: bundle exec... | language: objective-c
osx_image: xcode11
cache:
- bundler
install:
- bundle install
jobs:
include:
- script: bundle exec fastlane test
name: UnitTests
- script: bundle exec fastlane screenshots_limited
name: UITests
|
Add PHP 7.0 for checking and self update Composer | language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install --prefer-source --no-interaction
script:
- phpunit --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-cove... | 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
script:
- phpunit --coverage-clover=coverage.clover
- wget https://scrutinizer-ci.com/ocular.phar
- php o... |
Add graphviz as dependency to test dot | env:
global:
- secure: "jLryW1QxSlUIaRDcKgSwKTWrH+Is2SH0+ZDLjwxxCiWqNuuFAEUIgPDEQJLErdwBTYV+dkU5O1k+/Eal8XzgEny2ACMIfOpLgKe9pAgCJOJMLSbN/m+E9jMY7I0w1vKOnevdGK7ZB8WL6v4DmvQbUyvBwSxCRXjZJdWJKlBKv/M="
language: cpp
compiler:
- gcc
- clang
before_script:
- sudo apt-get install --no-install-recommends libboost-t... | env:
global:
- secure: "jLryW1QxSlUIaRDcKgSwKTWrH+Is2SH0+ZDLjwxxCiWqNuuFAEUIgPDEQJLErdwBTYV+dkU5O1k+/Eal8XzgEny2ACMIfOpLgKe9pAgCJOJMLSbN/m+E9jMY7I0w1vKOnevdGK7ZB8WL6v4DmvQbUyvBwSxCRXjZJdWJKlBKv/M="
language: cpp
compiler:
- gcc
- clang
before_script:
- sudo apt-get install --no-install-recommends libboost-t... |
Include Ruby 2.2, 2.3, and 2.4 in Travis tests | before_install:
- gem install bundler
matrix:
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.1.9.2-
- rvm: 1.9.2
gemfile: gemfiles/Gemfile.1.9.2-
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.1.4
gemfile: gemf... | before_install:
- gem install bundler
matrix:
include:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.1.9.2-
- rvm: 1.9.2
gemfile: gemfiles/Gemfile.1.9.2-
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.1.9.2+
- rvm: 2.1.10
gemfile: gem... |
Test the latest along with everything else | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
install:
- npm install
script:
- npm test | language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "node"
install:
- npm install
script:
- npm test |
Drop support for Node.js 4 | language: node_js
node_js:
- "4"
- "6"
- "7"
before_install:
# setup apt package
- sudo apt-get update
- sudo apt-get install g++
- sudo apt-get install zlib1g-dev
# build kyotocabinet
- wget http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz
- tar zxvf kyotocabinet-1.2.76.tar.gz
- cd... | language: node_js
node_js:
- "6"
- "8"
- "10"
before_install:
# setup apt package
- sudo apt-get update
- sudo apt-get install g++
- sudo apt-get install zlib1g-dev
# build kyotocabinet
- wget http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz
- tar zxvf kyotocabinet-1.2.76.tar.gz
- c... |
Add 2.5-2.7 rubies to CI | language: ruby
bundler_args: --without guard
rvm:
- "2.3.1"
- "2.4.0"
- ruby-head
script: "bundle exec rspec"
addons:
code_climate:
repo_token: a36151a91a3f70083cbdb99e00dbf75ca91cafb910ad38d0e413c84063872f32
branches:
only: master
notifications:
email: false
matrix:
fast_finish: true
allow_failure... | language: ruby
bundler_args: --without guard
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
script: "bundle exec rspec"
addons:
code_climate:
repo_token: a36151a91a3f70083cbdb99e00dbf75ca91cafb910ad38d0e413c84063872f32
branches:
only: master
notifications:
email: false
matrix:
fast_finish: true... |
Move from Ubuntu Trusty to Ubuntu Xenial on Travis-CI | language: java
matrix:
include:
- jdk: openjdk8
- jdk: oraclejdk8
- jdk: openjdk9
- jdk: openjdk10
- jdk: openjdk11
- jdk: oraclejdk11
- os: osx
osx_image: xcode9.2
env: JAVA_HOME=$(/usr/libexec/java_home)
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dt... | language: java
dist: xenial
matrix:
include:
- jdk: openjdk8
- jdk: openjdk9
- jdk: openjdk10
- jdk: openjdk11
- jdk: oraclejdk11
- os: osx
osx_image: xcode9.2
env: JAVA_HOME=$(/usr/libexec/java_home)
script: ./build.sh -Dexist.autodeploy=off -Dtest.haltonerror=true -Dtest.halt... |
Send CI test coverage data to Coveralls | language: python
sudo: false
python:
- "3.5"
- "3.6"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
... | language: python
sudo: false
python:
- "3.5"
- "3.6"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install coveralls flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy ty... |
Upgrade to new Travis CI infrastructure | language: ruby
rvm:
- 2.1.1
- 2.2.1
- jruby-19mode
services:
- mongodb
env:
- "JRUBY_OPTS=-J-Xmx1024m"
script: bundle exec rake test
notifications:
email:
recipients:
- healthcare-ci@googlegroups.com
on_failure: change
slack:
secure: XQQmNQsUEx8KI1YqwU3DKq9eKaNNupDy3aC8ojN2T4f2AEcB... | language: ruby
rvm:
- 2.1.1
- 2.2.1
- jruby-19mode
services:
- mongodb
env:
- "JRUBY_OPTS=-J-Xmx1024m"
script: bundle exec rake test
notifications:
email:
recipients:
- healthcare-ci@googlegroups.com
on_failure: change
slack:
secure: XQQmNQsUEx8KI1YqwU3DKq9eKaNNupDy3aC8ojN2T4f2AEcB... |
Add explicit go version 1.4.1 to build matrix | sudo: false
language: go
go:
- release
- tip
- 1.3.3
env:
global:
- secure: "DFMafUo/eJVHYw6k2pHzu/zVTE0d0Aeec+YeaFnw2QlP+mr7jIpj7hYwBMeYm7ZromVRvF6cAW4R1za6NeugzHEEIll5cnWwLyGXWMq25hd7xOd+vq9qzY00OEKecHQgXpDx6RZkMvQEkHcuiWxueCe0BH41gtA8iVQ9TXjNbgQ="
before_install:
- if ! go get code.google.com/p/go.tools/... | sudo: false
language: go
go:
- 1.3.3
- 1.4.1
- tip
env:
global:
- secure: "DFMafUo/eJVHYw6k2pHzu/zVTE0d0Aeec+YeaFnw2QlP+mr7jIpj7hYwBMeYm7ZromVRvF6cAW4R1za6NeugzHEEIll5cnWwLyGXWMq25hd7xOd+vq9qzY00OEKecHQgXpDx6RZkMvQEkHcuiWxueCe0BH41gtA8iVQ9TXjNbgQ="
before_install:
- if ! go get code.google.com/p/go.tools/cm... |
Add latest ruby versions to CI build matrix | sudo: false
cache: bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.3
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- AR=3.2.18
- AR=4.0.5
- AR=4.1.1
- AR=4.2.5
before_script:
- mysql -e 'create database seeder_test;'
| sudo: false
cache: bundler
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- AR=3.2.22.5
- AR=4.0.13
- AR=4.1.16
- AR=4.2.8
matrix:
exclude:
- rvm: 2.4.1
env: AR=3.2.22.5
- rvm: 2.4.1
... |
Update Home Assistant to 0.52.1 for config checks in Travis CI | language: python
python:
- '3.4'
env:
- HASS=0.52.0
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
| language: python
python:
- '3.4'
env:
- HASS=0.52.1
before_install:
- mv secrets_dummy.yaml secrets.yaml
install:
- pip3 install homeassistant==$HASS
script:
- hass -c . --script check_config
|
Fix config of Travis CI | language: node_js
node_js:
- 8
cache:
directories:
- node_modules
- public/components
install:
- yarn
- bower install
before_script:
- npm install -g yarn
- npm install -g bower
script:
- yarn run test
- yarn run posttest | language: node_js
node_js:
- 8
cache:
directories:
- node_modules
- public/components
before_install:
- npm install -g bower
install:
- yarn
- bower install
script:
- yarn run test
- yarn run posttest |
Disable Ruby 1.9.2 in Travis build. | language: ruby
rvm:
- "1.9.2"
- "1.9.3"
- "2.0.0"
- rbx-19mode
| language: ruby
rvm:
# - "1.9.2"
- "1.9.3"
- "2.0.0"
- rbx-19mode
|
Add updated sqlite3 through addons | language: php
php:
- 5.6
- 7.0
sudo: false
services:
- memcached
env:
global:
- REPORT_EXIT_STATUS=1
matrix:
- DB=MySQLi
- DB=SQLite
matrix:
allow_failures:
- env: DB=SQLite
before_script:
- mysql -e 'CREATE DATABASE `cscms.travis`;'
script:
- php -d variables_order=EGPCS run-tests.php -... | language: php
php:
- 5.6
- 7.0
sudo: false
addons:
apt:
sources:
- travis-ci/sqlite3
packages:
- sqlite3
services:
- memcached
env:
global:
- REPORT_EXIT_STATUS=1
matrix:
- DB=MySQLi
- DB=SQLite
before_script:
- mysql -e 'CREATE DATABASE `cscms.travis`;'
script:
- php -d ... |
Install bower before running tests on Travis | language: node_js
node_js:
- "0.8"
before_script:
- npm install -g grunt-cli
branches:
only:
- master
- develop | language: node_js
node_js:
- "0.8"
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
branches:
only:
- master
- develop
|
Use 'npm bin' to find the correct binaries | dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- node
addons:
firefox: '49.0.2'
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm... | dist: trusty
sudo: false
group: beta
language: node_js
node_js:
- node
addons:
firefox: '49.0.2'
cache:
directories:
- node_modules
- "$HOME/.cache/bower"
before_install:
- "if [ -d node_modules ] && [ x$(cat node_modules/.last-node-version 2>/dev/null) != x$(node -e 'console.log(process.version)') ]; then npm... |
Add develop branch to Travis CI config. | language: objective-c
osx_image: xcode8.1
sudo: false
# Only fire off builds for specific branches.
branches:
only:
- stable
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
matrix:
- DESTINATION="OS=9.3,name=iPhone 6s" SDK=iphonesimulator9.3
- DESTINATION="OS=8.1,name=iPhone 4S" SDK=iphones... | language: objective-c
osx_image: xcode8.1
sudo: false
# Only fire off builds for specific branches.
branches:
only:
- develop
- stable
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
matrix:
- DESTINATION="OS=9.3,name=iPhone 6s" SDK=iphonesimulator9.3
- DESTINATION="OS=8.1,name=iPhone 4... |
Drop Node 6 and 7 from Travis | language: node_js
node_js:
- "6"
- "7"
- "8"
script:
- npm run test:lint
- npm run test:coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: node_js
node_js:
- "8"
script:
- npm run test:lint
- npm run test:coverage
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Disable 0.11.x testing on Travis since 0.11.3 is a broken release | language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
branches:
only:
- master
| language: node_js
node_js:
- "0.8"
- "0.10"
branches:
only:
- master
|
Add arm64 CI job on Travis | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... |
Update Ruby versions for testing in Travis | rvm:
- 1.8.7 # (current default)
- 1.9.2
gemfile:
- Gemfile.devise10
- Gemfile.devise11
- Gemfile.devise12
- Gemfile.devise13
- Gemfile.devise14
- Gemfile.devise15
- Gemfile.devise20
- Gemfile.devise21
script: "bundle exec rake spec"
| rvm:
- 1.8.7 # (current default)
- 1.9.3
- 2.0.0
gemfile:
- Gemfile.devise10
- Gemfile.devise11
- Gemfile.devise12
- Gemfile.devise13
- Gemfile.devise14
- Gemfile.devise15
- Gemfile.devise20
- Gemfile.devise21
script: "bundle exec rake spec"
|
Use zef instead of panda | os:
- linux
- osx
language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
| os:
- linux
- osx
language: perl6
perl6:
- latest
install:
- rakudobrew build-zef
- zef --debug --depsonly --/test install .
script:
- zef build .
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
|
Disable iOS tests due to Travis 10.x issues | language: objective-c
osx_image: xcode8
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
- env
- locale
- xcpretty --version
- xcodebuild -version
- xcodebuild -showsdks
script:
- echo Test the AssimpSceneKit static library for macOS
- xcodebuild -project Assim... | language: objective-c
osx_image: xcode8
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
- env
- locale
- xcpretty --version
- xcodebuild -version
- xcodebuild -showsdks
script:
- echo Test the AssimpSceneKit static library for macOS
- xcodebuild -project Assim... |
Update Node.js versions in CI | language: node_js
node_js:
- 4
- 5
- 6
script: npm test
after_success: npm run coverage
| language: node_js
node_js:
- 8
- node
after_success: npm run coverage
|
Exclude unsupported Ruby/Rails combos from testing | rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.4
- 2.3.0
before_install:
- gem update bundler
gemfile:
- Gemfile.devise12
- Gemfile.devise13
- Gemfile.devise14
- Gemfile.devise15
- Gemfile.devise20
- Gemfile.devise21
- Gemfile.devise30
script: "bundle exec rake spec"
sudo: required
dist: trusty
| rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.4
- 2.3.0
gemfile:
- Gemfile.devise12
- Gemfile.devise13
- Gemfile.devise14
- Gemfile.devise15
- Gemfile.devise20
- Gemfile.devise21
- Gemfile.devise30
# Exclude unsupported Ruby/Rails combinations
exclude:
- rvm: 1.9.3
gemfile: Gemfile.devise30
- rvm:... |
Build on Node.js 6 on Travis CI. | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Extend Travis Build to run unit tests against Magento 2.1 and 2.2 | language: php
matrix:
include:
- php: 7.0
before_install:
- if [[ $encrypted_98dcc32c9b33_key != '' ]]; then openssl aes-256-cbc -K $encrypted_98dcc32c9b33_key -iv $encrypted_98dcc32c9b33_iv -in auth.json.enc -out auth.json -d ; fi
before_script:
- composer self-update
- if [[ $encrypted_98dcc32c9b33_key !... | language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 7.0
env:
- MAGE_21=true
- MAGE_22=true
- php: 7.1
env:
- MAGE_21=false
- MAGE_22=true
before_install:
- if [[ $encrypted_98dcc32c9b33_key != '' ]]; then openssl aes-256-cbc -K $encrypted_98... |
Support for 1.8.6 is not realistic. | language: ruby
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- ree
script: "bundle exec rake"
before_install:
- sudo apt-get update
- sudo apt-get install idn
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- ree
script: "bundle exec rake"
before_install:
- sudo apt-get update
- sudo apt-get install idn
|
Fix Travis CI to use go modules | language: go
go:
- 1.7
- 1.11
- tip
install:
- go get github.com/stretchr/testify/assert
- go get github.com/stretchr/testify/require
- go build .
script:
- go test -v
| language: go
go:
- 1.7
- 1.11
- tip
install: true
script:
- env GO111MODULE=on go build .
- env GO111MODULE=on go test -v
|
Fix baseUrl for github pages. | # Dependencies
markdown: redcarpet
highlighter: true
# Permalinks
permalink: pretty
# Setup
title: Off by one
tagline: Programming for the rest of us
## url: http://blog.jedd-ahyoung.com
url: http://jedd-ahyoung.github.io/off-by-one
paginate: ... | # Dependencies
markdown: redcarpet
highlighter: true
# Permalinks
permalink: pretty
# Setup
title: Off by one
tagline: Programming for the rest of us
## url: http://blog.jedd-ahyoung.com
url: http://jedd-ahyoung.github.io/
paginate: 1
baseur... |
Change colour, get rid of the iditic pink | # Site settings
title: Marks Polakovs
description: > # this means to ignore newlines until "baseurl:"
The website of that guy.
baseurl: "/" # the subpath of your site, e.g. /blog/
# url: "http://yourdomain.com" # the base hostname & protocol for your site you most probably don't need to set it
# Build settings
markd... | # Site settings
title: Marks Polakovs
description: > # this means to ignore newlines until "baseurl:"
The website of that guy.
baseurl: "/" # the subpath of your site, e.g. /blog/
# url: "http://yourdomain.com" # the base hostname & protocol for your site you most probably don't need to set it
# Build settings
markd... |
Allow for not specifying the SSH port in configure-sshd role | ---
- name: Install openssh
become: true
become_user: root
become_method: sudo
apt:
package: openssh-server
state: present
- name: Change SSHd port
become: true
become_user: root
become_method: sudo
lineinfile:
dest: "/etc/ssh/sshd_config"
regexp: "^Port"
line: "Port {{ port }}"
n... | ---
- name: Install openssh
become: true
become_user: root
become_method: sudo
apt:
package: openssh-server
state: present
- name: Change SSHd port
become: true
become_user: root
become_method: sudo
lineinfile:
dest: "/etc/ssh/sshd_config"
regexp: "^Port"
line: "Port {{ sshd_port }}... |
Update from Hackage at 2019-02-06T02:24:56Z | homepage: https://github.com/discus-lang/shimmer
changelog-type: ''
hash: e1bf963ca230eb3fe904295696865c68f508236b485bbd871e2ef5d556f81d1f
test-bench-deps: {}
maintainer: Ben Lippmeier <benl@ouroborus.net>
synopsis: The Reflective Lambda Machine
changelog: ''
basic-deps:
bytestring: ==0.10.*
haskeline: ==0.7.*
ba... | homepage: https://github.com/discus-lang/shimmer
changelog-type: ''
hash: 608c6d8066eec1ac834e4f4f72a2b9070761e27cd0bbe39f7adcd25e7676e5b3
test-bench-deps: {}
maintainer: Ben Lippmeier <benl@ouroborus.net>
synopsis: The Reflective Lambda Machine
changelog: ''
basic-deps:
bytestring: ==0.10.*
haskeline: ==0.7.*
ba... |
Update from Hackage at 2022-05-19T16:02:11Z | homepage: https://github.com/avieth/TypeNat
changelog-type: ''
hash: 8e622e177b5804e5f593f53a7ba0676e2c69e38ddff5c9394f272f5267ecb096
test-bench-deps: {}
maintainer: aovieth@gmail.com
synopsis: Some Nat-indexed types for GHC
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.11'
all-versions:
- 0.1.0.0
- 0.2.0.0
- 0.2.1.... | homepage: https://github.com/avieth/TypeNat
changelog-type: ''
hash: e3b67458ad9147f530c29e8016412204ec4fd6479669dd0e0d9fba47ba0d6c41
test-bench-deps: {}
maintainer: aovieth@gmail.com
synopsis: Some Nat-indexed types for GHC
changelog: ''
basic-deps:
base: '>=4.7 && <5'
all-versions:
- 0.1.0.0
- 0.2.0.0
- 0.2.1.0
- 0... |
Update FreeDCam to 4.3 (193) | Categories:
- Graphics
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/KillerInk/FreeDcam
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
AutoName: FreeDCam
Description: |-
FreeDCam is an open source camera app which try to enable stuff that is
forgotten by the manufacturer... | Categories:
- Graphics
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/KillerInk/FreeDcam
IssueTracker: https://github.com/KillerInk/FreeDcam/issues
AutoName: FreeDCam
Description: |-
FreeDCam is an open source camera app which try to enable stuff that is
forgotten by the manufacturer... |
Add build for PR, update checkout to v2. | ---
name: Java CI
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, macOS-latest, windows-2016]
java: [8]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@... | ---
name: Java CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, macOS-latest, windows-2016]
java: [8]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: act... |
Set language to none since we are using custom Docker. | language: scala
services:
env:
- SIREUM_PARALLEL_BUILD=false
build:
pre_ci:
pre_ci_boot:
image_name: sireum/v3
image_tag: latest
pull: true
options: "-e HOME=/root"
ci:
- export JAVA_OPTIONS="-Xmx2G -XX:+UseG1GC -XX:ReservedCodeCacheSize=1G -Xss2m -XX:+CMSClass... | language: none
services:
env:
- SIREUM_PARALLEL_BUILD=false
build:
pre_ci:
pre_ci_boot:
image_name: sireum/v3
image_tag: latest
pull: true
options: "-e HOME=/root"
ci:
- export JAVA_OPTIONS="-Xmx2G -XX:+UseG1GC -XX:ReservedCodeCacheSize=1G -Xss2m -XX:+CMSClassU... |
Use `setFactory` method for Symfony >=2.6 compatibility. | services:
lightmaker_aws:
class: Aws\Common\Aws
factory_class: Aws\Common\Aws
factory_method: factory
arguments: [%lightmaker_aws.config%] | services:
lightmaker_aws.factory:
class: Aws\Common\Aws
lightmaker_aws:
class: Aws\Common\Aws
factory: ["@lightmaker_aws.factory", factory]
arguments: [%lightmaker_aws.config%] |
Add new rocket.chat version to be used as test server Map volume outside so it's easy to delete | version: "2"
services:
rocketchat:
image: rocketchat/rocket.chat:0.62.2
ports:
- 3000:3000
restart: always
environment:
- PORT=3000
- ROOT_URL=http://localhost:3000
- MONGO_URL=mongodb://mongo:27017/rocketchat
depends_on:
- mongo
links:
- mongo:mongo
... | version: "2"
services:
rocketchat:
image: rocketchat/rocket.chat:0.64.1
ports:
- 3000:3000
restart: always
environment:
- PORT=3000
- ROOT_URL=http://localhost:3000
- MONGO_URL=mongodb://mongo:27017/rocketchat
depends_on:
- mongo
links:
- mongo:mongo
... |
Remove old build from artefacts | stages:
- build
- deploy
job_build:
stage: build
cache:
paths:
- releases
artifacts:
paths:
- releases
script:
- cat /etc/debian_version
- apt-get update
- apt-get install -y unzip cmake
- ./scripts/build-deps-unix.sh
- ./scripts/build.sh
- cd build
- make
- ... | stages:
- build
- deploy
job_build:
stage: build
cache:
paths:
- releases
artifacts:
paths:
- releases
script:
- cat /etc/debian_version
- apt-get update
- apt-get install -y unzip cmake
- rm releases/*
- ./scripts/build-deps-unix.sh
- ./scripts/build.sh
- cd bui... |
Remove unused Gradle task from CI config | image: registry.gitlab.com/hardysim/android-ci:latest
cache:
paths:
- .gradle/wrapper
- .gradle/caches
- .android/build-cache/
stages:
- build
- release
before_script:
- export GRADLE_USER_HOME=.gradle
- export ANDROID_SDK_HOME=$CI_PROJECT_DIR
- chmod +x ./gradlew
debug build:
stage: build
tags:
- d... | image: registry.gitlab.com/hardysim/android-ci:latest
cache:
paths:
- .gradle/wrapper
- .gradle/caches
- .android/build-cache/
stages:
- build
- release
before_script:
- export GRADLE_USER_HOME=.gradle
- export ANDROID_SDK_HOME=$CI_PROJECT_DIR
- chmod +x ./gradlew
debug build:
stage: build
tags:
- d... |
Add org-wide config for Stale app | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
... | _extends: .github
|
Update sample trigger so it's more useful in the tests. | ---
name: sample_trigger
description: Sample trigger
payload_schema:
type: "object"
properties:
executed_at:
type: "string"
format: "date-time"
default: "2014-07-30 05:04:24.578325"
| ---
name: sample_trigger
description: Sample trigger
payload_schema:
type: "object"
properties:
value:
type: "string"
required: true
executed_at:
type: "string"
format: "date-time"
default: "2014-07-30 05:04:24.578325"
required: true
additionalProperties: false
|
Convert back install to before_install. | # Install with:
# cp git-hooks-go/sample.travis.yml .travis.yml
#
# travis-ci.org does *not* support .travis.yml to be a symlink!
language: go
go:
- 1.3
install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
script:
- ./git-hooks-go/tra... | # Install with:
# cp git-hooks-go/sample.travis.yml .travis.yml
#
# travis-ci.org does *not* support .travis.yml to be a symlink!
language: go
go:
- 1.3
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get code.google.com/p/go.tools/cmd/cover
script:
- ./git-hooks... |
Fix ESLint contradiction between CodeClimate & npm run ci task | ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- test/
| ---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths:
- test/
|
Add macos to the test work flow. | name: Python testing
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-vers... | name: Python testing
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matr... |
Fix type in custom logging example | communication:
url: amqp://localhost
# By providing logging section, you can modify log message location and layout
#
# In this example, these setting are identical to EC default
logging:
level:
default: debug
appenders:
# To STDOUT
stdout:
level: info
date_pattern: "%H:%M:%S"
patte... | communication:
url: amqp://localhost
# By providing logging section, you can modify log message location and layout
#
# In this example, these setting are identical to EC default
logging:
level:
default: debug
appenders:
# To STDOUT
stdout:
level: info
date_pattern: "%H:%M:%S"
patte... |
Update cf-cli, bosh-bootloader, bosh-cli, terraform, sts & postman | ---
- hosts: all
vars:
cf_cli_version: "6.33.1"
maven_version: "3.5.0"
intellij_version: "2017.3.2"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.18.0"
atom_version: "1.20.1"
gradle_version: "4.4.1"
go_version: "1.9.2"
compliance_masonry_version: "1.... | ---
- hosts: all
vars:
cf_cli_version: "6.34.0"
maven_version: "3.5.0"
intellij_version: "2017.3.2"
sts_version: "3.9.2"
eclipse_version: "4.7.2"
docker_compose_version: "1.18.0"
atom_version: "1.20.1"
gradle_version: "4.4.1"
go_version: "1.9.2"
compliance_masonry_version: "1.1... |
Update vrt actions to include images into artifacts. | name: Visual Regresion Testing
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
visual-regression:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"... | name: Visual Regresion Testing
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
visual-regression:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"... |
Add more doc to the `cide init` template | ---
# See https://github.com/zimbatm/cide
from: ubuntu
as_root: []
forward_env: []
before:
use_ssh: false
export_dir:
run: script/ci
| ---
# See http://zimbatm.github.io/cide/#man/cide.yml.1 for more documentation
# Docker image to base the build on. Find images at http://index.docker.io/
from: ubuntu
# Commands run as root
as_root:
# add: []
# env: {}
# run: []
# Whenever to inject ssh keys into the project
use_ssh: false
# Commands run as "ci... |
Comment out the datadump cleanup | version: 1
cron:
- name: "often"
url: "/update/often"
schedule: "*/15 * * * *"
- name: "daily"
url: "/update/daily"
schedule: "0 8 * * *"
- name: "weekly"
url: "/update/weekly"
schedule: "0 0 * * sun"
- name: "monthly"
url: "/update/monthly"
schedule: "0 0 1 * *"
- name: "yearly"
url: "/... | version: 1
cron:
- name: "often"
url: "/update/often"
schedule: "*/15 * * * *"
- name: "daily"
url: "/update/daily"
schedule: "0 8 * * *"
- name: "weekly"
url: "/update/weekly"
schedule: "0 0 * * sun"
- name: "monthly"
url: "/update/monthly"
schedule: "0 0 1 * *"
- name: "yearly"
url: "/... |
Exclude pytests from flake8 lint check | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
... | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
... |
Revert "Remove bash in env" | name: Shellcheck CI
on:
push:
branches:
- '*'
paths-ignore:
- '**/README.md'
pull_request:
branches:
- '*'
paths-ignore:
- '**/README.md'
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- na... | name: Shellcheck CI
on:
push:
branches:
- '*'
paths-ignore:
- '**/README.md'
pull_request:
branches:
- '*'
paths-ignore:
- '**/README.md'
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- na... |
Migrate plugin from 1.0.0 to 2.0.0 package version | # Plugin name
name: fwaas-plugin
# Human-readable name for your plugin
title: FWaaS plugin for Neutron
# Plugin version
version: 1.0.0
# Description
description: Neutron extension that introduces FireWall feature set
# Required fuel version
fuel_version: ['6.0', '6.1']
# The plugin is compatible with releases in the l... | # Plugin name
name: fwaas-plugin
# Human-readable name for your plugin
title: FWaaS plugin for Neutron
# Plugin version
version: 1.0.0
# Description
description: Neutron extension that introduces FireWall feature set
# Required fuel version
fuel_version: ['6.1']
# Specify license of your plugin
licenses: ['Apache Licen... |
Fix yaml format and package-install spec | box: wercker-labs/docker
build:
steps:
- install-packages:
packages:
- build-essential
- ruby2.0
- ruby2.0-dev
- bundler
- script:
name: docker version
code: |
docker -v
- script:
name: bundle install
code: |
... | box: wercker-labs/docker
build:
steps:
- install-packages:
packages: build-essential ruby2.0 ruby2.0-dev bundler
- script:
name: docker version
code: |
docker -v
- script:
name: bundle install
code: |
... |
Use debian-7.2.0 box from Opscode | ---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: wheezy
driver_config:
box: jimdo-debian-7.0.0
box_url: https://jimdo-vagrant-boxes.s3.amazonaws.com/jimdo-debian-7.0.0.box
customize:
memory: 1024
suites:
- name: default
run_list:
- recipe[apt::... | ---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: debian-7.2.0
driver_config:
customize:
memory: 1024
cpus: 1
suites:
- name: default
run_list:
- recipe[apt::default]
- recipe[pbuilder::default]
attributes:
pbuilder:
chroots:... |
Test on CentOS 6.6 not 6.5 | driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[openssh::default]
| driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: centos-6.6
suites:
- name: default
run_list:
- recipe[openssh::default]
|
Update user id in docker | examples_rootv6:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${WORKSPACE_JENKINS}:/j-pet-framework-examples/
user: "1000:1000"
| examples_rootv6:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${WORKSPACE_JENKINS}:/j-pet-framework-examples/
user: "9999:999"
|
Remove unused config and group settings | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site.
# These values are expected to rarely change. If you are editing this file
# very often, consider using Jekyll's data files feature.
## Site settings
## https://jekyllrb.com/docs/configuration/
# Conversion
highlighter: rouge... |
Use super user for jemalloc installation | - name: install dependencies
yum:
name: "{{ item }}"
with_items:
- bzip2
- wget
- gcc
become: true
- name: download jemalloc
get_url:
url: "http://www.canonware.com/download/jemalloc/jemalloc-{{ jemalloc_version }}.tar.bz2"
dest: "~/jemalloc-{{ jemalloc_version }}.tar.bz2"
- name: deco... | - name: install dependencies
yum:
name: "{{ item }}"
with_items:
- bzip2
- wget
- gcc
become: true
- name: download jemalloc
get_url:
url: "http://www.canonware.com/download/jemalloc/jemalloc-{{ jemalloc_version }}.tar.bz2"
dest: "~/jemalloc-{{ jemalloc_version }}.tar.bz2"
become: tru... |
Speed up pull request cloudbuild. | # Copyright 2019 Google LLC
#
# Licensed 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2019 Google LLC
#
# Licensed 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
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... |
Allow the camera toggle here too. | #
python_preamble:
- import: google.appengine.ext.bulkload.transform
- import: google.appengine.ext.db
- import: re
- import: base64
- import: bulkloader_helpers
transformers:
- kind: Camera
connector: csv
connector_options:
columns: from_header
property_map:
- property: __key__
external_name: id
... | #
python_preamble:
- import: google.appengine.ext.bulkload.transform
- import: google.appengine.ext.db
- import: re
- import: base64
- import: bulkloader_helpers
transformers:
- kind: Camera
connector: csv
connector_options:
columns: from_header
property_map:
- property: __key__
external_name: id
... |
Store the test suite log | name: Make check/distcheck
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build with UCS2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -y libya... | name: Make check/distcheck
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build with UCS2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update -qq && sudo apt-get install -y libya... |
Raise minimum tested version to rustc 1.45 | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.31.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolch... | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.45.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolch... |
Fix bad param to setup_test_volume class | cinder::volume::iscsi::volume_group: cinder-volumes
cinder::setup_test_volume::volume_group: cinder-volumes
| cinder::volume::iscsi::volume_group: cinder-volumes
cinder::setup_test_volume::volume_name: cinder-volumes
|
Add reference flag and defaults for ref pages The reference flag is used to filter ref pages, and the defaults for package and group are the most common, so they don't need to be specified for individual pages. | # Site settings
title: "ALS Prolog"
url: "https://alsprolog.com"
# Build settings
markdown: kramdown
#permalink: pretty
# Enable as many error-checks as possible
safe : true
strict_front_matter : true
liquid:
error_mode : strict
strict_filters : true
strict_variables : true
defaults:
... | # Site settings
title: "ALS Prolog"
url: "https://alsprolog.com"
# Build settings
markdown: kramdown
#permalink: pretty
# Enable as many error-checks as possible
safe : true
strict_front_matter : true
liquid:
error_mode : strict
strict_filters : true
strict_variables : true
defaults:
... |
Use shellcheck image for testing bash | kind: pipeline
type: docker
name: test
steps:
- name: Test Python
image: python:3.9
commands:
- pip install flake8
- flake8 --exclude files/vim
- name: Test
image: ubuntu:20.04
commands:
- scripts/test_setup.sh
- scripts/test.sh
| kind: pipeline
type: docker
name: test
steps:
- name: Test Python
image: python:3.9
commands:
- pip install flake8
- flake8 --exclude files/vim
- name: Test Bash
image: koalaman/shellcheck-alpine:stable
commands:
- scripts/test_bash.sh
|
Use FQCN for service definition | imports:
- { resource: commands.yml }
- { resource: repositories.yml }
services:
location.copy:
class: Backend\Modules\Location\Domain\Location\Command\CopyLocationWidgetsToOtherLocale
tags:
- { name: fork.copy_module_to_other_locale }
| imports:
- { resource: commands.yml }
- { resource: repositories.yml }
services:
Backend\Modules\Location\Domain\Location\Command\CopyLocationWidgetsToOtherLocale:
tags:
- { name: fork.copy_module_to_other_locale }
|
Switch from graze/composer to composer image | version: '3'
services:
composer:
image: graze/composer
volumes:
- .:/usr/src/app
- ~/.composer:/home/composer/.composer
php-55:
image: graze/php-alpine:5-test
volumes:
- .:/srv
working_dir: /srv
| version: '3'
services:
composer:
image: composer
volumes:
- .:/app
- ~/.composer:/tmp
php-55:
image: graze/php-alpine:5-test
volumes:
- .:/srv
working_dir: /srv
|
Clean up unused gems before caching. | version: "{build}-{branch}"
cache:
- vendor/bundle
environment:
matrix:
- RUBY_VERSION: 193
- RUBY_VERSION: 200
- RUBY_VERSION: 200-x64
- RUBY_VERSION: 21
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 22
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 23
- RUBY_VERSION: 23-x64
- RUBY_VERSI... | version: "{build}-{branch}"
cache:
- vendor/bundle
environment:
matrix:
- RUBY_VERSION: 193
- RUBY_VERSION: 200
- RUBY_VERSION: 200-x64
- RUBY_VERSION: 21
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 22
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 23
- RUBY_VERSION: 23-x64
- RUBY_VERSI... |
Add dotnet --version to the yml script | version: 0.0.{build}
image: Visual Studio 2017
build_script:
- ps: >-
choco install dotnetcore --pre
./build.ps1 -Configuration Release
| version: 0.0.{build}
image: Visual Studio 2017
build_script:
- ps: >-
choco install dotnetcore --pre
dotnet --version
./build.ps1 -Configuration Release
|
Fix typo in training slide | id: 913
title: "That's all!"
summary:
content: |
Good work on moving your article into the "big leagues." If you want a thrill,
do a web search for your article topic in a few weeks. You might surprised at
what you find!
We would also appreciate any feedback you have on this training module.
Click below to t... | id: 913
title: "That's all!"
summary:
content: |
Good work on moving your article into the "big leagues." If you want a thrill,
do a web search for your article topic in a few weeks. You might be surprised
at what you find!
We would also appreciate any feedback you have on this training module.
Click below t... |
Remove pkg directories post-test to avoid caching them. | # Set up the machine
machine:
environment:
COVERALLS_REPO_TOKEN: 26O5nwca92Yp0383fqlTwPQKAz4652pEo
# Install stuff
dependencies:
cache_directories:
- "~/miniconda3/pkgs"
override:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x minicon... | # Set up the machine
machine:
environment:
COVERALLS_REPO_TOKEN: 26O5nwca92Yp0383fqlTwPQKAz4652pEo
# Install stuff
dependencies:
cache_directories:
- "~/miniconda3/pkgs"
override:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x minicon... |
Change version to staging for master | machine:
timezone:
America/Los_Angeles
environment:
PYTHONPATH: /home/ubuntu/ISB-CGC-Webapp:/home/ubuntu/ISB-CGC-Webapp/lib
python:
version: 2.7.10
dependencies:
override:
- sudo -E /bin/sh ./shell/install-deps.sh
database:
post:
- mysql -u ubuntu -e "USE mysql; SET PASSWORD FOR 'ubuntu'@'... | machine:
timezone:
America/Los_Angeles
environment:
PYTHONPATH: /home/ubuntu/ISB-CGC-Webapp:/home/ubuntu/ISB-CGC-Webapp/lib
python:
version: 2.7.10
dependencies:
override:
- sudo -E /bin/sh ./shell/install-deps.sh
database:
post:
- mysql -u ubuntu -e "USE mysql; SET PASSWORD FOR 'ubuntu'@'... |
Add in Gulp as a post install to ensure it will fail here before it fails on Azure. | general:
branches:
ignore:
- azure
test:
override:
- gulp build unittestreport
post:
- mv test-results.xml $CIRCLE_TEST_REPORTS/test-results.xml
- mkdir $CIRCLE_ARTIFACTS/test-coverage-html
- mv build/reports/coverage/lcov-report/** $CIRCLE_ARTIFACTS/test-coverage-html
deployment:
d... | general:
branches:
ignore:
- azure
dependencies:
post:
- npm run postinstall
test:
override:
- gulp build unittestreport
post:
- mv test-results.xml $CIRCLE_TEST_REPORTS/test-results.xml
- mkdir $CIRCLE_ARTIFACTS/test-coverage-html
- mv build/reports/coverage/lcov-report/** $CIRC... |
Remove need to call crags script | name: Trigger Netlify Build
on:
schedule:
# Run at 08:15 UTC daily
# - cron: '*/15 * * * *'
- cron: '15 8 * * *'
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- name: Curl request
env:
NETLIFY_DEPLOY_KEY: ${{ secrets.NETLIFY_DEPLOY_KEY }}
... | name: Trigger Netlify Build
on:
schedule:
# Run at 08:15 UTC daily
# - cron: '*/15 * * * *'
- cron: '15 8 * * *'
jobs:
build:
name: Request Netlify Webhook
runs-on: ubuntu-latest
steps:
- name: Curl request
env:
NETLIFY_DEPLOY_KEY: ${{ secrets.NETLIFY_DEPLOY_KEY }}
... |
Use hash instead of version in Ruby Setup action config | name: ruby
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.7, '3.0', jruby-head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set ... | name: ruby
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.7, '3.0', 3.1, jruby-head]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name:... |
Update codecov/codecov-action action to v1.4.0 | name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
run: |
export DEBIAN_FRONTEND=noninteractive && \
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections && \
sudo apt-g... | name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
run: |
export DEBIAN_FRONTEND=noninteractive && \
echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections && \
sudo apt-g... |
Add click as a run requirement. | {% set data = load_setup_py_data() %}
package:
name: bmi-tester
version: {{ data.get('version') }}
source:
path: ..
requirements:
build:
- python
- pip
run:
- python
- numpy
- pytest
- scripting
- cfunits
- standard_names
- model_metadata
build:
number: 0
entry_poi... | {% set data = load_setup_py_data() %}
package:
name: bmi-tester
version: {{ data.get('version') }}
source:
path: ..
requirements:
build:
- python
- pip
run:
- python
- numpy
- pytest
- scripting
- cfunits
- standard_names
- model_metadata
- click
build:
number: 0... |
Deploy lastest version to stage | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: moderator
namespace: moderator-stage
labels:
app: moderator
spec:
replicas: 1
selector:
matchLabels:
app: moderator
template:
metadata:
labels:
app: moderator
spec:
containers:
- name: moderator-web
... | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: moderator
namespace: moderator-stage
labels:
app: moderator
spec:
replicas: 1
selector:
matchLabels:
app: moderator
template:
metadata:
labels:
app: moderator
spec:
containers:
- name: moderator-web
... |
Fix bug fix icon in changelog configuration | changelog:
repository: spring-projects/spring-framework
sections:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"
- title: ":notebook_with_decorative_cover: Documentation"
labe... | changelog:
repository: spring-projects/spring-framework
sections:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":lady_beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"
- title: ":notebook_with_decorative_cover: Documentation"
... |
Use sessionAffinity: ClientIP for svc grafana | ---
apiVersion: v1
kind: Service
metadata:
labels:
app: grafana
name: grafana
namespace: prow-monitoring
spec:
type: NodePort
ports:
- name: http
port: 3001
targetPort: http
selector:
app: grafana
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
kubernetes.io/i... | ---
apiVersion: v1
kind: Service
metadata:
labels:
app: grafana
name: grafana
namespace: prow-monitoring
spec:
type: NodePort
sessionAffinity: ClientIP
ports:
- name: http
port: 3001
targetPort: http
selector:
app: grafana
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
anno... |
Add poetry to host dependencies | {% set name = "pytest-alembic" %}
{% set version = "0.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-alembic-{{ version }}.tar.gz
sha256: 0670a71d5a8feb675d004ce9d4e23b583fe66a2cbdf84b88b936712d24fb43f4
build:
num... | {% set name = "pytest-alembic" %}
{% set version = "0.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-alembic-{{ version }}.tar.gz
sha256: 0670a71d5a8feb675d004ce9d4e23b583fe66a2cbdf84b88b936712d24fb43f4
build:
num... |
Update cuda arch to new naming | # Copyright (c) 2010-2021, Lawrence Livermore National Security, LLC. Produced
# at the Lawrence Livermore National Laboratory. All Rights reserved. See files
# LICENSE and NOTICE for details. LLNL-CODE-806117.
#
# This file is part of the MFEM library. For more information and source code
# availability visit https://... | # Copyright (c) 2010-2021, Lawrence Livermore National Security, LLC. Produced
# at the Lawrence Livermore National Laboratory. All Rights reserved. See files
# LICENSE and NOTICE for details. LLNL-CODE-806117.
#
# This file is part of the MFEM library. For more information and source code
# availability visit https://... |
Update Netscope to 2.2-4 (4) | Categories:
- System
License: GPL-3.0-only
SourceCode: https://bitbucket.org/oF2pks/netscope
IssueTracker: https://bitbucket.org/oF2pks/netscope/issues
AutoName: Netscope
Description: |-
When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no lau... | Categories:
- System
License: GPL-3.0-only
SourceCode: https://bitbucket.org/oF2pks/netscope
IssueTracker: https://bitbucket.org/oF2pks/netscope/issues
AutoName: Netscope
Description: |-
When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no lau... |
Update from Hackage at 2018-06-13T13:22:02Z | homepage: https://github.com/andrewthad/colonnade#readme
changelog-type: ''
hash: 9b366afdb964bfd926b29841ca207c75e44a6dcc0045743e81fab48b989eec23
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Helper functions for using lucid with colonnade
changelog: ''
basic-deps:
lucid: ! '>=2.9 && <3.0'
ba... | homepage: https://github.com/andrewthad/colonnade#readme
changelog-type: ''
hash: 841494203cef1dd184c38149c217a07de2d1c64efe64ae4c7a7e4f5c1afda034
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Helper functions for using lucid with colonnade
changelog: ''
basic-deps:
lucid: ! '>=2.9 && <3.0'
ba... |
Disable nightly builds for PR and CI | variables:
BASE_BRANCH: "master"
CACHE_S3_PREFIX: "stack"
CACHE_S3_VERSION: "v0.1.4"
S3_BUCKET: "commericalhaskell-gitlab-runner-pipeline-cache"
AWS_REGION: "us-east-1"
jobs:
- template: ./.azure/azure-nightly-template-osx.yml
parameters:
name: macOS
vmImage: macOS-10.13
os: osx
- template: ./... | trigger: none
pr: none
variables:
BASE_BRANCH: "master"
CACHE_S3_PREFIX: "stack"
CACHE_S3_VERSION: "v0.1.4"
S3_BUCKET: "commericalhaskell-gitlab-runner-pipeline-cache"
AWS_REGION: "us-east-1"
jobs:
- template: ./.azure/azure-nightly-template-osx.yml
parameters:
name: macOS
vmImage: macOS-10.13
... |
Allow releases from any tag | machine:
java:
version: openjdk7
environment:
TERM: dumb
general:
artifacts:
- build/libs
dependencies:
override:
- ./gradlew resolveConfigurations
test:
override:
- ./gradlew build
deployment:
release:
tag: /[0-9]+(\.[0-9]+)+/
commands:
- ./gradlew -i bintrayUpload
... | machine:
java:
version: openjdk7
environment:
TERM: dumb
general:
artifacts:
- build/libs
dependencies:
override:
- ./gradlew resolveConfigurations
test:
override:
- ./gradlew build
deployment:
release:
tag: /.+/
commands:
- ./gradlew -i bintrayUpload
- ./gradlew ... |
Add separate bower install on CI | general:
branches:
ignore:
- gh-pages # Ignore gh-pages from CI builds
machine:
node:
version: 4.1.0
dependencies:
override:
- npm install -g grunt-cli
- npm install -g bower
- SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true npm install
test:
override:
- >
if [ "$CIRCLE_BRANCH" = "mas... | general:
branches:
ignore:
- gh-pages # Ignore gh-pages from CI builds
machine:
node:
version: 4.1.0
dependencies:
override:
- npm install -g grunt-cli
- npm install -g bower
- SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true npm install
- bower install
test:
override:
- >
if [ "$C... |
Set API version to 1.13. | name: DEVIN
version: 0.5.0
main: io.xchris6041x.devin.Devin
author: xChris6041x
load: STARTUP
| name: DEVIN
version: 0.5.0
main: io.xchris6041x.devin.Devin
author: xChris6041x
load: STARTUP
api-version: 1.13
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.