Skip to content

Commit 2522695

Browse files
committed
chore: remove unused ubuntu anchors and test publish binary against ubuntu 24 and debian 13 (trixie)
1 parent 5988dc3 commit 2522695

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.circleci/src/pipeline/@pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ base-internal-yarn-berry: &base-internal-yarn-berry cypress/base-internal:22.19.
1313
# Lowest Node.js version we support of the minimum major version supported
1414
# See https://docs.cypress.io/app/get-started/install-cypress#Nodejs
1515
base-internal-minimum-node: &base-internal-minimum-node cypress/base-internal:20.15.0
16-
ubuntu-2004-current: &ubuntu-2004-current ubuntu-2004:2024.11.1
17-
ubuntu-2004-older: &ubuntu-2004-older ubuntu-2004:2024.05.1
1816

1917
orbs:
2018
browser-tools: circleci/[email protected]
@@ -118,7 +116,7 @@ commands:
118116
name: Set environment variable to determine whether or not to persist artifacts
119117
command: |
120118
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
121-
echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/fix_builds" ]]; then
119+
echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/remove_unused_anchors" ]]; then
122120
export SHOULD_PERSIST_ARTIFACTS=true
123121
fi' >> "$BASH_ENV"
124122
# You must run `setup_should_persist_artifacts` command and be using bash before running this command

.circleci/src/pipeline/workflows/@main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linux-x64:
44
- equal: [ develop, << pipeline.git.branch >> ]
55
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
66
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
7-
- equal: [ 'chore/fix_builds', << pipeline.git.branch >> ]
7+
- equal: [ 'chore/remove_unused_anchors', << pipeline.git.branch >> ]
88
- matches:
99
pattern: /^release\/\d+\.\d+\.\d+$/
1010
value: << pipeline.git.branch >>

scripts/binary/trigger-publish-binary-pipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { getNextVersionForBinary } = require('../get-next-version')
1111

1212
const body = JSON.stringify({
1313
// This branch is the branch of the `cypress-publish-binary` repository
14-
// branch: 'main',
14+
branch: 'chore/update_images',
1515
parameters: {
1616
temp_dir: os.tmpdir(),
1717
sha: process.env.CIRCLE_SHA1,

0 commit comments

Comments
 (0)