Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect system-level tests and start removing Ruby tests #4853

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,26 +123,6 @@ steps:
agents:
system: ${linux}

- block: Run Ruby E2E Tests (linux)
if: build.env("RELEASE_CANDIDATE") == null
depends_on: []
key: trigger-e2e-tests

- label: Run Ruby Linux E2E Tests (linux)
depends_on:
- trigger-e2e-tests
commands: |
./scripts/buildkite/main/linux-e2e.sh
artifact_paths:
- "./result/linux/**"
- "./logs/**/*"
env:
NODE_STATE_DIR: "${STATE_DIR?}/node/preprod"
agents:
system: ${linux}
concurrency: 1
concurrency_group: 'linux-e2e-tests'

- label: Preview Network Boot Sync
timeout_in_minutes: 2
depends_on: []
Expand Down
158 changes: 0 additions & 158 deletions .github/workflows/e2e-windows.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/rubocop.yml

This file was deleted.

2 changes: 0 additions & 2 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ CHaP: haskell-nix: nixpkgs-recent: nodePkgs: haskell-nix.cabalProject' [
just
pkg-config
nixpkgs-recent.python3Packages.openapi-spec-validator
(ruby_3_1.withPackages (ps: [ ps.rake ps.thor ]))
rubyPackages_3_1.rubocop
sqlite-interactive
curlFull
jq
Expand Down
6 changes: 0 additions & 6 deletions nix/release-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ pkgs.stdenv.mkDerivation {
++ lib.optionals makeTarball [ gnutar gzip ]
++ lib.optionals makeZip [ zip ];
checkInputs = with pkgs.buildPackages; [
ruby_3_1
gnugrep
gnused
]
Expand Down Expand Up @@ -133,11 +132,6 @@ pkgs.stdenv.mkDerivation {
export WINEDLLOVERRIDES="winemac.drv=d"
export WINEDEBUG=warn-all,fixme-all,-menubuilder,-mscoree,-ole,-secur32,-winediag

'' + ''
export PATH=`pwd`/$name:$PATH

echo " - running checks"
ruby ${../scripts/check-bundle.rb} $exeName $exeRunner
'';
} // lib.optionalAttrs (pkgs.stdenv.buildPlatform.libc == "glibc") {
LOCALE_ARCHIVE = "${pkgs.buildPackages.glibcLocales}/lib/locale/locale-archive";
Expand Down
53 changes: 0 additions & 53 deletions scripts/buildkite/main/linux-e2e.sh

This file was deleted.

54 changes: 0 additions & 54 deletions scripts/buildkite/main/macos-silicon-e2e.sh

This file was deleted.

Loading
Loading