Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Test DuckDB using GitHub actions | name: CI tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
misc:
name: Misc tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
... | name: CI tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
misc:
name: Misc tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
... |
Remove stuff for downloading Maven 3.5.0 from Travis config; according to Travis, Maven 3.5.x is the default now. | sudo: false
language: java
jdk:
- oraclejdk8
before_install:
- MVN_VERSION=3.5.0
- wget https://archive.apache.org/dist/maven/maven-3/${MVN_VERSION}/binaries/apache-maven-${MVN_VERSION}-bin.zip
- unzip -qq apache-maven-${MVN_VERSION}-bin.zip
- export M2_HOME=$PWD/apache-maven-${MVN_VERSION}
- export PATH... | sudo: false
language: java
jdk:
- oraclejdk8
install: mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn install -U -DskipTests=true -am -pl caliper
script: mvn -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn verify -U -D... |
Add runAsUser to demo example | apiVersion: v1
kind: Pod
metadata:
labels:
name: blog
name: blog-pod
spec:
containers:
- name: git-sync
image: gcr.io/google_containers/git-sync
imagePullPolicy: Always
volumeMounts:
- name: markdown
mountPath: /git
env:
- name: GIT_SYNC_REPO
value: https://github.com/Goo... | apiVersion: v1
kind: Pod
metadata:
labels:
name: blog
name: blog-pod
spec:
containers:
- name: git-sync
image: gcr.io/google_containers/git-sync
imagePullPolicy: Always
volumeMounts:
- name: markdown
mountPath: /git
env:
- name: GIT_SYNC_REPO
value: https://github.com/Goo... |
Add a set of tests | - name: install cpanminus
apt: name=cpanminus state=present
- name: install make
apt: name=make
- name: install deployka Perl module
cpanm: name=git://github.com/alexclear/de-ployka.git
| - name: install cpanminus
apt: name=cpanminus state=present
- name: install make
apt: name=make
- name: install deployka Perl module
cpanm: name=git://github.com/alexclear/de-ployka.git
- name: delete config from a previous test run
file: dest=/etc/deployka.yml state=absent
- name: invoke the tool without p... |
Add pre_task to clear apt cache | ---
- hosts: all
sudo: true
vars:
git_install_from_source: true
git_install_from_source_force_update: true
git_version: 2.9.3
curl_configure_flags:
- disable-shared
- with-ssl
install_ivm: true
install_iojs: true
node_version: 7.9.0
node_versions:
- 1.0.0
- 2... | ---
- hosts: all
sudo: true
vars:
git_install_from_source: true
git_install_from_source_force_update: true
git_version: 2.9.3
curl_configure_flags:
- disable-shared
- with-ssl
install_ivm: true
install_iojs: true
node_version: 7.9.0
node_versions:
- 1.0.0
- 2... |
Update from Hackage at 2020-08-09T11:05:16Z | homepage: ''
changelog-type: markdown
hash: 305770dfe76319749f704a1f23240f806d22905dae1aa54e6d57dc747662dae0
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: ! 'swap and assoc: Symmetric and Semigroupy Bifunctors'
changelog: |
## 1.0.1
- Add `Assoc Const` and `Tagged` instances
basic-de... | homepage: ''
changelog-type: markdown
hash: 0be532f389dcaf4969c9e1066e1dca41b08ca4272d1b88450f552281d93106cb
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: 'swap and assoc: Symmetric and Semigroupy Bifunctors'
changelog: |
## 1.0.2
- Add 'Swap' instances for more n-tuples
## 1.0.1
... |
Create workflow to copy PR template onto Dependabot PRs | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliangruber/re... | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/chec... |
Enforce consistent indentation for arrays | Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/LineLength:
Max: 100
Severity: refactor
Metrics/ModuleLength:
Exclude:
- 'spec/**/*'
Style/ConditionalAssignment:
En... | Layout/AlignParameters:
EnforcedStyle: with_fixed_indentation
Layout/IndentArray:
EnforcedStyle: consistent
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/LineLength:
Max: 100
Severity: refactor
Metrics/ModuleLength:
Exclude:
... |
Test for header site name in the config | name: JstHack BLog
author: Cosmin Haims
description: UI & UX | Product Design | Front-End Dev
meta_description: "Cosmin Haims's personal blog about product design, ui, user experience, and fron-end development. "
markdown: kramdown
highlighter: pygments
logo: true
paginate: 15
baseurl: /
domain_name: 'http://jsthack.... | name: </JstHack>
author: Cosmin Haims
description: UI & UX | Product Design | Front-End Dev
meta_description: "Cosmin Haims's personal blog about product design, ui, user experience, and fron-end development. "
markdown: kramdown
highlighter: pygments
logo: true
paginate: 15
baseurl: /
domain_name: 'http://jsthack.gi... |
Change highlighter from pygments to rouge | highlighter: pygments
permalink: /post/:title
exclude: ['Gemfile','Gemfile.lock','Rakefile','.git']
paginate: 4
| highlighter: rouge
permalink: /post/:title
exclude: ['Gemfile','Gemfile.lock','Rakefile','.git']
paginate: 4
|
Remove Class/Module length restrictions from tests | Metrics/AbcSize:
Max: 20
Exclude:
- lib/mdn_query/traverse_dom.rb
Metrics/CyclomaticComplexity:
Max: 10
Exclude:
- lib/mdn_query/traverse_dom.rb
Metrics/MethodLength:
CountComments: false
Max: 25
Exclude:
- lib/mdn_query/traverse_dom.rb
Metrics/PerceivedComplexity:
Max: 10
Exclude:
- l... | Metrics/ClassLength:
CountComments: false
Max: 100
Exclude:
- test/**/*.rb
Metrics/ModuleLength:
CountComments: false
Max: 100
Exclude:
- test/**/*.rb
Metrics/AbcSize:
Max: 20
Exclude:
- lib/mdn_query/traverse_dom.rb
Metrics/CyclomaticComplexity:
Max: 10
Exclude:
- lib/mdn_query/trav... |
Update eslint config to use modules |
---
root: true
extends: eslint:recommended
env:
node: true
mocha: true
browser: true
rules:
quotes: 0
indent: 0
require-jsdoc: 0
eqeqeq: 0
no-invalid-this: 0
default-case: 0
no-nested-ternary: 0
no-underscore-dangle: 0
func-style: 0
new-cap: 0
callback-return: 0
no-loop-func: 0
strict... |
---
root: true
extends: eslint:recommended
env:
mocha: true
browser: true
es6: true
parserOptions:
ecmaVersion: 6
sourceType: "module"
rules:
quotes: 0
indent: 0
require-jsdoc: 0
eqeqeq: 0
no-invalid-this: 0
default-case: 0
no-nested-ternary: 0
no-underscore-dangle: 0
func-style: 0
ne... |
Upgrade black in pre-commit config | repos:
- repo: https://github.com/pycqa/isort
rev: 5.6.4
hooks:
- id: isort
args: ['--profile', 'black', '--filter-files']
- repo: https://github.com/psf/black
rev: '21.7b0' # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_versio... | repos:
- repo: https://github.com/pycqa/isort
rev: 5.6.4
hooks:
- id: isort
args: ['--profile', 'black', '--filter-files']
- repo: https://github.com/psf/black
rev: '22.3.0' # Replace by any tag/version: https://github.com/psf/black/tags
hooks:
- id: black
language_versio... |
Add local_timezone var, not more hardcoded imezone | # Copyright 2018, TCMC
#
# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, softwa... | # Copyright 2018, TCMC
#
# 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, softwa... |
Use `cabal build` instead of `make` for AppVeyor | install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
- choco install -y ghc --version 8.0.2
- refreshenv
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
# NB: Do this after refreshenv, otherwise it will be ... | install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
- choco install -y ghc --version 8.0.2
- refreshenv
# See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491
# NB: Do this after refreshenv, otherwise it will be ... |
Update Open Chaos Chess to 1.6.0 (27) | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: CorruptedArk
SourceCode: https://github.com/CorruptedArk/open-chaos-chess
IssueTracker: https://github.com/CorruptedArk/open-chaos-chess/issues
Changelog: https://github.com/CorruptedArk/open-chaos-chess/releases
AutoName: Open Chaos Chess
RepoType: git
Repo... | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: CorruptedArk
SourceCode: https://github.com/CorruptedArk/open-chaos-chess
IssueTracker: https://github.com/CorruptedArk/open-chaos-chess/issues
Changelog: https://github.com/CorruptedArk/open-chaos-chess/releases
AutoName: Open Chaos Chess
RepoType: git
Repo... |
Copy across the keys and what not instead of trying to generate them | ---
- name: Install openvpn
yum: name=openvpn state=present
when: ansible_os_family == "RedHat"
tags:
- openvpn
- packages
- stat: path=/etc/openvpn/ta.key get_md5=no
register: ta_key
- name: Generate HMAC handshake protection key
command: openvpn --genkey --secret /etc/openvpn/ta.key
when: ta_ke... | ---
- name: Install openvpn
yum: name=openvpn state=present
when: ansible_os_family == "RedHat"
tags:
- openvpn
- packages
- stat: path=/etc/openvpn/ta.key get_md5=no
register: ta_key
- name: Generate HMAC handshake protection key
command: openvpn --genkey --secret /etc/openvpn/ta.key
when: ta_ke... |
Update from Hackage at 2018-09-09T23:33:46Z | homepage: ''
changelog-type: markdown
hash: 12163de652fe73651c639b2a7626366b5b8eb95af679b5705e355c5403305519
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Geometry on a sphere
changelog: ! "# spherical\n\n## 0.1.2.0\n\n * Expose `bonne` projection\n\n## 0.1.1.0\n\n
\ * Expose `distance` function\n... | homepage: ''
changelog-type: markdown
hash: b90e45826e1cf6b13719fd060d72d0a24c5aaaaab6f93e6edf0ede3cba54a0a7
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: Geometry on a sphere
changelog: ! "# spherical\n\n## 0.1.2.1\n\n * Fix `sinc`\n\n## 0.1.2.0\n\n * Expose
`bonne` projection\n\n## 0.1.1.0\n\n ... |
Update from Hackage at 2020-08-04T07:57:46Z | homepage: ''
changelog-type: ''
hash: ed164058f459589e304a02625d5bbbbf112209c76ebfee0f4b531bddceae25af
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Functors from products of Haskell and its dual to Haskell
changelog: ''
basic-deps:
base: '>=4.9 && <5'
tagged: '>=0.8.6 && <0.9'
dual: '>=0.1.1 &... | homepage: ''
changelog-type: ''
hash: a30bc74fed43e7a696208f98ae07fbc2d204aff8195f2d2694560b0127d3e48f
test-bench-deps: {}
maintainer: m.farkasdyck@gmail.com
synopsis: Functors from products of Haskell and its dual to Haskell
changelog: ''
basic-deps:
base: '>=4.9 && <5'
tagged: '>=0.8.6 && <0.9'
dual: '>=0.1.1 &... |
Test with Node.js version 8 instead of 7 | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "7"
version: "{build}-{branch}"
init:
- git config --global core.longpaths true
clone_depth: 1
matrix:
fast_finish: true
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs... | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
version: "{build}-{branch}"
init:
- git config --global core.longpaths true
clone_depth: 1
matrix:
fast_finish: true
cache:
- node_modules
install:
- ps: Install-Product node $env:nodejs... |
Add CircleCI workflow for PHP 7.4 | version: 2.1
orbs:
bedrock:
executors:
php-73:
docker:
- image: 'circleci/php:7.3-stretch'
php-72:
docker:
- image: 'circleci/php:7.2-stretch'
php-71:
docker:
- image: 'circleci/php:7.1-stretch'
jobs:
build-php:
parameters:... | version: 2.1
orbs:
bedrock:
executors:
php-74:
docker:
- image: 'circleci/php:7.4-stretch'
php-73:
docker:
- image: 'circleci/php:7.3-stretch'
php-72:
docker:
- image: 'circleci/php:7.2-stretch'
php-71:
docker:
- imag... |
Add a comment about what the cron syntax means. | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.9
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built ima... | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.9
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built ima... |
Use Pypi and bump to 0.15.0 | package:
name: cyrasterize
version: 0.1.4
source:
fn: cyrasterize-0.1.4.zip
url: https://github.com/menpo/cyrasterize/archive/windows_fixes.zip
#url: https://pypi.python.org/packages/source/c/cyrasterize/cyrasterize-0.1.4.tar.gz
#md5: 67e5cd526c60833c37f67f31e1d63481
patches:
- windows_setup.patch
... | package:
name: cyrasterize
version: 0.1.5
source:
fn: cyrasterize-0.1.5.tar.gz
url: https://pypi.python.org/packages/source/c/cyrasterize/cyrasterize-0.1.5.tar.gz
md5: 33dcc76dbeb639112c7936711122ec2f
patches:
- windows_setup.patch
requirements:
build:
- python
- distribute
- numpy
... |
Update automated tests to use environment vars | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ve... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ve... |
Update from Hackage at 2017-11-15T22:53:17Z | homepage: ''
changelog-type: ''
hash: 39af0885c6c0d54d0be3b4bb6ada184e88e47cb2e887f62b6e72aa6b2666bf31
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Categorical types and classes
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
all-versions:
- '0.1.0.0'
author: M Farkas-Dyck
latest: '0.1.0.0'
descript... | homepage: ''
changelog-type: ''
hash: c3f6ce695350a61ef7bd43ff0480216ff5dfcbf9e33503369a2cf500c956563e
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Categorical types and classes
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: M Farkas-Dyck
latest: '0.1.0... |
Update from Hackage at 2016-04-28T06:47:29+0000 | homepage: http://github.com/cutsea110/heredoc.git
changelog-type: ''
hash: 8fcacc14d160a9d00140a8be3d217be6763ccd75b234a5a6307853c2eae5af98
test-bench-deps:
base: -any
text: ! '>=1.2.2.1'
doctest: ! '>=0.11.0'
heredocs: -any
maintainer: cutsea110@gmail.com
synopsis: heredocument
changelog: ''
basic-deps:
base... | homepage: http://github.com/cutsea110/heredoc.git
changelog-type: ''
hash: c6f5305c86365e5af841406fd2349dc999dce9261e1622cdfbf566cf2de19c75
test-bench-deps:
base: -any
text: ! '>=1.2.2.1'
doctest: ! '>=0.11.0'
heredocs: -any
maintainer: cutsea110@gmail.com
synopsis: heredocument
changelog: ''
basic-deps:
base... |
Change nltk model to be downloaded | machine:
python:
version: 2.7.9
dependencies:
pre:
- pip install python-coveralls
- pip install --upgrade setuptools
- sh mecab_install.sh
test:
pre:
- python -m nltk.downloader maxent_treebank_pos_tagger punkt stopwords
- nosetests tests/scripts_test.py:Scrip... | machine:
python:
version: 2.7.9
dependencies:
pre:
- pip install python-coveralls
- pip install --upgrade setuptools
- sh mecab_install.sh
test:
pre:
- sh nltk_download.sh
- nosetests tests/scripts_test.py:ScriptsTestCase.test_mobileclick_download_training_dat... |
Add sudo to rm command | machine:
python:
version: 2.7.3
services:
- docker
dependencies:
pre:
- git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch
- cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install
- go get -t -d -v... | machine:
python:
version: 2.7.3
services:
- docker
dependencies:
pre:
- git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch
- cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install
- go get -t -d -v... |
Fix GitHub actions workflow syntax | on:
pull_request:
branches: [ master ]
paths:
- '**.c'
- '**.h'
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'jansson'
dry-run: false... | on:
pull_request:
branches: [ master ]
paths:
- '**.c'
- '**.h'
jobs:
fuzz:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'jansson'
dry-run:... |
Fix ability to provide own tls certificate for ingress. | {{- if .Values.ingress.enabled }}
{{- range .Values.ingress.secrets }}
apiVersion: v1
kind: Secret
metadata:
name: longhorn
namespace: {{ include "release_namespace" . }}
labels: {{- include "longhorn.labels" . | nindent 4 }}
app: longhorn
type: kubernetes.io/tls
data:
tls.crt: {{ .certificate | b64enc }}
... | {{- if .Values.ingress.enabled }}
{{- range .Values.ingress.secrets }}
apiVersion: v1
kind: Secret
metadata:
name: {{ .name }}
namespace: {{ include "release_namespace" $ }}
labels: {{- include "longhorn.labels" $ | nindent 4 }}
app: longhorn
type: kubernetes.io/tls
data:
tls.crt: {{ .certificate | b64enc }... |
Use weird danger token separation | machine:
node:
version: 7
deployment:
staging:
branch: master
owner: artsy
commands:
- NODE_ENV=production make deploy env=staging
dependencies:
override:
- yarn install
test:
override:
- "npm run danger"
- yarn test:
parallel: true | machine:
node:
version: 7
deployment:
staging:
branch: master
owner: artsy
commands:
- NODE_ENV=production make deploy env=staging
dependencies:
override:
- yarn install
test:
override:
- "DANG=811cbbb6dff14fe34cc7f ER_TOKEN=7e0778afdd8b1508764 DANGER_GITHUB_API_TOKEN=${DANG}${ER_T... |
Create workshop folder for user stack | - name: Create the workshop folder
file:
path: "{{ BASE }}/workshop"
state: directory
mode: 0755
- name: Clone all workshop git repos from github
become: true
become_user: stack
git:
repo: "https://github.com/{{ item }}"
dest: "{{ BASE }}/workshop/{{ item | basename }}"
with_items:
- af... | - name: Create the workshop folder
become: true
file:
path: "{{ BASE }}/workshop"
state: directory
mode: 0755
owner: stack
- name: Clone all workshop git repos from github
become: true
become_user: stack
git:
repo: "https://github.com/{{ item }}"
dest: "{{ BASE }}/workshop/{{ item | b... |
Update the CHANGELOG when push-server is promoted to stable | product_key: push-jobs-server
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-server-notify
github:
maintainer_group: chef/sustaining-eng-team
merge_actions:
built_in:bump_version:
ignore_labels: "Version: Skip Bump"
built_in:update_chang... | product_key: push-jobs-server
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
notify_channel: chef-server-notify
github:
maintainer_group: chef/sustaining-eng-team
merge_actions:
built_in:bump_version:
ignore_labels: "Version: Skip Bump"
built_in:update_chang... |
Include https for base site protocol | # 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | # 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 need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... |
Use old version for linux on CI | os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install:
- npm install
script:
- npm test --silent | language: node_js
node_js:
- "5.10"
os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CODE_VERSION="1.0.0"
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
install:
- npm install
script:
- npm test --s... |
Fix merge conflict. Let's merge this huge PR. What could possibly go wrong. | name: qt5_win
channels:
- conda-forge
dependencies:
- alabaster=0.7.11
- colorama
- ipykernel=4.9.0
- ipython=6.5.0
- jupyter=1.0.0
- nbformat
- pyopencl=2018.2.2
- scipy=1.2.0
- hdf5=1.10.4
- h5py=2.9.0
- lxml=4.3.0
- twisted=18.9.0
- sphinx=1.8.4
- pytest=4.2.0
- cython=0.29.4
- sip
- numba=0.39
-... | name: qt5_win
channels:
- conda-forge
dependencies:
- alabaster
- colorama
- ipykernel
- ipython
- jupyter
- nbformat
- pyopencl=2018.2.2
- scipy=1.2.0
- hdf5=1.10.4
- h5py=2.9.0
- lxml=4.3.0
- twisted=18.9.0
- sphinx=1.8.4
- pytest=4.2.0
- cython=0.29.4
- sip
- numba=0.39
- setuptools=44.0.0
- num... |
Use built-in Rubocop GitHub Actions formatter | name: CI
on: [push, pull_request]
jobs:
test:
name: >-
Test (${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6... | name: CI
on: [push, pull_request]
jobs:
test:
name: >-
Test (${{ matrix.ruby }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6... |
Update actions/checkout action to v3 | name: Test on push and PR
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses... | name: Test on push and PR
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses... |
Fix extractor test singleton strategy | name: test.extractor
id: test.extractor
description: Example extractor plugin
components:
- id: daemon
type: cmd
command: ./extractor.py
type: singleton
timeout: 1m
- id: extractor
type: extractor
name: Example extractor
command: test.extractor/daemon
extractor: extractor
schem... | name: test.extractor
id: test.extractor
description: Example extractor plugin
components:
- id: daemon
type: cmd
command: ./extractor.py
strategy: singleton
timeout: 1m
- id: extractor
type: extractor
name: Example extractor
command: test.extractor/daemon
extractor: extractor
s... |
Change version of latest-build to 0.2.x | version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
skip_tags: true
before_build:
- nuget restore
platform:
- Any CPU
... | version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
skip_tags: true
before_build:
- nuget restore
platform:
- Any CPU
... |
Use Open JDK 7 on Travis | language: java
sudo: false
install: true
script: mvn install -Prelease -Dgpg.skip=true
| language: java
sudo: false
install: true
jdk: openjdk7
script: mvn install -Prelease -Dgpg.skip=true
|
Drop Python 2.5 from the Travis builds, since it isn't working anyway | language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python tests.py
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
script:
- python tests.py
|
Use version-pinned MySQL8 (known issue). | branches:
except:
- /^stage.*$/
sudo: required
services:
- docker
env:
global:
- DOCKER_CLIENT_TIMEOUT: 120
- COMPOSE_HTTP_TIMEOUT: 120
- MATLAB_UID: 2000
- MATLAB_GID: 2000
- MINIO_VER: RELEASE.2019-09-26T19-42-35Z
slim: &slim
stage: Slim9.9
os: linux
language: shell
script:
- li... | branches:
except:
- /^stage.*$/
sudo: required
services:
- docker
env:
global:
- DOCKER_CLIENT_TIMEOUT: 120
- COMPOSE_HTTP_TIMEOUT: 120
- MATLAB_UID: 2000
- MATLAB_GID: 2000
- MINIO_VER: RELEASE.2019-09-26T19-42-35Z
slim: &slim
stage: Slim9.9
os: linux
language: shell
script:
- li... |
Add databases to Travis config | language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- jruby
cache: bundler
branches:
only:
- master
| language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- jruby
cache: bundler
services:
- mysql
- postgresql
|
Stop limiting tests to develop branch. | language: python
python:
- "2.6"
- "2.7"
before_install:
- export DJANGO_SETTINGS_MODULE=celery_haystack.test_settings
install:
- pip install -e .
- pip install -r requirements/$HAYSTACK.txt Django==$DJANGO
before_script:
- flake8 celery_haystack --ignore=E501
script:
- coverage run --branch --source=cele... | language: python
python:
- "2.6"
- "2.7"
before_install:
- export DJANGO_SETTINGS_MODULE=celery_haystack.test_settings
install:
- pip install -e .
- pip install -r requirements/$HAYSTACK.txt Django==$DJANGO
before_script:
- flake8 celery_haystack --ignore=E501
script:
- coverage run --branch --source=cele... |
Update from Hackage at 2022-04-28T08:50:02Z | homepage: https://github.com/aesiniath/unbeliever#readme
changelog-type: ''
hash: a7c41188e560c6f2f38ad21a2b697aa4bd2d7a0062d66798601fa78884d7eaaa
test-bench-deps: {}
maintainer: Andrew Cowie <istathar@gmail.com>
synopsis: Interoperability with Wai/Warp
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -... | homepage: https://github.com/aesiniath/unbeliever#readme
changelog-type: ''
hash: df6e5f99b8d8474b781707d4e220d9628fc63214a15336e38ef9b9ee647b77c6
test-bench-deps: {}
maintainer: Andrew Cowie <istathar@gmail.com>
synopsis: Interoperability with Wai/Warp
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -... |
Clean up old CircleCI environment work arounds | machine:
environment:
GO15VENDOREXPERIMENT: 1
GOROOT: "/home/ubuntu/go"
PATH: "/home/ubuntu/go/bin:$PATH"
dependencies:
cache_directories:
- "/home/ubuntu/go"
pre:
- mkdir -p /home/ubuntu/go
test:
override:
- go version
- go test ./...
general:
branches:
ignore:
- gh-p... | machine:
environment:
GO15VENDOREXPERIMENT: 1
test:
override:
- go version
- go test ./...
general:
branches:
ignore:
- gh-pages
|
Set light locker as screen locker | ---
- name: Ensure that xfce config directory exists
file:
path: "{{ ansible_user_dir }}/.config/xfce4/xfconf/xfce-perchannel-xml/"
owner: "{{ ansible_user_id }}"
state: directory
mode: 0700
tags:
- xfce
- name: Copy xfce config files
copy:
src: "{{ item }}"
dest: "{{ ansible_user_dir... | ---
- name: Ensure that xfce config directory exists
file:
path: "{{ ansible_user_dir }}/.config/xfce4/xfconf/xfce-perchannel-xml/"
owner: "{{ ansible_user_id }}"
state: directory
mode: 0700
tags:
- xfce
- name: Copy xfce config files
copy:
src: "{{ item }}"
dest: "{{ ansible_user_dir... |
Add vmware and lxc to python3 checks | sudo: false
language: python
python:
- "2.7"
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
- python2.6
- python3.5
before_install:
- git config user.name "ansible"
- git config user.email "ansible@ansible.com"
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git re... | sudo: false
language: python
python:
- "2.7"
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
- python2.6
- python3.5
before_install:
- git config user.name "ansible"
- git config user.email "ansible@ansible.com"
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then git re... |
Fix the PullApprove approve_regex to cover more cases | approve_by_comment: true
approve_regex: ^LGTM
reject_regex: ^Rejected
reset_on_push: true
reviewers:
teams:
- image-spec-maintainers
name: default
required: 2
| approve_by_comment: true
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
reject_regex: ^Rejected
reset_on_push: true
reviewers:
teams:
- image-spec-maintainers
name: default
required: 2
|
Update from Hackage at 2017-04-21T10:08:26Z | homepage: https://bitbucket.org/merijnv/posix-pty
changelog-type: ''
hash: e63386021ec29d44457a6c6324808870ebdc4cf875d9131a4e592b5213863c05
test-bench-deps: {}
maintainer: Merijn Verstraaten <merijn@inconsistent.nl>
synopsis: Pseudo terminal interaction with subprocesses.
changelog: ''
basic-deps:
bytestring: ! '>=0.... | homepage: https://bitbucket.org/merijnv/posix-pty
changelog-type: ''
hash: c814bcbe882faca6e0ff7651c88001021c62fff960300dc35ac612835626a51c
test-bench-deps:
bytestring: -any
base: -any
process: -any
posix-pty: -any
maintainer: Merijn Verstraaten <merijn@inconsistent.nl>
synopsis: Pseudo terminal interaction wit... |
Set ENV vars required to run tests | name: Docker Image CI rubocop-211208 branch
on:
workflow_dispatch:
push:
branches: [ rubocop-211208 ]
pull_request:
branches: [ rubocop-211208 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Doc... | name: Docker Image CI rubocop-211208 branch
on:
workflow_dispatch:
push:
branches: [ rubocop-211208 ]
pull_request:
branches: [ rubocop-211208 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Doc... |
Add ansible-lint to python packages | ---
python_brew_packages:
- name: python
- name: python3
python_packages:
- pip
- virtualenv
- virtualenvwrapper
- boto
- awscli
- neovim
python_pyenv_install_cmd: "CFLAGS=\"-I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include\" LDFLAGS=\"-L$(brew --prefix openssl)/lib -L/usr/local... | ---
python_brew_packages:
- name: python
- name: python3
python_packages:
- pip
- virtualenv
- virtualenvwrapper
- boto
- awscli
- neovim
- ansible-lint
python_pyenv_install_cmd: "CFLAGS=\"-I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include\" LDFLAGS=\"-L$(brew --prefix openssl)... |
Print coverage report to send to Codacy | language: python
python:
- "2.7"
before_install:
- sudo add-apt-repository ppa:git-core/ppa -y
- sudo apt-get update
- sudo apt-get install git
install: "pip install -r requirements-test.txt"
script:
- export PATH="$PATH:$TRAVIS_BUILD_DIR/bin"
# setup git
- git --version
- git config --global user.emai... | language: python
python:
- "2.7"
before_install:
- sudo add-apt-repository ppa:git-core/ppa -y
- sudo apt-get update
- sudo apt-get install git
install: "pip install -r requirements-test.txt"
script:
- export PATH="$PATH:$TRAVIS_BUILD_DIR/bin"
# setup git
- git --version
- git config --global user.emai... |
Add 2.0 branches to Travis | language: java
jdk:
- openjdk6
before_script:
- git submodule update --init --recursive
- ant jar
- ant -f src/main/integrator.xml strict
script: ant test integration-test
env: CLASSPATH=src/main/lib/xercesImpl.jar:src/main/lib/xml-apis.jar:src/main/lib/resolver.jar:src/main/lib/commons-codec-1.4.jar:src/main/l... | language: java
jdk:
- openjdk6
before_script:
- git submodule update --init --recursive
- ant jar
- ant -f src/main/integrator.xml strict
script: ant test integration-test
env: CLASSPATH=src/main/lib/xercesImpl.jar:src/main/lib/xml-apis.jar:src/main/lib/resolver.jar:src/main/lib/commons-codec-1.4.jar:src/main/l... |
Add nvm init to Travis conf. | sudo: true
env:
- NODE_VERSION="0.10"
- NODE_VERSION="0.11"
- NODE_VERSION="0.12"
- NODE_VERSION="iojs"
os:
- osx
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
- brew update
- brew install libusb
- brew install nvm
- nvm install $NODE_VERSION
- node --versio... | sudo: true
env:
- NODE_VERSION="0.10"
- NODE_VERSION="0.11"
- NODE_VERSION="0.12"
- NODE_VERSION="iojs"
os:
- osx
before_install:
- brew update
- brew install libusb
- brew install nvm
- export NVM_DIR=~/.nvm
- source $(brew --prefix nvm)/nvm.sh
- nvm install $NODE_VERSION
- node --version
- n... |
Use "trusty" container for Travis-CI | # Travis CI config
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
# https://docs.travis-ci.com/user/customizing-the-build/
# https://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false
language: node_js
matrix:
include:
- node_js: 6
- node_js: 8
- node_js: 10
script:
- npm r... | # Travis CI config
# http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
# https://docs.travis-ci.com/user/customizing-the-build/
# https://docs.travis-ci.com/user/migrating-from-legacy/
dist: trusty
sudo: false
language: node_js
matrix:
include:
- node_js: 6
- node_js: 8
- node_js: 10
scr... |
Add PHP 7.2 to the test matrix | language: php
cache:
directories:
- vendor
matrix:
# mark as finished before allow_failures are run
fast_finish: true
include:
- php: 5.6
env: CONFIG="phpunit.xml" COVERGAGE="all"
- php: 7.0
env: CONFIG="phpunit.xml" COVERGAGE="all"
- php: 7.1
... | language: php
cache:
directories:
- vendor
matrix:
# mark as finished before allow_failures are run
fast_finish: true
include:
- php: 5.6
env: CONFIG="phpunit.xml" COVERGAGE="all"
- php: 7.0
env: CONFIG="phpunit.xml" COVERGAGE="all"
- php: 7.1
... |
Add Ruby 2.2 and 2.5 testing in Travis | language: ruby
cache: bundler
dist: trusty
sudo: false
# Early warning system to catch if Rubygems breaks something
before_install:
- gem update --system
- gem uninstall bundler -a -x
- gem install bundler
- rm -f .bundle/config
rvm:
- 2.3.5
- 2.4.2
- ruby-head
matrix:
allow_failures:
- rvm: ruby... | language: ruby
cache: bundler
dist: xenial
sudo: false
# Early warning system to catch if Rubygems breaks something
before_install:
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler --no-document
- bundle --version
- rm -f .bundle/config
matrix:
include:
- r... |
Build with latest Node.js 4 on Travis CI. | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
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'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Remove script definition for clean CI | sudo: required
services:
- docker
before_install:
- docker build -t zosconnectforswift .
- docker run zosconnectforswift /bin/sh -c "swift test"
script:
- swift test
| sudo: required
services:
- docker
before_install:
- docker build -t zosconnectforswift .
- docker run zosconnectforswift /bin/sh -c "swift test"
|
Fix Travis CI conf: use 'lein test' | language: clojure
before_install:
- sudo apt-get purge nodejs npm
- sudo apt-get install -y python-software-properties
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get install -y nodejs
- sudo npm install -g jshint
script: lein with-profile dev midje && lein uberjar
jd... | language: clojure
before_install:
- sudo apt-get purge nodejs npm
- sudo apt-get install -y python-software-properties
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get install -y nodejs
- sudo npm install -g jshint
script: lein test && lein uberjar
jdk:
- oraclejdk8
... |
Add Redmine3.2.0 to test target | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env:
- TARGET=redmine REDMINE_VERSION=2.5.3
- TARGET=plugin REDMINE_VERSION=2.5.3
- TARGET=redmine REDMINE_VERSION=2.6.7
- TARGET=plugin REDMINE_VERSION=2.6.7
- TARGET=redmine REDMINE_VERSION=3.0.5
- TARGET=plugin REDMINE_VERSION=3.0.5
- TARGET=redm... | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env:
- TARGET=redmine REDMINE_VERSION=2.5.3
- TARGET=plugin REDMINE_VERSION=2.5.3
- TARGET=redmine REDMINE_VERSION=2.6.7
- TARGET=plugin REDMINE_VERSION=2.6.7
- TARGET=redmine REDMINE_VERSION=3.0.5
- TARGET=plugin REDMINE_VERSION=3.0.5
- TARGET=redm... |
Build with recent version of node | language: node_js
node_js:
- "0.10"
- "iojs-v1.4.3"
after_script: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; rm -rf ./coverage
| language: node_js
node_js:
- "5.1.0"
after_script: ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ; rm -rf ./coverage
|
Upgrade pg version, add coveralls | language: python
python:
- "2.7"
env:
- PGVERSION=9.1
sudo: required
cache: pip
install: ./bin/travis-install-dependencies
script: ./bin/travis-run-tests | language: python
python:
- "2.7"
env:
- PGVERSION=9.2
sudo: required
cache: pip
install:
- ./bin/travis-install-dependencies
- pip install coveralls
script: ./bin/travis-run-tests
after_success:
- coveralls |
Update TravisCI irc notification to don't join + notice | language: python
python:
- "2.7"
install:
- "pip install twisted"
- "pip install requests"
- "pip install python-dateutil"
- "pip install feedparser"
script: trial plugins
notifications:
irc: "irc.chalmers.it#platinumshrimp"
| language: python
python:
- "2.7"
install:
- "pip install twisted"
- "pip install requests"
- "pip install python-dateutil"
- "pip install feedparser"
script: trial plugins
notifications:
irc:
channels:
- "irc.chalmers.it#platinumshrimp"
use_notice: true
skip_join: true
|
Make use of the handy scripts for Travis as well. | language: cpp
os:
- linux
- osx
osx_image: xcode8.3
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
sudo: required
dist: trusty
# We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches
env:
- GLSLANG_REV=9c6f8cc29ba303b43ccf36deea6bb38a304f9b92 SPIRV_TOOLS_R... | language: cpp
os:
- linux
- osx
osx_image: xcode8.3
# Use Ubuntu 14.04 LTS (Trusty) as the Linux testing environment.
sudo: required
dist: trusty
# We check out glslang and SPIRV-Tools at specific revisions to avoid test output mismatches
env:
- PROFILE=plain
before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx"... |
Test against node 0.8 again. | language: node_js
node_js:
- "0.10"
- "0.11"
| language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
before_install:
- "npm install -g npm"
|
Remove not needed flag -i | language: android
android:
components:
- build-tools-23.0.1
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
script:
- ./gradlew build -i | language: android
android:
components:
- build-tools-23.0.1
- android-23
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
script:
- ./gradlew build |
Use Xcode 7.3 on Travis CI | language: objective-c
osx_image: xcode7
before_install:
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- export LANG=en_US.UTF-8
install:
- bundle install --without development --deployment --jobs=3 --retry=3
- bundle exec pod install
script:
- xctool -workspace NEUPagingSegmentedCon... | language: objective-c
osx_image: xcode7.3
before_install:
- if test -z $(brew list | grep -i xcproj); then brew install xcproj; fi
- export LANG=en_US.UTF-8
install:
- bundle install --without development --deployment --jobs=3 --retry=3
- bundle exec pod install
script:
- xctool -workspace NEUPagingSegmentedC... |
Remove Travis matrix to avoid test conflicts | language: ruby
rvm:
- 2.1.1
- 2.0.0
notifications:
email: false
env:
global:
secure: FC19i/qIjqV7dzd8bZS+yc5HC3XbssU/lBn7+pNsfhsXZp2FpZ4u3v2HPCRZPZ7IsCpsLtUraq6rub290dXecEr1gzSwmaMdfvJz8f2lr1YR58BF9xnTwBUinZOcv9auhWHwCzYRQMHyILUa2NvmVqq0QzYbWVa9X1gwejqyoaQ=
matrix:
secure: EX0FinqK+va3hTUWNVk7HeFIZqwC0OFl... | language: ruby
rvm:
- 2.0.0
notifications:
email: false
env:
global:
secure: FC19i/qIjqV7dzd8bZS+yc5HC3XbssU/lBn7+pNsfhsXZp2FpZ4u3v2HPCRZPZ7IsCpsLtUraq6rub290dXecEr1gzSwmaMdfvJz8f2lr1YR58BF9xnTwBUinZOcv9auhWHwCzYRQMHyILUa2NvmVqq0QzYbWVa9X1gwejqyoaQ=
matrix:
secure: EX0FinqK+va3hTUWNVk7HeFIZqwC0OFlmvW7GX+v... |
Update node version for Travis CI. | language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./node_modules/.bin/gulp tsd
- ./node_modules/.bin/gulp browserify-test
| language: node_js
sudo: false
cache:
directories:
- node_modules
node_js:
- "4.1"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- ./node_modules/.bin/gulp tsd
- ./node_modules/.bin/gulp browserify-test
|
Remove pre ya_kansuji gem installation. | ---
sudo: false
language: ruby
cache: bundler
rvm:
- jruby-9.1
- jruby
- "2.0.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- ruby-head
before_install:
- type bundle || gem install bundler
- gem install --pre ya_kansuji # TODO: remove
| ---
sudo: false
language: ruby
cache: bundler
rvm:
- jruby-9.1
- jruby
- "2.0.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- ruby-head
before_install:
- type bundle || gem install bundler
|
Remove python 3.6 from tests. It _should_ be redundant | stages:
- test
- build
before_script:
- ./scripts/get-ci-version
python3.4:
image: python:3.4-alpine
stage: test
script:
- pip install -e .[test]
- pylint --errors-only fwgen
- PYTHONPATH=. pytest --cov=fwgen -vv
tags:
- docker
python3.6:
image: python:3.6-alpine
stage: test
scrip... | stages:
- test
- build
before_script:
- ./scripts/get-ci-version
python3.4:
image: python:3.4-alpine
stage: test
script:
- pip install -e .[test]
- pylint --errors-only fwgen
- PYTHONPATH=. pytest --cov=fwgen -vv
tags:
- docker
dist:
image: python:3.4-alpine
stage: build
script:
... |
Update actions/setup-node action to v3 | name: Node.js v16 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
node-version: '16.x'
- run: npm ci
- run: npm run lint
- run: npm test
| name: Node.js v16 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v16
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm run lint
- run: npm test
|
Update docker image used by CI so that a newer version of Chrome is used to run the tests | ---
image: gebish/ci:v4
variables:
GRADLE_USER_HOME: .gradle-home
check:
stage: build
cache:
key: "$CI_JOB_NAME"
paths:
- .gradle-home
artifacts:
when: always
expire_in: 4 weeks
paths:
- build/reports
script:
- Xvfb :99 -screen 1 1280x1024x16 -nolisten tcp -fbdir /var/run... | ---
image: gebish/ci:v5
variables:
GRADLE_USER_HOME: .gradle-home
check:
stage: build
cache:
key: "$CI_JOB_NAME"
paths:
- .gradle-home
artifacts:
when: always
expire_in: 4 weeks
paths:
- build/reports
script:
- Xvfb :99 -screen 1 1280x1024x16 -nolisten tcp -fbdir /var/run... |
Add pdf tools (we need pdftohtml) | # .gitlab-ci.yml -- configures gitlab.com CI system
#
# The MIT Licence (MIT)
#
# Copyright (c) 2016 Samuel Sirois (sds) <samuel@sirois.info>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software... | # .gitlab-ci.yml -- configures gitlab.com CI system
#
# The MIT Licence (MIT)
#
# Copyright (c) 2016 Samuel Sirois (sds) <samuel@sirois.info>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software... |
Exclude 'valid_docs' rule because still Swiftlint v0.6.0 has problems on the rule. | disabled_rules:
- force_cast
- line_length
- variable_name_min_length
- trailing_whitespace
- nesting
- opening_brace
excluded:
- Sources/Container.Arguments.swift
- Sources/SynchronizedResolver.Arguments.swift
- Sources/Resolvable.swift
- Tests
- Sample-iOS.playground
- Carthage
| disabled_rules:
- force_cast
- line_length
- variable_name_min_length
- trailing_whitespace
- nesting
- opening_brace
- valid_docs
excluded:
- Sources/Container.Arguments.swift
- Sources/SynchronizedResolver.Arguments.swift
- Sources/Resolvable.swift
- Tests
- Sample-iOS.playground
- Carthage
|
Update get fetch hook to 'go get -u' | run.config:
engine: golang
engine.config:
runtime: go-1.8
package: 'github.com/hasit/healthyrepo'
fetch: 'go get'
build: 'go build'
web.api:
start: healthyrepo | run.config:
engine: golang
engine.config:
runtime: go-1.8
package: 'github.com/hasit/healthyrepo'
fetch: 'go get -u'
build: 'go build'
web.api:
start: healthyrepo |
Add Python3 wallaby unit tests | - project:
check:
jobs:
- oslo.versionedobjects-src-grenade-multinode
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- r... | - project:
check:
jobs:
- oslo.versionedobjects-src-grenade-multinode
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- re... |
Use medium agents for the more resource intensive builds | steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"
- label: ":karma: Tests"
command:
# Install chrome
- "echo '--- Installing Chrome'"
- "wget -q -O - https://dl-ssl.google.com/linux/linux_sign... | steps:
- label: ":eslint: Lint"
command:
- "yarn install"
- "yarn lint"
plugins:
- docker#v3.0.1:
image: "node:10"
- label: ":karma: Tests"
agents:
# We use a medium sized instance instead of the normal small ones because
# webpack loves to gorge itself on resour... |
Update Dice Gainz to 1.0.1 (2) | Categories:
- Sports & Health
License: GPL-3.0-or-later
SourceCode: https://github.com/ramzan/dicegainz
IssueTracker: https://github.com/ramzan/dicegainz/issues
AutoName: Dice Gainz
RepoType: git
Repo: https://github.com/ramzan/dicegainz
Builds:
- versionName: 1.0.0
versionCode: 1
commit: v1.0.0
subd... | Categories:
- Sports & Health
License: GPL-3.0-or-later
SourceCode: https://github.com/ramzan/dicegainz
IssueTracker: https://github.com/ramzan/dicegainz/issues
AutoName: Dice Gainz
RepoType: git
Repo: https://github.com/ramzan/dicegainz
Builds:
- versionName: 1.0.0
versionCode: 1
commit: v1.0.0
subd... |
Update WebCall to 0.9.72 (72) | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Timur
AuthorEmail: timur@timur.mobi
AuthorWebSite: https://timur.mobi
SourceCode: https://github.com/mehrvarz/webcall-android
IssueTracker: https://github.com/mehrvarz/webcall-android/issues
AutoName: WebCall
RepoType: git
Repo: https://github.com/mehrvarz/we... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Timur
AuthorEmail: timur@timur.mobi
AuthorWebSite: https://timur.mobi
SourceCode: https://github.com/mehrvarz/webcall-android
IssueTracker: https://github.com/mehrvarz/webcall-android/issues
AutoName: WebCall
RepoType: git
Repo: https://github.com/mehrvarz/we... |
Add consul domain to registry stub | properties:
diego:
stager:
docker_registry_url: "http://docker_registry.service.consul:8080"
garden-linux:
insecure_docker_registry_list: ["10.244.2.6:8080"]
executor:
allow_privileged: true
| properties:
diego:
stager:
docker_registry_url: "http://docker_registry.service.consul:8080"
garden-linux:
insecure_docker_registry_list: ["10.244.2.6:8080"]
executor:
allow_privileged: true
consul:
domain: consul
|
Revert "Don't test on OpenJDK" | language: java
jdk:
- oraclejdk8
- oraclejdk7
install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
before_script: export TESTNG_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
script: mvn -f... | language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
install: mvn install -Dgpg.skip=true -DskipTests=true -Dmaven.javadoc.skip=true -B -V
before_script: export TESTNG_VERSION=$(mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.4.0:exec)
s... |
Add pycodestyle to Travis test | language: python
python:
- 3.6
install:
- pip install -r requirements.txt
script:
- python -m unittest calibrate.py
| language: python
python:
- 3.6
install:
- pip install -r requirements.txt
- pip install pycodestyle
script:
- python -m unittest calibrate.py
- pycodestyle .
|
Put PyPI install on schedule | name: Test PyPI install
on: push
# on:
# schedule:
# # * is a special character in YAML so you have to quote this string
# - cron: '0 0 * * 3'
jobs:
test-installation:
name: Test PyPI install (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
... | name: Test PyPI install
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 3'
jobs:
test-installation:
name: Test PyPI install (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu... |
Remove fast_finish to avoid multiple build notifications from Travis | sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
gemfile:
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
before_install: gem install bundler -v 1.15.3
before_script:
- psql -c 'CREATE DATABASE activerecord_where_assoc' -U postgres
- mysql -e 'CREATE DATAB... | sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
gemfile:
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_5_1.gemfile
before_install: gem install bundler -v 1.15.3
before_script:
- psql -c 'CREATE DATABASE activerecord_where_assoc' -U postgres
- mysql -e 'CREATE DATAB... |
Fix test path for reals | language: csharp
solution: "./Fibonacci/Fibonacci.sln"
install:
- travis_retry nuget restore -source "https://www.nuget.org/api/v2" ./Fibonacci/Fibonacci.sln
script:
- xbuild ./Fibonacci/Fibonacci.sln
- mono ./Fibonacci/packages/xunit.runner.console*/tools/xunit.console.exe ./Fibonacci/Fibonacci.Test/bin/Debug/Fibonacc... | language: csharp
solution: "./Fibonacci/Fibonacci.sln"
install:
- travis_retry nuget restore -source "https://www.nuget.org/api/v2" ./Fibonacci/Fibonacci.sln
script:
- xbuild ./Fibonacci/Fibonacci.sln
- mono ./Fibonacci/packages/xunit.runner.console*/tools/xunit.console.exe ./Fibonacci/Fibonacci.Tests/bin/Debug/Fibonac... |
Stop testing Python 3.2 (not supported). | language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
- "3.2"
install:
- "echo 'No dependencies :)'"
# command to run tests
script:
- "git submodule init"
- "git submodule update"
- "nosetests"
| language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
install:
- "echo 'No dependencies :)'"
# command to run tests
script:
- "git submodule init"
- "git submodule update"
- "nosetests"
|
Put allow failures under matrix | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
allow_failures:
- php: nightly
- php: 5.4
install:
- composer install
before_install:
- composer self-update
sudo: false
| language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- nightly
matrix:
allow_failures:
- php: nightly
- php: 5.4
install:
- composer install
before_install:
- composer self-update
sudo: false
|
Revert "add test that was lost in merge" | sudo: false
language: java
addons:
apt_packages:
- python-pip
- python-virtualenv
- python-dev
- libffi-dev
- python-swiftclient
jdk:
- oraclejdk8
script:
- mvn test
- ./src/test/resources/run-swift-tests.sh
- ./src/test/resources/run-swiftclient-python-tests.sh
- ./src/test/resources/run-swiftcl... | sudo: false
language: java
addons:
apt_packages:
- python-pip
- python-virtualenv
- python-dev
- libffi-dev
- python-swiftclient
jdk:
- oraclejdk8
script:
- mvn test
- ./src/test/resources/run-swift-tests.sh
- ./src/test/resources/run-swiftclient-python-tests.sh
|
Remove composer self-update call in Travis | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
- vendor
git:
depth: 1
env:
global:
- PHPUNIT_VERSION="^5.4"
matrix:
fast_finish: true
include:
- php: 5.6
env:
- COMPOSER_FLAGS="--prefer-stable"
- php: 7
- php: hhvm
allow_failures:
- php: ... | language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
- vendor
git:
depth: 1
env:
global:
- PHPUNIT_VERSION="^5.4"
matrix:
fast_finish: true
include:
- php: 5.6
env:
- COMPOSER_FLAGS="--prefer-stable"
- php: 7
- php: hhvm
allow_failures:
- php: ... |
Drop support for node versions < 6 | language: node_js
node_js:
- "6"
- "5"
- "4"
- "node"
script: "npm run coveralls" | language: node_js
node_js:
- "10"
- "9"
- "8"
- "6"
- "node"
script: "npm run coveralls" |
Use correct syntax for node versions for Travis CI config. | language: node_js
node_js:
- 0.6
- 0.8
- 0.10
- 0.11
| language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.11"
|
Build with Node.js 16 on Travis CI. | language: node_js
node_js:
- '12'
- '14'
- '15'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
| language: node_js
node_js:
- '12'
- '14'
- '16'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc prove
script:
- nyc npm test
|
Update Travis for newer Django versions. | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.8
- DJANGO=1.5.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --ignore=E501,E225 ev... | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.12
- DJANGO=1.5.7
- DJANGO=1.6.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q . --use-mirrors
- pip install -q mock --use-mirrors
- pip install -q pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --i... |
Fix build on trusty Fix dependencies for OSX Re-add environments | # Use container system
sudo: false
# Add APT dependencies
addons:
apt:
packages:
- git
- pkg-config
- libssl-dev
# Cache OpenSSL build
cache:
directories:
- $HOME/build/dependencies/openssl-*
# Build matrix
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
dist:
- trusty
- pr... | # Use container system
sudo: false
# Cache OpenSSL build
cache:
directories:
- $HOME/build/dependencies/openssl-*
# Build matrix
language: c
os:
- linux
- osx
compiler:
- gcc
- clang
matrix:
include:
- os: linux
dist: trusty
env:
- ENFORCE_OPENSSL=0
- ENFORCE_OPENSSL=1
# Linux depende... |
Stop using removed --use-mirrors option for pip when installing tox | language: python
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pep8
- TOX_ENV=pylint
- TOX_ENV=coverage
# commands to install dependencies
install:
- pip install tox --use-mirrors
# commands to run
script:
- tox -e $TOX_ENV
after_success:
- if [ "-x$TOX_... | language: python
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=pep8
- TOX_ENV=pylint
- TOX_ENV=coverage
# commands to install dependencies
install:
- pip install tox
# commands to run
script:
- tox -e $TOX_ENV
after_success:
- if [ "-x$TOX_ENV" = "xcover... |
Use old stable, previous stable, and current stable | language: ruby
rvm:
- 2.1.7
before_install: gem install bundler -v 1.11.2
| language: ruby
rvm:
- 2.1.8
- 2.2.4
- 2.3.0
before_install: gem install bundler
script: bundle exec rake
notifications:
email:
recipients:
- transit-it@admin.umass.edu
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.