Skip to content

Commit 6127e63

Browse files
authored
[lagobot] ensure default nixpkgs commit by deleting the commits from devbox.json (#834)
## Summary We want to ensure that the default Nixpkgs commit that we use works with all Lagobot example projects. So, we delete the nixpkgs commit hash from the devbox.json. When the testscript will execute `devbox run run_test`, the default nixpkgs commit hash will be added to the devbox.json and used. ## How was it tested? tests should pass in buildkite
1 parent 64d31f5 commit 6127e63

File tree

38 files changed

+34
-148
lines changed

38 files changed

+34
-148
lines changed

examples/cloud_development/argo-workflows/devbox.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@
2727
"minikube -p argo-test logs -f"
2828
]
2929
}
30-
},
31-
"nixpkgs": {
32-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
3330
}
3431
}

examples/cloud_development/maelstrom/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@
2323
"glow maelstrom/doc"
2424
]
2525
}
26-
},
27-
"nixpkgs": {
28-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
2926
}
30-
}
27+
}

examples/cloud_development/minikube/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@
2121
"minikube logs -f"
2222
]
2323
}
24-
},
25-
"nixpkgs": {
26-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
2724
}
28-
}
25+
}

examples/cloud_development/temporal/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@
1919
"scripts": {
2020
"start-temporal": "temporalite start --namespace default --log-level warn --log-format pretty --ephemeral"
2121
}
22-
},
23-
"nixpkgs": {
24-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
2522
}
26-
}
23+
}

examples/data_science/jupyter/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313
},
1414
"shell": {
1515
"init_hook": null
16-
},
17-
"nixpkgs": {
18-
"commit": "2321fbe1ffd79b9caf5ff0dab8284ed178029bac"
1916
}
20-
}
17+
}

examples/data_science/pytorch/basic-example/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
"install": "poetry install",
1515
"main": "poetry run python main.py"
1616
}
17-
},
18-
"nixpkgs": {
19-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
2017
}
21-
}
18+
}

examples/data_science/pytorch/gradio/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
1212
"source $VENV_DIR/bin/activate",
1313
"pip install -r requirements.txt"
1414
]
15-
},
16-
"nixpkgs": {
17-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
1815
}
19-
}
16+
}

examples/databases/mariadb/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
"conf/mysql/mysql.sh",
1515
"source conf/set-exit.sh"
1616
]
17-
},
18-
"nixpkgs": {
19-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
2017
}
21-
}
18+
}

examples/databases/postgres/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
],
55
"shell": {
66
"init_hook": null
7-
},
8-
"nixpkgs": {
9-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
107
}
11-
}
8+
}

examples/databases/redis/devbox.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@
77
"scripts": {
88
"redis-cli": "redis-cli"
99
}
10-
},
11-
"nixpkgs": {
12-
"commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62"
1310
}
14-
}
11+
}

0 commit comments

Comments
 (0)